Translation components API.

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

GET /api/translations/cracklib/glossary/he/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/he/?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.528824Z",
            "action": 0,
            "target": "",
            "id": 10229075,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/10229075/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cracklib/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cracklib/glossary/he/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-23T04:57:52.920972Z",
            "action": 0,
            "target": "",
            "id": 6753426,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/6753426/?format=api"
        }
    ]
}