Translation components API.

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

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

{
    "total": 13,
    "total_words": 171,
    "total_chars": 1018,
    "last_change": "2023-11-28T10:59:49.463311Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 94,
    "translated_percent": 53.8,
    "translated_words_percent": 54.9,
    "translated_chars": 559,
    "translated_chars_percent": 54.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 46.1,
    "approved_words": 87,
    "approved_words_percent": 50.8,
    "approved_chars": 510,
    "approved_chars_percent": 50.0,
    "readonly": 1,
    "readonly_percent": 7.6,
    "readonly_words": 7,
    "readonly_words_percent": 4.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 4.8,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/veracrypt_ux_design/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/veracrypt_ux_design/de/"
}