Translation components API.

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

GET /api/translations/ooops-tools/ooops_approval_configuration/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 98,
    "total_words": 387,
    "last_change": "2021-10-06T09:07:37.635173Z",
    "recent_changes": 1,
    "translated": 84,
    "translated_words": 247,
    "translated_percent": 85.7,
    "translated_words_percent": 63.8,
    "translated_chars": 1426,
    "translated_chars_percent": 44.4,
    "total_chars": 3205,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-tools/ooops_approval_configuration/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-tools/ooops_approval_configuration/it/"
}