Translation components API.

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

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

{
    "total": 271,
    "total_words": 1931,
    "last_change": "2024-01-18T00:37:25.399391Z",
    "recent_changes": 2,
    "translated": 8,
    "translated_words": 48,
    "translated_percent": 2.9,
    "translated_words_percent": 2.4,
    "translated_chars": 303,
    "translated_chars_percent": 1.2,
    "total_chars": 23904,
    "fuzzy": 73,
    "fuzzy_percent": 26.9,
    "failing": 15,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/bookshandbookmirrors_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookmirrors_index/pt_BR/"
}