Languages API.

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

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

{
    "total": 29361,
    "total_words": 602648,
    "total_chars": 4275645,
    "last_change": "2025-02-26T21:37:31.077337Z",
    "recent_changes": 6,
    "translated": 393,
    "translated_words": 3855,
    "translated_percent": 1.3,
    "translated_words_percent": 0.6,
    "translated_chars": 25492,
    "translated_chars_percent": 0.5,
    "fuzzy": 34,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 313,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 2229,
    "fuzzy_chars_percent": 0.1,
    "failing": 47,
    "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": 16,
    "readonly_percent": 0.1,
    "readonly_words": 51,
    "readonly_words_percent": 0.1,
    "readonly_chars": 360,
    "readonly_chars_percent": 0.1,
    "suggestions": 71,
    "comments": 0,
    "name": "Swahili",
    "url": "https://translate.fedoraproject.org/languages/sw/"
}