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": 5733,
    "total_words": 23051,
    "last_change": "2025-03-10T17:45:00.427718Z",
    "recent_changes": 215,
    "translated": 3909,
    "translated_words": 12629,
    "translated_percent": 68.1,
    "translated_words_percent": 54.7,
    "translated_chars": 82919,
    "translated_chars_percent": 55.0,
    "total_chars": 150614,
    "fuzzy": 283,
    "fuzzy_percent": 4.9,
    "failing": 257,
    "failing_percent": 4.4,
    "name": "Croatian",
    "url": "https://translate.lxqt-project.org/languages/hr/"
}