Translation components API.

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

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

{
    "total": 137,
    "total_words": 1154,
    "last_change": "2023-06-20T00:18:07.581446Z",
    "recent_changes": 4,
    "translated": 128,
    "translated_words": 983,
    "translated_percent": 93.4,
    "translated_words_percent": 85.1,
    "translated_chars": 7503,
    "translated_chars_percent": 84.2,
    "total_chars": 8910,
    "fuzzy": 4,
    "fuzzy_percent": 2.9,
    "failing": 1,
    "failing_percent": 0.7,
    "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-primerpo-translations_index/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primerpo-translations_index/it_IT/"
}