Translation components API.

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

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

{
    "total": 294,
    "total_words": 6933,
    "last_change": "2023-07-15T19:50:40.578086Z",
    "recent_changes": 1,
    "translated": 48,
    "translated_words": 392,
    "translated_percent": 16.3,
    "translated_words_percent": 5.6,
    "translated_chars": 2293,
    "translated_chars_percent": 5.0,
    "total_chars": 45840,
    "fuzzy": 67,
    "fuzzy_percent": 22.7,
    "failing": 31,
    "failing_percent": 10.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 25,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookgeom_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookgeom_index/pt_BR/"
}