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": 1836,
    "total_words": 6675,
    "last_change": "2025-04-02T11:27:54.993328Z",
    "recent_changes": 260,
    "translated": 1312,
    "translated_words": 4257,
    "translated_percent": 71.4,
    "translated_words_percent": 63.7,
    "translated_chars": 29462,
    "translated_chars_percent": 64.7,
    "total_chars": 45522,
    "fuzzy": 39,
    "fuzzy_percent": 2.1,
    "failing": 29,
    "failing_percent": 1.5,
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/languages/ro/"
}