Translation components API.

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

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

{
    "total": 490,
    "total_words": 3117,
    "last_change": "2023-07-15T19:59:21.975689Z",
    "recent_changes": 1,
    "translated": 286,
    "translated_words": 959,
    "translated_percent": 58.3,
    "translated_words_percent": 30.7,
    "translated_chars": 5872,
    "translated_chars_percent": 26.4,
    "total_chars": 22202,
    "fuzzy": 16,
    "fuzzy_percent": 3.2,
    "failing": 68,
    "failing_percent": 13.8,
    "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/bookshandbookglossary/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookglossary/pt_BR/"
}