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": 2120,
    "total_words": 8305,
    "total_chars": 51098,
    "last_change": "2025-09-17T09:18:11.164502Z",
    "recent_changes": 126,
    "translated": 1677,
    "translated_words": 6278,
    "translated_percent": 79.1,
    "translated_words_percent": 75.5,
    "translated_chars": 38731,
    "translated_chars_percent": 75.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 20,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 4.9,
    "readonly_words": 622,
    "readonly_words_percent": 7.4,
    "readonly_chars": 3850,
    "readonly_chars_percent": 7.5,
    "suggestions": 2,
    "comments": 0,
    "name": "Hausa",
    "url": "http://translate.gtaf.org/languages/ha/"
}