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": 1922,
    "total_words": 8551,
    "last_change": "2023-12-08T21:09:51.849115Z",
    "recent_changes": 28,
    "translated": 1477,
    "translated_words": 6754,
    "translated_percent": 76.8,
    "translated_words_percent": 78.9,
    "translated_chars": 42921,
    "translated_chars_percent": 77.4,
    "total_chars": 55412,
    "fuzzy": 18,
    "fuzzy_percent": 0.9,
    "failing": 11,
    "failing_percent": 0.5,
    "name": "Esperanto",
    "url": "https://translate.lxqt-project.org/languages/eo/"
}