Languages API.

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

GET /api/languages/en_AU/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:36.176753Z",
    "recent_changes": 63,
    "translated": 921,
    "translated_words": 3391,
    "translated_percent": 14.4,
    "translated_words_percent": 13.8,
    "translated_chars": 21538,
    "translated_chars_percent": 13.3,
    "fuzzy": 356,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 1134,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 7500,
    "fuzzy_chars_percent": 4.6,
    "failing": 138,
    "failing_percent": 2.1,
    "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": 1151,
    "comments": 0,
    "name": "English (Australia)",
    "url": "https://l10n.elementary.io/languages/en_AU/"
}