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": 3710,
    "total_words": 30521,
    "total_chars": 206557,
    "last_change": "2024-10-23T13:43:29.359034Z",
    "recent_changes": 27,
    "translated": 69,
    "translated_words": 365,
    "translated_percent": 1.8,
    "translated_words_percent": 1.1,
    "translated_chars": 2336,
    "translated_chars_percent": 1.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Mongolian",
    "url": "http://translate.pkp.sfu.ca/languages/mn/"
}