Languages API.

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

GET /api/languages/hr/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:05.800200Z",
    "recent_changes": 2,
    "translated": 365,
    "translated_words": 8841,
    "translated_percent": 55.9,
    "translated_words_percent": 84.8,
    "translated_chars": 55077,
    "translated_chars_percent": 85.1,
    "total_chars": 64658,
    "fuzzy": 284,
    "fuzzy_percent": 43.5,
    "failing": 502,
    "failing_percent": 76.9,
    "approved": 81,
    "approved_percent": 12.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 17,
    "comments": 0,
    "name": "Croatian",
    "url": "https://traduk.amikumu.com/languages/hr/"
}