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": 4718,
    "total_words": 17567,
    "total_chars": 105851,
    "last_change": "2024-05-01T08:07:50.511981Z",
    "recent_changes": 0,
    "translated": 1530,
    "translated_words": 5074,
    "translated_percent": 32.4,
    "translated_words_percent": 28.8,
    "translated_chars": 29856,
    "translated_chars_percent": 28.2,
    "fuzzy": 66,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 324,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1901,
    "fuzzy_chars_percent": 1.7,
    "failing": 93,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.6,
    "readonly_words": 30,
    "readonly_words_percent": 0.1,
    "readonly_chars": 271,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Hausa",
    "url": "https://hosted.weblate.org/languages/ha/"
}