Languages API.

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

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

{
    "total": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:12.880745Z",
    "recent_changes": 2,
    "translated": 356,
    "translated_words": 8797,
    "translated_percent": 54.6,
    "translated_words_percent": 84.4,
    "translated_chars": 54844,
    "translated_chars_percent": 84.8,
    "total_chars": 64658,
    "fuzzy": 293,
    "fuzzy_percent": 44.9,
    "failing": 508,
    "failing_percent": 77.9,
    "approved": 115,
    "approved_percent": 17.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Latin",
    "url": "https://traduk.amikumu.com/languages/la/"
}