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": 55256,
    "total_words": 395178,
    "total_chars": 2597886,
    "last_change": "2024-04-19T02:37:42.480800Z",
    "recent_changes": 1247,
    "translated": 27069,
    "translated_words": 158853,
    "translated_percent": 48.9,
    "translated_words_percent": 40.1,
    "translated_chars": 1023374,
    "translated_chars_percent": 39.3,
    "fuzzy": 851,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 3399,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 22198,
    "fuzzy_chars_percent": 0.8,
    "failing": 370,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 235,
    "readonly_chars_percent": 0.1,
    "suggestions": 1462,
    "comments": 0,
    "name": "Croatian",
    "url": "https://translate.fedoraproject.org/languages/hr/"
}