Translation components API.

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

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

{
    "total": 64,
    "total_words": 942,
    "last_change": "2023-06-20T00:19:18.024244Z",
    "recent_changes": 1,
    "translated": 39,
    "translated_words": 615,
    "translated_percent": 60.9,
    "translated_words_percent": 65.2,
    "translated_chars": 5167,
    "translated_chars_percent": 64.6,
    "total_chars": 7989,
    "fuzzy": 1,
    "fuzzy_percent": 1.5,
    "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/booksfdp-primereditor-config_index/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primereditor-config_index/it_IT/"
}