Languages API.

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

GET /api/languages/be_by/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:07.799830Z",
    "recent_changes": 485,
    "translated": 15612,
    "translated_words": 68317,
    "translated_percent": 47.8,
    "translated_words_percent": 44.6,
    "translated_chars": 421600,
    "translated_chars_percent": 44.7,
    "fuzzy": 290,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 1193,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 7207,
    "fuzzy_chars_percent": 0.7,
    "failing": 398,
    "failing_percent": 1.2,
    "approved": 3,
    "approved_percent": 0.1,
    "approved_words": 3,
    "approved_words_percent": 0.1,
    "approved_chars": 16,
    "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": 9,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://kodi.weblate.cloud/languages/be_by/"
}