Translation components API.

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

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

{
    "total": 23,
    "total_words": 498,
    "total_chars": 3394,
    "last_change": "2024-05-27T22:25:32.886844Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 426,
    "translated_percent": 86.9,
    "translated_words_percent": 85.5,
    "translated_chars": 2911,
    "translated_chars_percent": 85.7,
    "fuzzy": 3,
    "fuzzy_percent": 13.0,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 483,
    "fuzzy_chars_percent": 14.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 13.0,
    "approved_words": 68,
    "approved_words_percent": 13.6,
    "approved_chars": 592,
    "approved_chars_percent": 17.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/wikisrcdocaboutwarningscomputerpo/it/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocaboutwarningscomputerpo/it/"
}