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": 183,
    "total_words": 1305,
    "last_change": "2022-08-06T13:38:36.098047Z",
    "recent_changes": 1,
    "translated": 72,
    "translated_words": 241,
    "translated_percent": 39.3,
    "translated_words_percent": 18.4,
    "translated_chars": 2253,
    "translated_chars_percent": 25.4,
    "total_chars": 8863,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 1,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://weblate.rikka.app/languages/eo/"
}