Translation components API.

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

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

{
    "total": 27,
    "total_words": 363,
    "total_chars": 2776,
    "last_change": "2024-04-24T13:43:29.650844Z",
    "recent_changes": 2,
    "translated": 20,
    "translated_words": 310,
    "translated_percent": 74.0,
    "translated_words_percent": 85.3,
    "translated_chars": 2262,
    "translated_chars_percent": 81.4,
    "fuzzy": 3,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 7.6,
    "failing": 3,
    "failing_percent": 11.1,
    "approved": 20,
    "approved_percent": 74.0,
    "approved_words": 310,
    "approved_words_percent": 85.3,
    "approved_chars": 2262,
    "approved_chars_percent": 81.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wireless_devices/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wireless_devices/es/"
}