Translation components API.

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

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

{
    "total": 91,
    "total_words": 1045,
    "total_chars": 7356,
    "last_change": "2024-05-02T22:24:01.513092Z",
    "recent_changes": 1,
    "translated": 35,
    "translated_words": 255,
    "translated_percent": 38.4,
    "translated_words_percent": 24.4,
    "translated_chars": 1989,
    "translated_chars_percent": 27.0,
    "fuzzy": 10,
    "fuzzy_percent": 10.9,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 13.6,
    "fuzzy_chars": 973,
    "fuzzy_chars_percent": 13.2,
    "failing": 3,
    "failing_percent": 3.2,
    "approved": 14,
    "approved_percent": 15.3,
    "approved_words": 59,
    "approved_words_percent": 5.6,
    "approved_chars": 638,
    "approved_chars_percent": 8.6,
    "readonly": 4,
    "readonly_percent": 4.3,
    "readonly_words": 8,
    "readonly_words_percent": 0.7,
    "readonly_chars": 86,
    "readonly_chars_percent": 1.1,
    "suggestions": 6,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virt_manager/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virt_manager/es/"
}