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": 14172,
    "total_words": 54941,
    "last_change": null,
    "recent_changes": 0,
    "translated": 163,
    "translated_words": 576,
    "translated_percent": 1.1,
    "translated_words_percent": 1.0,
    "translated_chars": 3870,
    "translated_chars_percent": 0.9,
    "total_chars": 419859,
    "fuzzy": 2267,
    "fuzzy_percent": 15.9,
    "failing": 147,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Mongolian",
    "url": "https://l10n.opensuse.org/languages/mn/"
}