Translation components API.

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

GET /api/components/barrel/glossary/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/barrel/glossary/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/barrel/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/barrel/glossary/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-11T15:22:26.400516Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "da.tbx"
            },
            "id": 1944268,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1944268/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/barrel/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/barrel/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T16:04:47.951301Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 1943326,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1943326/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/barrel/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T16:04:47.904316Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 1943325,
            "action_name": "Repository rebased",
            "url": "https://l10n.opensuse.org/api/changes/1943325/?format=api"
        }
    ]
}