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": 1246,
    "total_words": 8057,
    "last_change": "2026-06-01T16:42:48.048665Z",
    "recent_changes": 52,
    "translated": 779,
    "translated_words": 4530,
    "translated_percent": 62.5,
    "translated_words_percent": 56.2,
    "translated_chars": 26928,
    "translated_chars_percent": 55.8,
    "total_chars": 48239,
    "fuzzy": 13,
    "fuzzy_percent": 1.0,
    "failing": 5,
    "failing_percent": 0.4,
    "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/"
}