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": 3466,
    "total_words": 29436,
    "total_chars": 199384,
    "last_change": "2023-08-25T07:26:31.894898Z",
    "recent_changes": 26,
    "translated": 68,
    "translated_words": 301,
    "translated_percent": 1.9,
    "translated_words_percent": 1.0,
    "translated_chars": 1979,
    "translated_chars_percent": 0.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Mongolian",
    "url": "http://translate.pkp.sfu.ca/languages/mn/"
}