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": 1394,
    "total_words": 5801,
    "total_chars": 35332,
    "last_change": "2025-11-26T07:12:09.873485Z",
    "recent_changes": 18,
    "translated": 986,
    "translated_words": 3089,
    "translated_percent": 70.7,
    "translated_words_percent": 53.2,
    "translated_chars": 18810,
    "translated_chars_percent": 53.2,
    "fuzzy": 107,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 487,
    "fuzzy_words_percent": 8.3,
    "fuzzy_chars": 2611,
    "fuzzy_chars_percent": 7.3,
    "failing": 144,
    "failing_percent": 10.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.4,
    "readonly_words": 622,
    "readonly_words_percent": 10.7,
    "readonly_chars": 3850,
    "readonly_chars_percent": 10.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "http://translate.gtaf.org/languages/sr/"
}