Languages API.

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

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

{
    "total": 25,
    "total_words": 35,
    "total_chars": 225,
    "last_change": "2023-09-27T07:46:06.360503Z",
    "recent_changes": 11,
    "translated": 18,
    "translated_words": 24,
    "translated_percent": 72.0,
    "translated_words_percent": 68.5,
    "translated_chars": 155,
    "translated_chars_percent": 68.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Uzbek",
    "url": "http://translate.pkp.sfu.ca/languages/uz_UZ@cyrillic/"
}