Translation components API.

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

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

{
    "total": 176,
    "total_words": 3440,
    "last_change": "2023-09-09T21:23:40.025126Z",
    "recent_changes": 1,
    "translated": 17,
    "translated_words": 144,
    "translated_percent": 9.6,
    "translated_words_percent": 4.1,
    "translated_chars": 865,
    "translated_chars_percent": 3.5,
    "total_chars": 24336,
    "fuzzy": 18,
    "fuzzy_percent": 10.2,
    "failing": 5,
    "failing_percent": 2.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/booksporters-handbooktesting_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbooktesting_index/pt_BR/"
}