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": 10836,
    "total_words": 76094,
    "total_chars": 518860,
    "last_change": "2024-04-17T08:53:41.541165Z",
    "recent_changes": 164,
    "translated": 4903,
    "translated_words": 29082,
    "translated_percent": 45.2,
    "translated_words_percent": 38.2,
    "translated_chars": 183306,
    "translated_chars_percent": 35.3,
    "fuzzy": 1944,
    "fuzzy_percent": 17.9,
    "fuzzy_words": 14015,
    "fuzzy_words_percent": 18.4,
    "fuzzy_chars": 113725,
    "fuzzy_chars_percent": 21.9,
    "failing": 1734,
    "failing_percent": 16.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.2,
    "readonly_words": 246,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2260,
    "readonly_chars_percent": 0.4,
    "suggestions": 97,
    "comments": 10,
    "name": "Catalan",
    "url": "https://weblate.framasoft.org/languages/ca/"
}