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": 60368,
    "total_words": 497981,
    "total_chars": 3230015,
    "last_change": "2024-05-08T05:26:58.873481Z",
    "recent_changes": 410,
    "translated": 27261,
    "translated_words": 154928,
    "translated_percent": 45.1,
    "translated_words_percent": 31.1,
    "translated_chars": 999306,
    "translated_chars_percent": 30.9,
    "fuzzy": 6483,
    "fuzzy_percent": 10.7,
    "fuzzy_words": 40018,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 263835,
    "fuzzy_chars_percent": 8.1,
    "failing": 2792,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 281,
    "readonly_chars_percent": 0.1,
    "suggestions": 3857,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/languages/sr/"
}