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": 6333,
    "total_words": 24732,
    "total_chars": 160352,
    "last_change": "2024-02-11T12:33:50.529954Z",
    "recent_changes": 5,
    "translated": 183,
    "translated_words": 591,
    "translated_percent": 2.8,
    "translated_words_percent": 2.3,
    "translated_chars": 3804,
    "translated_chars_percent": 2.3,
    "fuzzy": 52,
    "fuzzy_percent": 0.8,
    "failing": 21,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Mongolian",
    "url": "https://l10n.elementary.io/languages/mn/"
}