Translation components API.

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

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

{
    "total": 25,
    "total_words": 267,
    "total_chars": 1635,
    "last_change": "2024-04-23T22:33:40.653533Z",
    "recent_changes": 6,
    "translated": 6,
    "translated_words": 51,
    "translated_percent": 24.0,
    "translated_words_percent": 19.1,
    "translated_chars": 340,
    "translated_chars_percent": 20.7,
    "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": 5,
    "approved_percent": 20.0,
    "approved_words": 44,
    "approved_words_percent": 16.4,
    "approved_chars": 291,
    "approved_chars_percent": 17.7,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 7,
    "readonly_words_percent": 2.6,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.9,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/mac_and_pc_uefi_hardware_needed/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/mac_and_pc_uefi_hardware_needed/es/"
}