Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160960,
    "last_change": "2024-04-16T17:09:13.386160Z",
    "recent_changes": 38,
    "translated": 1006,
    "translated_words": 2937,
    "translated_percent": 15.8,
    "translated_words_percent": 12.0,
    "translated_chars": 19182,
    "translated_chars_percent": 11.9,
    "fuzzy": 488,
    "fuzzy_percent": 7.6,
    "failing": 278,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 141,
    "comments": 0,
    "name": "Basque",
    "url": "https://l10n.elementary.io/languages/eu/"
}