Languages API.

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

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

{
    "total": 1418,
    "total_words": 7671,
    "last_change": "2026-09-17T20:48:23.127694Z",
    "recent_changes": 75,
    "translated": 1285,
    "translated_words": 6526,
    "translated_percent": 90.6,
    "translated_words_percent": 85.0,
    "translated_chars": 39290,
    "translated_chars_percent": 86.4,
    "total_chars": 45468,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 16,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://weblate.duniter.org/languages/eo/"
}