Translation components API.

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

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

{
    "total": 11,
    "total_words": 276,
    "total_chars": 1904,
    "last_change": "2024-04-27T15:44:17.663738Z",
    "recent_changes": 3,
    "translated": 6,
    "translated_words": 124,
    "translated_percent": 54.5,
    "translated_words_percent": 44.9,
    "translated_chars": 860,
    "translated_chars_percent": 45.1,
    "fuzzy": 2,
    "fuzzy_percent": 18.1,
    "fuzzy_words": 47,
    "fuzzy_words_percent": 17.0,
    "fuzzy_chars": 283,
    "fuzzy_chars_percent": 14.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 45.4,
    "approved_words": 123,
    "approved_words_percent": 44.5,
    "approved_chars": 853,
    "approved_chars_percent": 44.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/cold_boot_attacks/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/cold_boot_attacks/es/"
}