Languages API.

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

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

{
    "total": 4712,
    "total_words": 40986,
    "total_chars": 280124,
    "last_change": "2024-10-23T13:43:29.746360Z",
    "recent_changes": 17,
    "translated": 2426,
    "translated_words": 21427,
    "translated_percent": 51.4,
    "translated_words_percent": 52.2,
    "translated_chars": 145396,
    "translated_chars_percent": 51.9,
    "fuzzy": 61,
    "fuzzy_percent": 1.2,
    "failing": 74,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Uzbek (latin)",
    "url": "http://translate.pkp.sfu.ca/languages/uz_Latn/"
}