Translation components API.

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

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

{
    "total": 15,
    "total_words": 237,
    "total_chars": 2135,
    "last_change": "2024-04-27T08:57:24.969600Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 93,
    "translated_percent": 33.3,
    "translated_words_percent": 39.2,
    "translated_chars": 599,
    "translated_chars_percent": 28.0,
    "fuzzy": 6,
    "fuzzy_percent": 40.0,
    "fuzzy_words": 122,
    "fuzzy_words_percent": 51.4,
    "fuzzy_chars": 1286,
    "fuzzy_chars_percent": 60.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 13.3,
    "approved_words": 3,
    "approved_words_percent": 1.2,
    "approved_chars": 22,
    "approved_chars_percent": 1.0,
    "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": 1,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/security/it/",
    "translate_url": "https://translate.tails.net/translate/tails/security/it/"
}