Languages API.

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

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

{
    "total": 8181,
    "total_words": 68197,
    "total_chars": 459603,
    "last_change": "2025-02-28T23:32:03.298397Z",
    "recent_changes": 93,
    "translated": 6493,
    "translated_words": 49034,
    "translated_percent": 79.3,
    "translated_words_percent": 71.9,
    "translated_chars": 327761,
    "translated_chars_percent": 71.3,
    "fuzzy": 115,
    "fuzzy_percent": 1.4,
    "failing": 269,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.pkp.sfu.ca/languages/hu/"
}