Languages API.

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

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

{
    "total": 32317,
    "total_words": 151756,
    "total_chars": 935994,
    "last_change": "2024-05-06T04:36:34.797001Z",
    "recent_changes": 275,
    "translated": 17983,
    "translated_words": 84447,
    "translated_percent": 55.6,
    "translated_words_percent": 55.6,
    "translated_chars": 523506,
    "translated_chars_percent": 55.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 273,
    "approved_percent": 0.8,
    "approved_words": 1386,
    "approved_words_percent": 0.9,
    "approved_chars": 9021,
    "approved_chars_percent": 0.9,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 16,
    "comments": 0,
    "name": "English (United States)",
    "url": "https://kodi.weblate.cloud/languages/en_us/"
}