Translation components API.

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

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

{
    "total": 16,
    "total_words": 151,
    "total_chars": 1098,
    "last_change": "2024-05-02T07:27:38.030748Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 86,
    "translated_percent": 75.0,
    "translated_words_percent": 56.9,
    "translated_chars": 683,
    "translated_chars_percent": 62.2,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 93,
    "fuzzy_chars_percent": 8.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 11,
    "approved_percent": 68.7,
    "approved_words": 57,
    "approved_words_percent": 37.7,
    "approved_chars": 480,
    "approved_chars_percent": 43.7,
    "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/advanced_topics_virtualization_boxes/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virtualization_boxes/es/"
}