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": 1301,
    "total_words": 4931,
    "total_chars": 29959,
    "last_change": "2025-07-12T19:15:39.529044Z",
    "recent_changes": 11,
    "translated": 336,
    "translated_words": 1039,
    "translated_percent": 25.8,
    "translated_words_percent": 21.0,
    "translated_chars": 6650,
    "translated_chars_percent": 22.1,
    "fuzzy": 49,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 90,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 486,
    "fuzzy_chars_percent": 1.6,
    "failing": 29,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 7.8,
    "readonly_words": 618,
    "readonly_words_percent": 12.5,
    "readonly_chars": 3817,
    "readonly_chars_percent": 12.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "http://translate.gtaf.org/languages/hu/"
}