Translation components API.

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

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

{
    "total": 179,
    "total_words": 3109,
    "total_chars": 21974,
    "last_change": "2024-05-20T15:57:20.334527Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 21,
    "translated_percent": 2.7,
    "translated_words_percent": 0.6,
    "translated_chars": 235,
    "translated_chars_percent": 1.0,
    "fuzzy": 4,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 0.9,
    "failing": 3,
    "failing_percent": 1.6,
    "approved": 3,
    "approved_percent": 1.6,
    "approved_words": 6,
    "approved_words_percent": 0.1,
    "approved_chars": 55,
    "approved_chars_percent": 0.2,
    "readonly": 1,
    "readonly_percent": 0.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.net/projects/tails/faq/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/faq/zh/"
}