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": 1844,
    "total_words": 17602,
    "total_chars": 114189,
    "last_change": "2025-04-03T10:49:47.850396Z",
    "recent_changes": 17,
    "translated": 899,
    "translated_words": 5617,
    "translated_percent": 48.7,
    "translated_words_percent": 31.9,
    "translated_chars": 35864,
    "translated_chars_percent": 31.4,
    "fuzzy": 179,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 2228,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 14474,
    "fuzzy_chars_percent": 12.6,
    "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": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.yunohost.org/languages/oc/"
}