Translation components API.

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

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

{
    "total": 99,
    "total_words": 982,
    "total_chars": 7827,
    "last_change": "2024-07-16T13:49:08.980787Z",
    "recent_changes": 2,
    "translated": 34,
    "translated_words": 112,
    "translated_percent": 34.3,
    "translated_words_percent": 11.4,
    "translated_chars": 1189,
    "translated_chars_percent": 15.1,
    "fuzzy": 3,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 149,
    "fuzzy_chars_percent": 1.9,
    "failing": 3,
    "failing_percent": 3.0,
    "approved": 33,
    "approved_percent": 33.3,
    "approved_words": 111,
    "approved_words_percent": 11.3,
    "approved_chars": 1177,
    "approved_chars_percent": 15.0,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/support-known_issues-graphics/it/",
    "translate_url": "https://translate.tails.net/translate/tails/support-known_issues-graphics/it/"
}