Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-08-03T21:11:58+02:00",
            "action": 17,
            "target": "",
            "id": 1985603,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1985603/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/250206/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/monolifed/?format=api",
            "author": "https://hosted.weblate.org/api/users/monolifed/?format=api",
            "timestamp": "2017-08-03T21:08:20+02:00",
            "action": 2,
            "target": "Dark Fairy Forest",
            "id": 1985582,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/1985582/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:08+01:00",
            "action": 0,
            "target": "",
            "id": 26806,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26806/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:27+01:00",
            "action": 0,
            "target": "",
            "id": 26694,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26694/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:20:53+02:00",
            "action": 0,
            "target": "",
            "id": 4279,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4279/?format=api"
        }
    ]
}