Languages API.

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

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

{
    "total": 7017,
    "total_words": 35143,
    "last_change": "2025-03-10T17:45:00.460451Z",
    "recent_changes": 409,
    "translated": 6369,
    "translated_words": 28646,
    "translated_percent": 90.7,
    "translated_words_percent": 81.5,
    "translated_chars": 197712,
    "translated_chars_percent": 79.7,
    "total_chars": 247763,
    "fuzzy": 269,
    "fuzzy_percent": 3.8,
    "failing": 270,
    "failing_percent": 3.8,
    "name": "Turkish",
    "url": "https://translate.lxqt-project.org/languages/tr/"
}