Languages API.

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

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

{
    "total": 5462,
    "total_words": 21032,
    "total_chars": 136591,
    "last_change": "2024-05-08T03:13:19.980433Z",
    "recent_changes": 2,
    "translated": 81,
    "translated_words": 168,
    "translated_percent": 1.4,
    "translated_words_percent": 0.7,
    "translated_chars": 984,
    "translated_chars_percent": 0.7,
    "fuzzy": 49,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 163,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 942,
    "fuzzy_chars_percent": 0.6,
    "failing": 31,
    "failing_percent": 0.5,
    "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": 141,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Rusyn",
    "url": "https://l10n.elementary.io/languages/rue/"
}