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": 1190,
    "total_words": 9108,
    "total_chars": 61696,
    "last_change": "2025-09-12T03:35:37.746942Z",
    "recent_changes": 6,
    "translated": 1142,
    "translated_words": 8446,
    "translated_percent": 95.9,
    "translated_words_percent": 92.7,
    "translated_chars": 57009,
    "translated_chars_percent": 92.4,
    "fuzzy": 44,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 657,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 4673,
    "fuzzy_chars_percent": 7.5,
    "failing": 151,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.6,
    "readonly_words": 34,
    "readonly_words_percent": 0.3,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.immersivetranslate.com/languages/tr/"
}