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": 7126,
    "total_words": 36191,
    "last_change": "2025-03-28T10:49:09.822550Z",
    "recent_changes": 825,
    "translated": 6840,
    "translated_words": 33967,
    "translated_percent": 95.9,
    "translated_words_percent": 93.8,
    "translated_chars": 239143,
    "translated_chars_percent": 94.2,
    "total_chars": 253813,
    "fuzzy": 264,
    "fuzzy_percent": 3.7,
    "failing": 256,
    "failing_percent": 3.5,
    "name": "Catalan",
    "url": "https://translate.lxqt-project.org/languages/ca/"
}