Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sr_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 46051,
    "total_words": 298204,
    "total_chars": 1910295,
    "last_change": "2024-05-10T02:48:40.193434Z",
    "recent_changes": 294,
    "translated": 6303,
    "translated_words": 25398,
    "translated_percent": 13.6,
    "translated_words_percent": 8.5,
    "translated_chars": 158974,
    "translated_chars_percent": 8.3,
    "fuzzy": 3937,
    "fuzzy_percent": 8.5,
    "fuzzy_words": 21175,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 137110,
    "fuzzy_chars_percent": 7.1,
    "failing": 1342,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 103,
    "readonly_chars_percent": 0.1,
    "suggestions": 1926,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://translate.fedoraproject.org/languages/sr_Latn/"
}