Languages API.

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

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

{
    "total": 1543,
    "total_words": 6582,
    "total_chars": 39791,
    "last_change": "2026-02-17T11:50:23.627474Z",
    "recent_changes": 115,
    "translated": 193,
    "translated_words": 411,
    "translated_percent": 12.5,
    "translated_words_percent": 6.2,
    "translated_chars": 2492,
    "translated_chars_percent": 6.2,
    "fuzzy": 181,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 342,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 2133,
    "fuzzy_chars_percent": 5.3,
    "failing": 120,
    "failing_percent": 7.7,
    "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": 1.8,
    "readonly_words": 67,
    "readonly_words_percent": 1.0,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.2,
    "suggestions": 12,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "http://translate.gtaf.org/languages/az/"
}