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": 1340,
    "total_words": 5171,
    "total_chars": 31254,
    "last_change": "2025-07-12T19:15:39.381443Z",
    "recent_changes": 11,
    "translated": 431,
    "translated_words": 1262,
    "translated_percent": 32.1,
    "translated_words_percent": 24.4,
    "translated_chars": 8130,
    "translated_chars_percent": 26.0,
    "fuzzy": 21,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 401,
    "fuzzy_chars_percent": 1.2,
    "failing": 35,
    "failing_percent": 2.6,
    "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.6,
    "readonly_words": 618,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3817,
    "readonly_chars_percent": 12.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Hausa",
    "url": "http://translate.gtaf.org/languages/ha/"
}