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": 5261,
    "total_words": 21118,
    "last_change": "2023-12-15T15:23:15.615033Z",
    "recent_changes": 191,
    "translated": 3677,
    "translated_words": 12040,
    "translated_percent": 69.8,
    "translated_words_percent": 57.0,
    "translated_chars": 79240,
    "translated_chars_percent": 57.3,
    "total_chars": 138056,
    "fuzzy": 265,
    "fuzzy_percent": 5.0,
    "failing": 256,
    "failing_percent": 4.8,
    "name": "Croatian",
    "url": "https://translate.lxqt-project.org/languages/hr/"
}