Languages API.

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

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

{
    "total": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:09.398083Z",
    "recent_changes": 2,
    "translated": 2195,
    "translated_words": 17528,
    "translated_percent": 95.1,
    "translated_words_percent": 98.0,
    "translated_chars": 108084,
    "translated_chars_percent": 98.1,
    "total_chars": 110113,
    "fuzzy": 109,
    "fuzzy_percent": 4.7,
    "failing": 1646,
    "failing_percent": 71.3,
    "approved": 298,
    "approved_percent": 12.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Belarusian",
    "url": "https://traduk.amikumu.com/languages/be/"
}