Languages API.

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

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

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:30.148109Z",
    "recent_changes": 896,
    "translated": 17398,
    "translated_words": 65616,
    "translated_percent": 53.2,
    "translated_words_percent": 42.9,
    "translated_chars": 406570,
    "translated_chars_percent": 43.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 181,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1447,
    "fuzzy_chars_percent": 0.1,
    "failing": 156,
    "failing_percent": 0.4,
    "approved": 635,
    "approved_percent": 1.9,
    "approved_words": 4001,
    "approved_words_percent": 2.6,
    "approved_chars": 24797,
    "approved_chars_percent": 2.6,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 40,
    "comments": 0,
    "name": "Catalan (Spain)",
    "url": "https://kodi.weblate.cloud/languages/ca_es/"
}