Translation components API.

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

GET /api/translations/superstarfighter/ui/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/superstarfighter/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/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:32:35.183404Z",
            "action": 0,
            "target": "",
            "id": 108179,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108179/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/superstarfighter/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/superstarfighter/ui/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T09:31:27.249728Z",
            "action": 0,
            "target": "",
            "id": 90,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/90/?format=api"
        }
    ]
}