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": 4427,
    "total_words": 38905,
    "last_change": "2025-11-21T10:10:21.901051Z",
    "recent_changes": 97,
    "translated": 4173,
    "translated_words": 36506,
    "translated_percent": 94.2,
    "translated_words_percent": 93.8,
    "translated_chars": 221338,
    "translated_chars_percent": 93.9,
    "total_chars": 235631,
    "fuzzy": 74,
    "fuzzy_percent": 1.6,
    "failing": 296,
    "failing_percent": 6.6,
    "approved": 386,
    "approved_percent": 8.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "name": "Turkish",
    "url": "https://traduk.amikumu.com/languages/tr/"
}