Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5083,
    "total_words": 19255,
    "last_change": "2024-05-05T13:02:53.999643Z",
    "recent_changes": 1079,
    "translated": 4936,
    "translated_words": 18553,
    "translated_percent": 97.1,
    "translated_words_percent": 96.3,
    "translated_chars": 121504,
    "translated_chars_percent": 96.6,
    "total_chars": 125711,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 43,
    "failing_percent": 0.8,
    "name": "Estonian",
    "url": "https://translate.lxqt-project.org/languages/et/"
}