Translation components API.

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

GET /api/translations/documentation/bookshandbookprinting_index/it_IT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 218,
    "total_words": 3514,
    "last_change": "2022-04-10T16:03:35.446133Z",
    "recent_changes": 83,
    "translated": 52,
    "translated_words": 361,
    "translated_percent": 23.8,
    "translated_words_percent": 10.2,
    "translated_chars": 2198,
    "translated_chars_percent": 9.1,
    "total_chars": 24025,
    "fuzzy": 32,
    "fuzzy_percent": 14.6,
    "failing": 38,
    "failing_percent": 17.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it_IT",
    "name": "Italian",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookprinting_index/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookprinting_index/it_IT/"
}