Languages API.

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

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

{
    "total": 15078,
    "total_words": 65709,
    "total_chars": 398212,
    "last_change": "2024-05-08T12:38:12.340523Z",
    "recent_changes": 14,
    "translated": 1458,
    "translated_words": 3262,
    "translated_percent": 9.6,
    "translated_words_percent": 4.9,
    "translated_chars": 20343,
    "translated_chars_percent": 5.1,
    "fuzzy": 213,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 590,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 3711,
    "fuzzy_chars_percent": 0.9,
    "failing": 129,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.2,
    "readonly_words": 33,
    "readonly_words_percent": 0.1,
    "readonly_chars": 252,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Afar",
    "url": "https://hosted.weblate.org/languages/aa/"
}