Languages API.

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

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

{
    "total": 1866,
    "total_words": 17759,
    "total_chars": 115136,
    "last_change": "2025-05-18T16:21:00.515519Z",
    "recent_changes": 2,
    "translated": 900,
    "translated_words": 5619,
    "translated_percent": 48.2,
    "translated_words_percent": 31.6,
    "translated_chars": 35877,
    "translated_chars_percent": 31.1,
    "fuzzy": 179,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 2228,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 14474,
    "fuzzy_chars_percent": 12.5,
    "failing": 84,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.yunohost.org/languages/oc/"
}