Translation components API.

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

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

{
    "total": 265,
    "total_words": 5066,
    "last_change": "2024-02-26T02:49:19.763399Z",
    "recent_changes": 2,
    "translated": 27,
    "translated_words": 161,
    "translated_percent": 10.1,
    "translated_words_percent": 3.1,
    "translated_chars": 991,
    "translated_chars_percent": 2.9,
    "total_chars": 33864,
    "fuzzy": 42,
    "fuzzy_percent": 15.8,
    "failing": 17,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookmail_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookmail_index/pt_BR/"
}