Translation components API.

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

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

{
    "total": 25,
    "total_words": 524,
    "total_chars": 3320,
    "last_change": "2024-01-10T23:46:27.502574Z",
    "recent_changes": 1,
    "translated": 6,
    "translated_words": 23,
    "translated_percent": 24.0,
    "translated_words_percent": 4.3,
    "translated_chars": 198,
    "translated_chars_percent": 5.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 8.0,
    "approved_words": 4,
    "approved_words_percent": 0.7,
    "approved_chars": 57,
    "approved_chars_percent": 1.7,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/tails_30_will_require_a_64-bit_processor/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tails_30_will_require_a_64-bit_processor/it/"
}