Languages API.

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

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

{
    "total": 8247,
    "total_words": 68201,
    "total_chars": 458330,
    "last_change": "2025-09-10T09:20:41.191311Z",
    "recent_changes": 1119,
    "translated": 7693,
    "translated_words": 63423,
    "translated_percent": 93.2,
    "translated_words_percent": 92.9,
    "translated_chars": 425677,
    "translated_chars_percent": 92.8,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "failing": 31,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "name": "Croatian",
    "url": "http://translate.pkp.sfu.ca/languages/hr/"
}