Languages API.

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

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

{
    "total": 1791,
    "total_words": 6498,
    "last_change": "2024-04-19T08:03:46.485564Z",
    "recent_changes": 253,
    "translated": 1329,
    "translated_words": 4308,
    "translated_percent": 74.2,
    "translated_words_percent": 66.2,
    "translated_chars": 29795,
    "translated_chars_percent": 66.9,
    "total_chars": 44483,
    "fuzzy": 26,
    "fuzzy_percent": 1.4,
    "failing": 33,
    "failing_percent": 1.8,
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/languages/ro/"
}