Languages API.

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

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

{
    "total": 12782,
    "total_words": 35646,
    "total_chars": 227538,
    "last_change": "2024-04-25T22:53:55.808236Z",
    "recent_changes": 178,
    "translated": 5040,
    "translated_words": 10601,
    "translated_percent": 39.4,
    "translated_words_percent": 29.7,
    "translated_chars": 67177,
    "translated_chars_percent": 29.5,
    "fuzzy": 2044,
    "fuzzy_percent": 15.9,
    "fuzzy_words": 4025,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 27298,
    "fuzzy_chars_percent": 11.9,
    "failing": 952,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 29,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.tryton.org/languages/pl/"
}