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": 4372,
    "total_words": 38547,
    "total_chars": 262408,
    "last_change": "2024-03-03T02:38:38.432627Z",
    "recent_changes": 12,
    "translated": 2402,
    "translated_words": 20942,
    "translated_percent": 54.9,
    "translated_words_percent": 54.3,
    "translated_chars": 141444,
    "translated_chars_percent": 53.9,
    "fuzzy": 58,
    "fuzzy_percent": 1.3,
    "failing": 72,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Uzbek (latin)",
    "url": "http://translate.pkp.sfu.ca/languages/uz_Latn/"
}