Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160959,
    "last_change": "2024-04-28T02:09:38.909619Z",
    "recent_changes": 8,
    "translated": 62,
    "translated_words": 109,
    "translated_percent": 0.9,
    "translated_words_percent": 0.4,
    "translated_chars": 720,
    "translated_chars_percent": 0.4,
    "fuzzy": 77,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 253,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 1745,
    "fuzzy_chars_percent": 1.0,
    "failing": 27,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 120,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://l10n.elementary.io/languages/is/"
}