Translation components API.

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

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

{
    "total": 293,
    "total_words": 11011,
    "last_change": "2022-07-08T03:00:03.815777Z",
    "recent_changes": 2,
    "translated": 13,
    "translated_words": 83,
    "translated_percent": 4.4,
    "translated_words_percent": 0.7,
    "translated_chars": 510,
    "translated_chars_percent": 0.6,
    "total_chars": 74861,
    "fuzzy": 52,
    "fuzzy_percent": 17.7,
    "failing": 24,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksarch-handbookboot_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/pt_BR/"
}