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": 2835,
    "total_words": 11408,
    "total_chars": 69890,
    "last_change": "2025-12-03T04:30:29.326876Z",
    "recent_changes": 21,
    "translated": 2338,
    "translated_words": 8555,
    "translated_percent": 82.4,
    "translated_words_percent": 74.9,
    "translated_chars": 52425,
    "translated_chars_percent": 75.0,
    "fuzzy": 105,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 460,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 2586,
    "fuzzy_chars_percent": 3.7,
    "failing": 95,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 3.7,
    "readonly_words": 624,
    "readonly_words_percent": 5.4,
    "readonly_chars": 3863,
    "readonly_chars_percent": 5.5,
    "suggestions": 27,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.gtaf.org/languages/tr/"
}