Translation components API.

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

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

{
    "total": 6,
    "total_words": 64,
    "total_chars": 518,
    "last_change": "2021-10-30T11:12:51.319057Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 33,
    "translated_percent": 50.0,
    "translated_words_percent": 51.5,
    "translated_chars": 238,
    "translated_chars_percent": 45.9,
    "fuzzy": 1,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 26.5,
    "fuzzy_chars": 126,
    "fuzzy_chars_percent": 24.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 33.3,
    "approved_words": 3,
    "approved_words_percent": 4.6,
    "approved_chars": 29,
    "approved_chars_percent": 5.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": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocsensitive_documentsmetadatainlinepo/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocsensitive_documentsmetadatainlinepo/zh_TW/"
}