Translation components API.

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

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

{
    "total": 18,
    "total_words": 74,
    "total_chars": 1162,
    "last_change": "2024-11-02T13:26:13.039326Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 23,
    "translated_percent": 44.4,
    "translated_words_percent": 31.0,
    "translated_chars": 406,
    "translated_chars_percent": 34.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 16.6,
    "approved": 7,
    "approved_percent": 38.8,
    "approved_words": 19,
    "approved_words_percent": 25.6,
    "approved_chars": 331,
    "approved_chars_percent": 28.4,
    "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": "https://translate.tails.net/projects/tails/install-dvd/tr/",
    "translate_url": "https://translate.tails.net/translate/tails/install-dvd/tr/"
}