Translation components API.

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

GET /api/translations/sumwars/rob_the_robber/uk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/250128/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/artem-m/?format=api",
            "author": "https://hosted.weblate.org/api/users/artem-m/?format=api",
            "timestamp": "2022-08-29T16:52:09.837288+02:00",
            "action": 4,
            "target": "І я також досить везучий.",
            "id": 32738696,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/32738696/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-01-17T12:23:02+01:00",
            "action": 17,
            "target": "",
            "id": 2422583,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/2422583/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/250126/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/putsan/?format=api",
            "author": "https://hosted.weblate.org/api/users/putsan/?format=api",
            "timestamp": "2018-01-16T10:53:20+01:00",
            "action": 2,
            "target": "Напевно.",
            "id": 2419709,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2419709/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:07+01:00",
            "action": 0,
            "target": "",
            "id": 26801,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26801/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:26+01:00",
            "action": 0,
            "target": "",
            "id": 26689,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26689/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rob_the_robber/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rob_the_robber/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:20:50+02:00",
            "action": 0,
            "target": "",
            "id": 4278,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4278/?format=api"
        }
    ]
}