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": 7269,
    "total_words": 59417,
    "total_chars": 399815,
    "last_change": "2025-09-10T09:20:40.764847Z",
    "recent_changes": 83,
    "translated": 5671,
    "translated_words": 43967,
    "translated_percent": 78.0,
    "translated_words_percent": 73.9,
    "translated_chars": 296452,
    "translated_chars_percent": 74.1,
    "fuzzy": 54,
    "fuzzy_percent": 0.7,
    "failing": 95,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Malay",
    "url": "http://translate.pkp.sfu.ca/languages/ms/"
}