Translation components API.

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

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

{
    "total": 39,
    "total_words": 519,
    "total_chars": 4073,
    "last_change": "2025-03-24T11:31:57.438086Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 488,
    "translated_percent": 94.8,
    "translated_words_percent": 94.0,
    "translated_chars": 3740,
    "translated_chars_percent": 91.8,
    "fuzzy": 2,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 333,
    "fuzzy_chars_percent": 8.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 34,
    "approved_percent": 87.1,
    "approved_words": 445,
    "approved_words_percent": 85.7,
    "approved_chars": 3354,
    "approved_chars_percent": 82.3,
    "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.net/projects/tails/mac_startup_disksinline/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/mac_startup_disksinline/fr/"
}