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": 1229,
    "total_words": 10755,
    "last_change": "2026-01-27T00:20:28.008625Z",
    "recent_changes": 137,
    "translated": 838,
    "translated_words": 5163,
    "translated_percent": 68.1,
    "translated_words_percent": 48.0,
    "translated_chars": 31323,
    "translated_chars_percent": 47.4,
    "total_chars": 65979,
    "fuzzy": 13,
    "fuzzy_percent": 1.0,
    "failing": 16,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Croatian",
    "url": "https://translate.phyphox.org/languages/hr/"
}