Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-08-03T21:11:57+02:00",
            "action": 17,
            "target": "",
            "id": 1985602,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1985602/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/253476/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/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:10:14+02:00",
            "action": 2,
            "target": "Mercenary Camp of Medair",
            "id": 1985594,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/1985594/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/253550/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/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:04:59+02:00",
            "action": 2,
            "target": "Aisen Meadow",
            "id": 1985573,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/1985573/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:06+01:00",
            "action": 0,
            "target": "",
            "id": 26798,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26798/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:26+01:00",
            "action": 0,
            "target": "",
            "id": 26686,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26686/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/rescue_willard/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/rescue_willard/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:48+02:00",
            "action": 0,
            "target": "",
            "id": 4307,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4307/?format=api"
        }
    ]
}