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": 3300,
    "total_words": 16402,
    "total_chars": 99022,
    "last_change": "2026-03-23T03:20:02.898315Z",
    "recent_changes": 110,
    "translated": 2291,
    "translated_words": 8157,
    "translated_percent": 69.4,
    "translated_words_percent": 49.7,
    "translated_chars": 50138,
    "translated_chars_percent": 50.6,
    "fuzzy": 200,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 685,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 4209,
    "fuzzy_chars_percent": 4.2,
    "failing": 183,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.9,
    "readonly_words": 69,
    "readonly_words_percent": 0.4,
    "readonly_chars": 509,
    "readonly_chars_percent": 0.5,
    "suggestions": 34,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.gtaf.org/languages/tr/"
}