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": 1543,
    "total_words": 6582,
    "total_chars": 39791,
    "last_change": "2026-02-16T10:45:32.439223Z",
    "recent_changes": 17,
    "translated": 270,
    "translated_words": 487,
    "translated_percent": 17.4,
    "translated_words_percent": 7.3,
    "translated_chars": 3330,
    "translated_chars_percent": 8.3,
    "fuzzy": 40,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 90,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 483,
    "fuzzy_chars_percent": 1.2,
    "failing": 32,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.8,
    "readonly_words": 67,
    "readonly_words_percent": 1.0,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.gtaf.org/languages/hu/"
}