Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/sadiq/strings/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 788,
    "total_words": 3022,
    "total_chars": 18233,
    "last_change": "2025-12-03T04:30:29.326876Z",
    "recent_changes": 0,
    "translated": 738,
    "translated_words": 2896,
    "translated_percent": 93.6,
    "translated_words_percent": 95.8,
    "translated_chars": 17486,
    "translated_chars_percent": 95.9,
    "fuzzy": 20,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 178,
    "fuzzy_chars_percent": 0.9,
    "failing": 27,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/tr/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/tr/"
}