Translation components API.

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

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

{
    "total": 36,
    "total_words": 556,
    "total_chars": 3401,
    "last_change": "2024-04-05T03:34:42.817125Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 112,
    "translated_percent": 22.2,
    "translated_words_percent": 20.1,
    "translated_chars": 759,
    "translated_chars_percent": 22.3,
    "fuzzy": 1,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 163,
    "fuzzy_chars_percent": 4.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 7,
    "approved_percent": 19.4,
    "approved_words": 105,
    "approved_words_percent": 18.8,
    "approved_chars": 710,
    "approved_chars_percent": 20.8,
    "readonly": 1,
    "readonly_percent": 2.7,
    "readonly_words": 7,
    "readonly_words_percent": 1.2,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/logo_contest/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/logo_contest/de/"
}