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": 1955,
    "total_words": 8725,
    "last_change": "2024-11-20T22:04:34.002479Z",
    "recent_changes": 40,
    "translated": 1464,
    "translated_words": 6717,
    "translated_percent": 74.8,
    "translated_words_percent": 76.9,
    "translated_chars": 42669,
    "translated_chars_percent": 75.5,
    "total_chars": 56485,
    "fuzzy": 26,
    "fuzzy_percent": 1.3,
    "failing": 4,
    "failing_percent": 0.2,
    "name": "Esperanto",
    "url": "https://translate.lxqt-project.org/languages/eo/"
}