Translation components API.

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

GET /api/translations/camorama/glossary/bs/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/14587425/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-23T06:36:31.383222Z",
            "action": 31,
            "target": "",
            "id": 11549626,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11549626/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14587128/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-22T18:45:14.691272Z",
            "action": 31,
            "target": "",
            "id": 11548638,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11548638/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-15T20:02:22.151773Z",
            "action": 0,
            "target": "",
            "id": 3482207,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3482207/?format=api"
        }
    ]
}