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": 29509,
    "total_words": 197766,
    "total_chars": 1268141,
    "last_change": "2024-04-27T13:23:03.927617Z",
    "recent_changes": 73,
    "translated": 1242,
    "translated_words": 5883,
    "translated_percent": 4.2,
    "translated_words_percent": 2.9,
    "translated_chars": 35983,
    "translated_chars_percent": 2.8,
    "fuzzy": 937,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 5024,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 30913,
    "fuzzy_chars_percent": 2.4,
    "failing": 293,
    "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": 8,
    "readonly_percent": 0.1,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 103,
    "readonly_chars_percent": 0.1,
    "suggestions": 633,
    "comments": 0,
    "name": "Malay",
    "url": "https://translate.fedoraproject.org/languages/ms/"
}