Translation components API.

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

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

{
    "total": 85,
    "total_words": 1229,
    "last_change": "2023-01-26T07:29:14.858754Z",
    "recent_changes": 2,
    "translated": 9,
    "translated_words": 59,
    "translated_percent": 10.5,
    "translated_words_percent": 4.8,
    "translated_chars": 399,
    "translated_chars_percent": 4.7,
    "total_chars": 8383,
    "fuzzy": 6,
    "fuzzy_percent": 7.0,
    "failing": 4,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksfdp-primeroverview_index/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primeroverview_index/es/"
}