Languages API.

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

GET /api/languages/my_mm/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:44.696357Z",
    "recent_changes": 187,
    "translated": 4746,
    "translated_words": 9240,
    "translated_percent": 14.5,
    "translated_words_percent": 6.0,
    "translated_chars": 55435,
    "translated_chars_percent": 5.8,
    "fuzzy": 318,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1055,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 6018,
    "fuzzy_chars_percent": 0.6,
    "failing": 878,
    "failing_percent": 2.6,
    "approved": 24,
    "approved_percent": 0.1,
    "approved_words": 132,
    "approved_words_percent": 0.1,
    "approved_chars": 881,
    "approved_chars_percent": 0.1,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Burmese",
    "url": "https://kodi.weblate.cloud/languages/my_mm/"
}