Languages API.

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

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

{
    "total": 72569,
    "total_words": 714805,
    "total_chars": 4671825,
    "last_change": "2025-04-29T03:30:55.191887Z",
    "recent_changes": 47,
    "translated": 29164,
    "translated_words": 163921,
    "translated_percent": 40.1,
    "translated_words_percent": 22.9,
    "translated_chars": 1057099,
    "translated_chars_percent": 22.6,
    "fuzzy": 7065,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 43773,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 287953,
    "fuzzy_chars_percent": 6.1,
    "failing": 3021,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 284,
    "readonly_chars_percent": 0.1,
    "suggestions": 4137,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/languages/sr/"
}