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": 1927,
    "total_words": 12242,
    "last_change": "2026-03-18T10:40:11.152272Z",
    "recent_changes": 84,
    "translated": 1884,
    "translated_words": 11905,
    "translated_percent": 97.7,
    "translated_words_percent": 97.2,
    "translated_chars": 80222,
    "translated_chars_percent": 97.4,
    "total_chars": 82337,
    "fuzzy": 20,
    "fuzzy_percent": 1.0,
    "failing": 11,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 26,
    "comments": 0,
    "name": "Catalan",
    "url": "https://weblate.duniter.org/languages/ca/"
}