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": 1593,
    "total_words": 7190,
    "total_chars": 43721,
    "last_change": "2026-02-16T10:45:42.058016Z",
    "recent_changes": 16,
    "translated": 908,
    "translated_words": 2527,
    "translated_percent": 56.9,
    "translated_words_percent": 35.1,
    "translated_chars": 15420,
    "translated_chars_percent": 35.2,
    "fuzzy": 107,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 487,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 2611,
    "fuzzy_chars_percent": 5.9,
    "failing": 144,
    "failing_percent": 9.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.8,
    "readonly_words": 67,
    "readonly_words_percent": 0.9,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "http://translate.gtaf.org/languages/sr/"
}