Languages API.

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

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

{
    "total": 53775,
    "total_words": 933058,
    "last_change": "2026-03-26T06:32:29.332330Z",
    "recent_changes": 294,
    "translated": 3333,
    "translated_words": 51747,
    "translated_percent": 6.1,
    "translated_words_percent": 5.5,
    "translated_chars": 434770,
    "translated_chars_percent": 6.2,
    "total_chars": 6909959,
    "fuzzy": 6696,
    "fuzzy_percent": 12.4,
    "failing": 6526,
    "failing_percent": 12.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate-dev.freebsd.org/languages/tr_TR/"
}