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": 123,
    "total_words": 196,
    "total_chars": 1393,
    "last_change": "2024-01-29T03:51:06.360709Z",
    "recent_changes": 22,
    "translated": 26,
    "translated_words": 35,
    "translated_percent": 21.1,
    "translated_words_percent": 17.8,
    "translated_chars": 223,
    "translated_chars_percent": 16.0,
    "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/"
}