Translation components API.

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

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

{
    "total": 75,
    "total_words": 1065,
    "total_chars": 7230,
    "last_change": "2024-07-30T23:19:00.899312Z",
    "recent_changes": 1,
    "translated": 71,
    "translated_words": 961,
    "translated_percent": 94.6,
    "translated_words_percent": 90.2,
    "translated_chars": 6436,
    "translated_chars_percent": 89.0,
    "fuzzy": 2,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 374,
    "fuzzy_chars_percent": 5.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 27,
    "approved_percent": 36.0,
    "approved_words": 282,
    "approved_words_percent": 26.4,
    "approved_chars": 2020,
    "approved_chars_percent": 27.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocanonymous_internettorpo/it/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocanonymous_internettorpo/it/"
}