Translation components API.

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

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

{
    "total": 342,
    "total_words": 1021,
    "total_chars": 6448,
    "last_change": "2024-04-30T22:42:48.454151Z",
    "recent_changes": 0,
    "translated": 85,
    "translated_words": 103,
    "translated_percent": 24.8,
    "translated_words_percent": 10.0,
    "translated_chars": 603,
    "translated_chars_percent": 9.3,
    "fuzzy": 79,
    "fuzzy_percent": 23.0,
    "fuzzy_words": 161,
    "fuzzy_words_percent": 15.7,
    "fuzzy_chars": 1012,
    "fuzzy_chars_percent": 15.6,
    "failing": 42,
    "failing_percent": 12.2,
    "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": 3,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tryton.org/projects/tryton/account_invoice/pl/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_invoice/pl/"
}