Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-16T12:20:48.682862Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 11756254,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/11756254/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10408166/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-18T10:54:25.364359Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 4959124,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/4959124/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pulseaudio/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pulseaudio/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-04T11:56:55.831647Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3300037,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3300037/?format=api"
        }
    ]
}