Languages API.

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

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

{
    "total": 3286,
    "total_words": 16087,
    "total_chars": 96823,
    "last_change": "2026-04-03T11:45:08.663125Z",
    "recent_changes": 54,
    "translated": 2916,
    "translated_words": 14353,
    "translated_percent": 88.7,
    "translated_words_percent": 89.2,
    "translated_chars": 86262,
    "translated_chars_percent": 89.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "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": 0.8,
    "readonly_words": 67,
    "readonly_words_percent": 0.4,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.5,
    "suggestions": 2,
    "comments": 0,
    "name": "Hausa",
    "url": "http://translate.gtaf.org/languages/ha/"
}