Translation components API.

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

GET /api/translations/gfxboot/master/hu/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://l10n.opensuse.org/api/components/gfxboot/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/gfxboot/master/hu/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2020-07-29T00:03:13.469360Z",
            "action": 0,
            "target": "",
            "id": 1487312,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1487312/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/gfxboot/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/gfxboot/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-05T09:58:25.508167Z",
            "action": 0,
            "target": "",
            "id": 1308842,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1308842/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/gfxboot/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/gfxboot/master/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-01-24T16:05:27.622205Z",
            "action": 0,
            "target": "",
            "id": 844667,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/844667/?format=api"
        }
    ]
}