Translation components API.

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

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

{
    "total": 72,
    "total_words": 841,
    "total_chars": 8370,
    "last_change": "2025-01-14T16:38:13.673928Z",
    "recent_changes": 2,
    "translated": 68,
    "translated_words": 765,
    "translated_percent": 94.4,
    "translated_words_percent": 90.9,
    "translated_chars": 7834,
    "translated_chars_percent": 93.5,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 63,
    "fuzzy_chars_percent": 0.7,
    "failing": 1,
    "failing_percent": 1.3,
    "approved": 66,
    "approved_percent": 91.6,
    "approved_words": 760,
    "approved_words_percent": 90.3,
    "approved_chars": 7787,
    "approved_chars_percent": 93.0,
    "readonly": 2,
    "readonly_percent": 2.7,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/fr/"
}