Translation components API.

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

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

{
    "total": 95,
    "total_words": 1113,
    "total_chars": 7872,
    "last_change": "2024-04-11T14:19:27.949907Z",
    "recent_changes": 10,
    "translated": 84,
    "translated_words": 1015,
    "translated_percent": 88.4,
    "translated_words_percent": 91.1,
    "translated_chars": 7053,
    "translated_chars_percent": 89.5,
    "fuzzy": 11,
    "fuzzy_percent": 11.5,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 819,
    "fuzzy_chars_percent": 10.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 12,
    "approved_percent": 12.6,
    "approved_words": 85,
    "approved_words_percent": 7.6,
    "approved_chars": 701,
    "approved_chars_percent": 8.9,
    "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": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/about/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/about/it/"
}