Translation components API.

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

GET /api/translations/supertux/bonus-3/eu/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://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/?format=api",
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "author": "https://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "timestamp": "2021-05-18T20:36:32.517396Z",
            "action": 0,
            "target": "",
            "id": 108204,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108204/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:44:33.030016Z",
            "action": 0,
            "target": "",
            "id": 944,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/944/?format=api"
        },
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/2553/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/bonus-3/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/bonus-3/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:44:32.776766Z",
            "action": 13,
            "target": "",
            "id": 943,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/943/?format=api"
        }
    ]
}