Translation components API.

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

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

{
    "total": 66,
    "total_words": 756,
    "total_chars": 7765,
    "last_change": "2024-05-10T16:15:15.018419Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 231,
    "translated_percent": 57.5,
    "translated_words_percent": 30.5,
    "translated_chars": 3071,
    "translated_chars_percent": 39.5,
    "fuzzy": 11,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 122,
    "fuzzy_words_percent": 16.1,
    "fuzzy_chars": 1655,
    "fuzzy_chars_percent": 21.3,
    "failing": 2,
    "failing_percent": 3.0,
    "approved": 21,
    "approved_percent": 31.8,
    "approved_words": 145,
    "approved_words_percent": 19.1,
    "approved_chars": 1485,
    "approved_chars_percent": 19.1,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/de/"
}