Translation components API.

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

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

{
    "total": 329,
    "total_words": 4903,
    "last_change": "2024-02-26T02:31:52.577235Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 38,
    "translated_percent": 1.5,
    "translated_words_percent": 0.7,
    "translated_chars": 228,
    "translated_chars_percent": 0.6,
    "total_chars": 34910,
    "fuzzy": 25,
    "fuzzy_percent": 7.5,
    "failing": 3,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookjails_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookjails_index/pt_BR/"
}