Translation components API.

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

GET /api/translations/tails/restart_first_timeinline/es/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:34.000433Z",
    "recent_changes": 1,
    "translated": 41,
    "translated_words": 229,
    "translated_percent": 62.1,
    "translated_words_percent": 30.2,
    "translated_chars": 3858,
    "translated_chars_percent": 49.6,
    "fuzzy": 14,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 189,
    "fuzzy_words_percent": 25.0,
    "fuzzy_chars": 1346,
    "fuzzy_chars_percent": 17.3,
    "failing": 4,
    "failing_percent": 6.0,
    "approved": 38,
    "approved_percent": 57.5,
    "approved_words": 216,
    "approved_words_percent": 28.5,
    "approved_chars": 3742,
    "approved_chars_percent": 48.1,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 4,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/es/"
}