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": 5056,
    "total_words": 71272,
    "last_change": "2026-03-12T11:27:26.102887Z",
    "recent_changes": 1893,
    "translated": 4918,
    "translated_words": 66081,
    "translated_percent": 97.2,
    "translated_words_percent": 92.7,
    "translated_chars": 379958,
    "translated_chars_percent": 92.1,
    "total_chars": 412197,
    "fuzzy": 14,
    "fuzzy_percent": 0.2,
    "failing": 84,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.diyseeds.org/languages/hu/"
}