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": 568,
    "total_words": 3529,
    "last_change": "2023-06-29T20:41:14.716665Z",
    "recent_changes": 4,
    "translated": 108,
    "translated_words": 412,
    "translated_percent": 19.0,
    "translated_words_percent": 11.6,
    "translated_chars": 2534,
    "translated_chars_percent": 12.4,
    "total_chars": 20432,
    "fuzzy": 159,
    "fuzzy_percent": 27.9,
    "failing": 147,
    "failing_percent": 25.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.5,
    "suggestions": 3,
    "comments": 1,
    "name": "Basque",
    "url": "https://weblate.duniter.org/languages/eu/"
}