Translation components API.

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

GET /api/translations/yast-country/master/cs/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 183,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-country/master/cs/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-country/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/master/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T02:32:23.335453Z",
            "action": 0,
            "target": "",
            "id": 2527887,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2527887/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-country/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/master/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-03T20:14:57.888921Z",
            "action": 0,
            "target": "",
            "id": 2667428,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2667428/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-country/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/master/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-12T02:33:00.723409Z",
            "action": 0,
            "target": "",
            "id": 2780283,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2780283/?format=api"
        }
    ]
}