Languages API.

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

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

{
    "total": 1383,
    "total_words": 8744,
    "last_change": "2026-05-20T12:41:16.933059Z",
    "recent_changes": 28,
    "translated": 1378,
    "translated_words": 8738,
    "translated_percent": 99.6,
    "translated_words_percent": 99.9,
    "translated_chars": 61874,
    "translated_chars_percent": 99.9,
    "total_chars": 61922,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://weblate.duniter.org/languages/eo_EO/"
}