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": 1953,
    "total_words": 7562,
    "total_chars": 46359,
    "last_change": "2025-08-02T04:38:21.050317Z",
    "recent_changes": 2,
    "translated": 1641,
    "translated_words": 5844,
    "translated_percent": 84.0,
    "translated_words_percent": 77.2,
    "translated_chars": 35919,
    "translated_chars_percent": 77.4,
    "fuzzy": 40,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 245,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 1339,
    "fuzzy_chars_percent": 2.8,
    "failing": 69,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 5.3,
    "readonly_words": 620,
    "readonly_words_percent": 8.1,
    "readonly_chars": 3830,
    "readonly_chars_percent": 8.2,
    "suggestions": 27,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.gtaf.org/languages/tr/"
}