Translation components API.

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

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

{
    "total": 24,
    "total_words": 162,
    "total_chars": 1461,
    "last_change": "2025-01-15T11:39:18.191045Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 113,
    "translated_percent": 83.3,
    "translated_words_percent": 69.7,
    "translated_chars": 900,
    "translated_chars_percent": 61.6,
    "fuzzy": 3,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 27.1,
    "fuzzy_chars": 477,
    "fuzzy_chars_percent": 32.6,
    "failing": 1,
    "failing_percent": 4.1,
    "approved": 5,
    "approved_percent": 20.8,
    "approved_words": 13,
    "approved_words_percent": 8.0,
    "approved_chars": 124,
    "approved_chars_percent": 8.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/support/it/",
    "translate_url": "https://translate.tails.net/translate/tails/support/it/"
}