Languages API.

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

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

{
    "total": 6917,
    "total_words": 34717,
    "last_change": "2024-05-04T18:16:33.696460Z",
    "recent_changes": 389,
    "translated": 6433,
    "translated_words": 29455,
    "translated_percent": 93.0,
    "translated_words_percent": 84.8,
    "translated_chars": 205073,
    "translated_chars_percent": 83.6,
    "total_chars": 245082,
    "fuzzy": 278,
    "fuzzy_percent": 4.0,
    "failing": 270,
    "failing_percent": 3.9,
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/languages/es/"
}