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": 9342,
    "total_words": 111663,
    "total_chars": 856712,
    "last_change": "2025-04-04T18:29:38.295590Z",
    "recent_changes": 339,
    "translated": 896,
    "translated_words": 2984,
    "translated_percent": 9.5,
    "translated_words_percent": 2.6,
    "translated_chars": 36662,
    "translated_chars_percent": 4.2,
    "fuzzy": 351,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 2055,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 26581,
    "fuzzy_chars_percent": 3.1,
    "failing": 288,
    "failing_percent": 3.0,
    "approved": 567,
    "approved_percent": 6.0,
    "approved_words": 1595,
    "approved_words_percent": 1.4,
    "approved_chars": 21912,
    "approved_chars_percent": 2.5,
    "readonly": 151,
    "readonly_percent": 1.6,
    "readonly_words": 865,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6862,
    "readonly_chars_percent": 0.8,
    "suggestions": 151,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.tails.net/languages/tr/"
}