Languages API.

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

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

{
    "total": 7130,
    "total_words": 36227,
    "last_change": "2025-03-28T10:49:09.822550Z",
    "recent_changes": 825,
    "translated": 6822,
    "translated_words": 33881,
    "translated_percent": 95.6,
    "translated_words_percent": 93.5,
    "translated_chars": 238464,
    "translated_chars_percent": 93.8,
    "total_chars": 254049,
    "fuzzy": 264,
    "fuzzy_percent": 3.7,
    "failing": 256,
    "failing_percent": 3.5,
    "name": "Catalan",
    "url": "https://translate.lxqt-project.org/languages/ca/"
}