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": 30924,
    "total_words": 636251,
    "total_chars": 4520091,
    "last_change": "2024-04-10T15:42:27.233705Z",
    "recent_changes": 89,
    "translated": 363,
    "translated_words": 3297,
    "translated_percent": 1.1,
    "translated_words_percent": 0.5,
    "translated_chars": 21600,
    "translated_chars_percent": 0.4,
    "fuzzy": 23,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 268,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1914,
    "fuzzy_chars_percent": 0.1,
    "failing": 6,
    "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": 14,
    "readonly_percent": 0.1,
    "readonly_words": 47,
    "readonly_words_percent": 0.1,
    "readonly_chars": 336,
    "readonly_chars_percent": 0.1,
    "suggestions": 92,
    "comments": 0,
    "name": "Swahili",
    "url": "https://translate.fedoraproject.org/languages/sw/"
}