Languages API.

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

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

{
    "total": 73693,
    "total_words": 361155,
    "total_chars": 2308696,
    "last_change": "2024-05-03T06:38:46.205567Z",
    "recent_changes": 252,
    "translated": 15872,
    "translated_words": 60219,
    "translated_percent": 21.5,
    "translated_words_percent": 16.6,
    "translated_chars": 370804,
    "translated_chars_percent": 16.0,
    "fuzzy": 10344,
    "fuzzy_percent": 14.0,
    "fuzzy_words": 29173,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 193054,
    "fuzzy_chars_percent": 8.3,
    "failing": 4766,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1399,
    "readonly_percent": 1.8,
    "readonly_words": 251,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2615,
    "readonly_chars_percent": 0.1,
    "suggestions": 143,
    "comments": 0,
    "name": "Mongolian",
    "url": "https://hosted.weblate.org/languages/mn/"
}