Languages API.

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

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

{
    "total": 30299,
    "total_words": 203779,
    "total_chars": 1308951,
    "last_change": "2025-04-28T09:08:49.108455Z",
    "recent_changes": 16,
    "translated": 1285,
    "translated_words": 5982,
    "translated_percent": 4.2,
    "translated_words_percent": 2.9,
    "translated_chars": 36565,
    "translated_chars_percent": 2.7,
    "fuzzy": 933,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 4993,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 30709,
    "fuzzy_chars_percent": 2.3,
    "failing": 290,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.1,
    "readonly_words": 19,
    "readonly_words_percent": 0.1,
    "readonly_chars": 150,
    "readonly_chars_percent": 0.1,
    "suggestions": 665,
    "comments": 0,
    "name": "Malay",
    "url": "https://translate.fedoraproject.org/languages/ms/"
}