Translation components API.

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

GET /api/translations/tryton/account_stock_anglo_saxon/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7,
    "total_words": 44,
    "total_chars": 290,
    "last_change": "2024-04-10T09:39:22.618381Z",
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 17,
    "translated_percent": 71.4,
    "translated_words_percent": 38.6,
    "translated_chars": 116,
    "translated_chars_percent": 40.0,
    "fuzzy": 2,
    "fuzzy_percent": 28.5,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 61.3,
    "fuzzy_chars": 174,
    "fuzzy_chars_percent": 60.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tryton.org/projects/tryton/account_stock_anglo_saxon/pt/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_stock_anglo_saxon/pt/"
}