Translation components API.

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

GET /api/translations/supertux/world-2/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/249440/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/supertux/world-2/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/supertux/world-2/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-18T20:36:46.994829Z",
            "action": 13,
            "target": "",
            "id": 108212,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108212/?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/en/?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:46.744260Z",
            "action": 0,
            "target": "",
            "id": 108211,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108211/?format=api"
        }
    ]
}