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": 33731,
    "total_words": 444176,
    "total_chars": 2937533,
    "last_change": "2025-03-12T01:14:26.379352Z",
    "recent_changes": 19,
    "translated": 4522,
    "translated_words": 11990,
    "translated_percent": 13.4,
    "translated_words_percent": 2.6,
    "translated_chars": 77280,
    "translated_chars_percent": 2.6,
    "fuzzy": 628,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 3432,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 25028,
    "fuzzy_chars_percent": 0.8,
    "failing": 226,
    "failing_percent": 0.6,
    "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": 597,
    "comments": 0,
    "name": "Occitan",
    "url": "https://translate.fedoraproject.org/languages/oc/"
}