Translation components API.

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

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

{
    "total": 48,
    "total_words": 475,
    "total_chars": 3649,
    "last_change": "2024-02-27T15:31:08.177686Z",
    "recent_changes": 5,
    "translated": 40,
    "translated_words": 396,
    "translated_percent": 83.3,
    "translated_words_percent": 83.3,
    "translated_chars": 3168,
    "translated_chars_percent": 86.8,
    "fuzzy": 6,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 383,
    "fuzzy_chars_percent": 10.4,
    "failing": 1,
    "failing_percent": 2.0,
    "approved": 38,
    "approved_percent": 79.1,
    "approved_words": 379,
    "approved_words_percent": 79.7,
    "approved_chars": 2976,
    "approved_chars_percent": 81.5,
    "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": 2,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virtualbox/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virtualbox/fr/"
}