Translation components API.

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

GET /api/translations/software-o-o/master/si/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/software-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/master/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-03-03T22:42:29.344399Z",
            "action": 0,
            "target": "",
            "id": 1707025,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1707025/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/software-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/master/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": null,
            "timestamp": "2021-03-03T22:42:29.395085Z",
            "action": 17,
            "target": "",
            "id": 1707026,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1707026/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/software-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/master/si/?format=api",
            "user": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "author": "https://l10n.opensuse.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-03-03T22:42:31.793227Z",
            "action": 44,
            "target": "",
            "id": 1707027,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1707027/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/software-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/master/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-01T12:45:46.363836Z",
            "action": 0,
            "target": "",
            "id": 2061027,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2061027/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/software-o-o/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/master/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-01T12:45:52.668462Z",
            "action": 44,
            "target": "",
            "id": 2061098,
            "action_name": "New strings to translate",
            "url": "https://l10n.opensuse.org/api/changes/2061098/?format=api"
        }
    ]
}