Translation components API.

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

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

{
    "total": 321,
    "total_words": 6523,
    "last_change": "2024-02-26T02:31:52.550381Z",
    "recent_changes": 1,
    "translated": 56,
    "translated_words": 502,
    "translated_percent": 17.4,
    "translated_words_percent": 7.6,
    "translated_chars": 3219,
    "translated_chars_percent": 7.0,
    "total_chars": 45804,
    "fuzzy": 66,
    "fuzzy_percent": 20.5,
    "failing": 13,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookports_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookports_index/pt_BR/"
}