Translation components API.

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

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

{
    "total": 6,
    "total_words": 114,
    "last_change": "2022-04-02T11:41:51.014948Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 2,
    "translated_percent": 33.3,
    "translated_words_percent": 1.7,
    "translated_chars": 11,
    "translated_chars_percent": 1.4,
    "total_chars": 776,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "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/booksarch-handbook_index/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbook_index/it_IT/"
}