Languages API.

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

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

{
    "total": 8660,
    "total_words": 72466,
    "total_chars": 487471,
    "last_change": "2025-09-10T09:20:40.207594Z",
    "recent_changes": 222,
    "translated": 6693,
    "translated_words": 52082,
    "translated_percent": 77.2,
    "translated_words_percent": 71.8,
    "translated_chars": 350349,
    "translated_chars_percent": 71.8,
    "fuzzy": 63,
    "fuzzy_percent": 0.7,
    "failing": 187,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 52,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/languages/gl/"
}