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": 786,
    "total_words": 4658,
    "last_change": "2025-11-23T22:15:12.899416Z",
    "recent_changes": 4,
    "translated": 501,
    "translated_words": 2511,
    "translated_percent": 63.7,
    "translated_words_percent": 53.9,
    "translated_chars": 15291,
    "translated_chars_percent": 54.9,
    "total_chars": 27842,
    "fuzzy": 176,
    "fuzzy_percent": 22.3,
    "failing": 152,
    "failing_percent": 19.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.7,
    "suggestions": 2,
    "comments": 1,
    "name": "Basque",
    "url": "https://weblate.duniter.org/languages/eu/"
}