Translation components API.

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

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

{
    "total": 96,
    "total_words": 545,
    "total_chars": 5750,
    "last_change": "2024-06-10T10:12:59.480245Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 143,
    "translated_percent": 21.8,
    "translated_words_percent": 26.2,
    "translated_chars": 1904,
    "translated_chars_percent": 33.1,
    "fuzzy": 11,
    "fuzzy_percent": 11.4,
    "fuzzy_words": 93,
    "fuzzy_words_percent": 17.0,
    "fuzzy_chars": 1315,
    "fuzzy_chars_percent": 22.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 20,
    "approved_percent": 20.8,
    "approved_words": 139,
    "approved_words_percent": 25.5,
    "approved_chars": 1851,
    "approved_chars_percent": 32.1,
    "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-inc-overview/tr/",
    "translate_url": "https://translate.tails.net/translate/tails/install-inc-overview/tr/"
}