Translation components API.

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

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

{
    "total": 38,
    "total_words": 487,
    "total_chars": 3371,
    "last_change": "2023-11-28T14:20:04.706641Z",
    "recent_changes": 2,
    "translated": 11,
    "translated_words": 77,
    "translated_percent": 28.9,
    "translated_words_percent": 15.8,
    "translated_chars": 538,
    "translated_chars_percent": 15.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": 10,
    "approved_percent": 26.3,
    "approved_words": 70,
    "approved_words_percent": 14.3,
    "approved_chars": 489,
    "approved_chars_percent": 14.5,
    "readonly": 1,
    "readonly_percent": 2.6,
    "readonly_words": 7,
    "readonly_words_percent": 1.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/signing_key_transition/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/signing_key_transition/de/"
}