Translation components API.

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

GET /api/translations/cracklib/glossary/hi/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cracklib/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cracklib/glossary/hi/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/nneul/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/nneul/?format=api",
            "timestamp": "2023-03-16T13:32:17.561821Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "hi.tbx"
            },
            "id": 10229076,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/10229076/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cracklib/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cracklib/glossary/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-23T04:57:52.963049Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "hi.tbx"
            },
            "id": 6753427,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/6753427/?format=api"
        }
    ]
}