Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-08-03T21:12:06+02:00",
            "action": 17,
            "target": "",
            "id": 1985606,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1985606/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/258875/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/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:00+02:00",
            "action": 2,
            "target": "Northern Meadow",
            "id": 1985581,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/1985581/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/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:07:36+02:00",
            "action": 1,
            "target": "",
            "id": 1985579,
            "action_name": "Translation completed",
            "url": "https://hosted.weblate.org/api/changes/1985579/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/258885/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/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:07:36+02:00",
            "action": 5,
            "target": "Really now, ",
            "id": 1985578,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1985578/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:44+01:00",
            "action": 0,
            "target": "",
            "id": 26902,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26902/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:28+01:00",
            "action": 0,
            "target": "",
            "id": 26846,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26846/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_besieged_farm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_besieged_farm/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:24:43+02:00",
            "action": 0,
            "target": "",
            "id": 4379,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4379/?format=api"
        }
    ]
}