Languages API.

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

GET /api/languages/en_CA/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.249656Z",
    "recent_changes": 114,
    "translated": 3263,
    "translated_words": 9627,
    "translated_percent": 51.3,
    "translated_words_percent": 39.3,
    "translated_chars": 65585,
    "translated_chars_percent": 40.7,
    "fuzzy": 821,
    "fuzzy_percent": 12.9,
    "fuzzy_words": 3135,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 20531,
    "fuzzy_chars_percent": 12.7,
    "failing": 314,
    "failing_percent": 4.9,
    "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": 306,
    "comments": 0,
    "name": "English (Canada)",
    "url": "https://l10n.elementary.io/languages/en_CA/"
}