Languages API.

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

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

{
    "total": 253702,
    "total_words": 3905593,
    "total_chars": 28406871,
    "last_change": "2025-03-13T00:24:24.804558Z",
    "recent_changes": 68,
    "translated": 1417,
    "translated_words": 6346,
    "translated_percent": 0.5,
    "translated_words_percent": 0.1,
    "translated_chars": 41244,
    "translated_chars_percent": 0.1,
    "fuzzy": 317,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1291,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 8733,
    "fuzzy_chars_percent": 0.1,
    "failing": 202,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 0.1,
    "readonly_words": 102,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1049,
    "readonly_chars_percent": 0.1,
    "suggestions": 2467,
    "comments": 0,
    "name": "Sinhala",
    "url": "https://translate.fedoraproject.org/languages/si/"
}