Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541702/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:38.013492Z",
            "action": 31,
            "target": "",
            "id": 11488485,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488485/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14541626/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-16T10:14:17.977815Z",
            "action": 31,
            "target": "",
            "id": 11488394,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11488394/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/blivet/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/blivet/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-19T19:04:49.690908Z",
            "action": 0,
            "target": "",
            "id": 3203938,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3203938/?format=api"
        }
    ]
}