Languages API.

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

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

{
    "total": 32665,
    "total_words": 152907,
    "total_chars": 942635,
    "last_change": "2024-05-05T21:30:34.328683Z",
    "recent_changes": 3076,
    "translated": 26814,
    "translated_words": 113865,
    "translated_percent": 82.0,
    "translated_words_percent": 74.4,
    "translated_chars": 702693,
    "translated_chars_percent": 74.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 181,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1447,
    "fuzzy_chars_percent": 0.1,
    "failing": 21,
    "failing_percent": 0.1,
    "approved": 13731,
    "approved_percent": 42.0,
    "approved_words": 58356,
    "approved_words_percent": 38.1,
    "approved_chars": 359703,
    "approved_chars_percent": 38.1,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 59,
    "readonly_words_percent": 0.1,
    "readonly_chars": 351,
    "readonly_chars_percent": 0.1,
    "suggestions": 18,
    "comments": 55,
    "name": "Finnish",
    "url": "https://kodi.weblate.cloud/languages/fi_fi/"
}