Translation components API.

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

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

{
    "total": 470,
    "total_words": 7299,
    "last_change": "2024-02-26T02:31:52.582704Z",
    "recent_changes": 1,
    "translated": 35,
    "translated_words": 226,
    "translated_percent": 7.4,
    "translated_words_percent": 3.0,
    "translated_chars": 1436,
    "translated_chars_percent": 2.7,
    "total_chars": 51446,
    "fuzzy": 75,
    "fuzzy_percent": 15.9,
    "failing": 29,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookconfig_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookconfig_index/pt_BR/"
}