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": 1971,
    "total_words": 8408,
    "total_chars": 51182,
    "last_change": "2026-06-06T18:36:53.361776Z",
    "recent_changes": 3,
    "translated": 1040,
    "translated_words": 3180,
    "translated_percent": 52.7,
    "translated_words_percent": 37.8,
    "translated_chars": 19740,
    "translated_chars_percent": 38.5,
    "fuzzy": 38,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 306,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1776,
    "fuzzy_chars_percent": 3.4,
    "failing": 63,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Catalan",
    "url": "https://weblate.foundryvtt-hub.com/languages/ca/"
}