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": 26290,
    "total_words": 402206,
    "total_chars": 2918439,
    "last_change": "2024-04-25T15:36:19.948335Z",
    "recent_changes": 0,
    "translated": 77,
    "translated_words": 216,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 1662,
    "translated_chars_percent": 0.1,
    "fuzzy": 7,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 816,
    "fuzzy_chars_percent": 0.1,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 82,
    "readonly_chars_percent": 0.1,
    "suggestions": 34,
    "comments": 0,
    "name": "Mongolian",
    "url": "https://translate.fedoraproject.org/languages/mn/"
}