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": 1792,
    "total_words": 6825,
    "total_chars": 42241,
    "last_change": "2025-08-11T18:47:39.930554Z",
    "recent_changes": 1,
    "translated": 179,
    "translated_words": 513,
    "translated_percent": 9.9,
    "translated_words_percent": 7.5,
    "translated_chars": 3263,
    "translated_chars_percent": 7.7,
    "fuzzy": 1059,
    "fuzzy_percent": 59.0,
    "failing": 363,
    "failing_percent": 20.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.gajim.org/languages/sr/"
}