Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/mo/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5972,
    "total_words": 22514,
    "total_chars": 149311,
    "last_change": "2024-05-01T15:32:01.519035Z",
    "recent_changes": 90,
    "translated": 1688,
    "translated_words": 4987,
    "translated_percent": 28.2,
    "translated_words_percent": 22.1,
    "translated_chars": 31950,
    "translated_chars_percent": 21.3,
    "fuzzy": 722,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 2268,
    "fuzzy_words_percent": 10.0,
    "fuzzy_chars": 15580,
    "fuzzy_chars_percent": 10.4,
    "failing": 364,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 153,
    "readonly_chars_percent": 0.1,
    "suggestions": 7,
    "comments": 0,
    "name": "Moldovan",
    "url": "https://l10n.elementary.io/languages/mo/"
}