Translation components API.

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

GET /api/translations/supertux/world-2/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/world-2/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/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:48.864101Z",
            "action": 0,
            "target": "",
            "id": 108214,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108214/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:51:12.828824Z",
            "action": 0,
            "target": "",
            "id": 1127,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/1127/?format=api"
        },
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/3008/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/eu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:51:12.233151Z",
            "action": 13,
            "target": "",
            "id": 1117,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/1117/?format=api"
        }
    ]
}