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": 32406,
    "total_words": 152022,
    "total_chars": 937031,
    "last_change": "2024-05-05T21:30:10.092298Z",
    "recent_changes": 131,
    "translated": 4294,
    "translated_words": 8874,
    "translated_percent": 13.2,
    "translated_words_percent": 5.8,
    "translated_chars": 52846,
    "translated_chars_percent": 5.6,
    "fuzzy": 320,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1059,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 6042,
    "fuzzy_chars_percent": 0.6,
    "failing": 558,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://kodi.weblate.cloud/languages/eo/"
}