Translation components API.

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

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

{
    "count": 2,
    "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/fr/?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:33.025318Z",
            "action": 0,
            "target": "",
            "id": 108205,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108205/?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/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:44:33.237631Z",
            "action": 0,
            "target": "",
            "id": 945,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/945/?format=api"
        }
    ]
}