Languages API.

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

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

{
    "total": 30,
    "total_words": 40,
    "total_chars": 252,
    "last_change": "2024-01-29T03:51:06.360709Z",
    "recent_changes": 23,
    "translated": 28,
    "translated_words": 37,
    "translated_percent": 93.3,
    "translated_words_percent": 92.5,
    "translated_chars": 234,
    "translated_chars_percent": 92.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "name": "Malay",
    "url": "http://translate.pkp.sfu.ca/languages/ms_MY/"
}