Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1611,
    "total_words": 11756,
    "total_chars": 70169,
    "last_change": "2024-05-03T13:55:17.305881Z",
    "recent_changes": 11,
    "translated": 1168,
    "translated_words": 8716,
    "translated_percent": 72.5,
    "translated_words_percent": 74.1,
    "translated_chars": 51816,
    "translated_chars_percent": 73.8,
    "fuzzy": 178,
    "fuzzy_percent": 11.0,
    "failing": 73,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.pretalx.com/languages/ar/"
}