Languages API.

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

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

{
    "total": 6904,
    "total_words": 34672,
    "last_change": "2024-02-28T14:25:18.976242Z",
    "recent_changes": 285,
    "translated": 5353,
    "translated_words": 19856,
    "translated_percent": 77.5,
    "translated_words_percent": 57.2,
    "translated_chars": 130298,
    "translated_chars_percent": 53.2,
    "total_chars": 244890,
    "fuzzy": 306,
    "fuzzy_percent": 4.4,
    "failing": 305,
    "failing_percent": 4.4,
    "name": "Lithuanian",
    "url": "https://translate.lxqt-project.org/languages/lt/"
}