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": 1394,
    "total_words": 5801,
    "total_chars": 35332,
    "last_change": "2025-11-26T07:12:09.817517Z",
    "recent_changes": 16,
    "translated": 1168,
    "translated_words": 4113,
    "translated_percent": 83.7,
    "translated_words_percent": 70.9,
    "translated_chars": 25056,
    "translated_chars_percent": 70.9,
    "fuzzy": 86,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 478,
    "fuzzy_words_percent": 8.2,
    "fuzzy_chars": 2644,
    "fuzzy_chars_percent": 7.4,
    "failing": 121,
    "failing_percent": 8.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.4,
    "readonly_words": 622,
    "readonly_words_percent": 10.7,
    "readonly_chars": 3850,
    "readonly_chars_percent": 10.8,
    "suggestions": 6,
    "comments": 0,
    "name": "Malay",
    "url": "http://translate.gtaf.org/languages/ms/"
}