Languages API.

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

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

{
    "total": 8075,
    "total_words": 67080,
    "total_chars": 451896,
    "last_change": "2026-01-16T14:31:57.947794Z",
    "recent_changes": 530,
    "translated": 6092,
    "translated_words": 45442,
    "translated_percent": 75.4,
    "translated_words_percent": 67.7,
    "translated_chars": 304885,
    "translated_chars_percent": 67.4,
    "fuzzy": 86,
    "fuzzy_percent": 1.0,
    "failing": 162,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "http://translate.pkp.sfu.ca/languages/ro/"
}