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": 1036,
    "total_chars": 7087,
    "last_change": "2024-05-16T22:44:34.770644Z",
    "recent_changes": 3,
    "translated": 73,
    "translated_words": 994,
    "translated_percent": 97.3,
    "translated_words_percent": 95.9,
    "translated_chars": 6659,
    "translated_chars_percent": 93.9,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 202,
    "fuzzy_chars_percent": 2.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 27,
    "approved_percent": 36.0,
    "approved_words": 282,
    "approved_words_percent": 27.2,
    "approved_chars": 2020,
    "approved_chars_percent": 28.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocanonymous_internettorpo/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocanonymous_internettorpo/it/"
}