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": 72371,
    "total_words": 712170,
    "total_chars": 4653826,
    "last_change": "2025-03-12T16:12:29.865390Z",
    "recent_changes": 44,
    "translated": 29184,
    "translated_words": 163964,
    "translated_percent": 40.3,
    "translated_words_percent": 23.0,
    "translated_chars": 1057428,
    "translated_chars_percent": 22.7,
    "fuzzy": 7050,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 43729,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 287712,
    "fuzzy_chars_percent": 6.1,
    "failing": 2977,
    "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": 4073,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/languages/sr/"
}