Languages API.

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

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

{
    "total": 4512,
    "total_words": 39788,
    "total_chars": 272727,
    "last_change": "2024-10-23T13:43:29.730706Z",
    "recent_changes": 205,
    "translated": 273,
    "translated_words": 3608,
    "translated_percent": 6.0,
    "translated_words_percent": 9.0,
    "translated_chars": 25151,
    "translated_chars_percent": 9.2,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 14,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Uzbek",
    "url": "http://translate.pkp.sfu.ca/languages/uz/"
}