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": 22331,
    "total_words": 235024,
    "total_chars": 1547359,
    "last_change": "2024-04-19T02:37:47.801287Z",
    "recent_changes": 36,
    "translated": 3808,
    "translated_words": 10205,
    "translated_percent": 17.0,
    "translated_words_percent": 4.3,
    "translated_chars": 65625,
    "translated_chars_percent": 4.2,
    "fuzzy": 384,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 1566,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 11722,
    "fuzzy_chars_percent": 0.7,
    "failing": 213,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 22,
    "readonly_words_percent": 0.1,
    "readonly_chars": 147,
    "readonly_chars_percent": 0.1,
    "suggestions": 553,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.fedoraproject.org/languages/oc/"
}