Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-08-03T21:11:44+02:00",
            "action": 17,
            "target": "",
            "id": 1985598,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1985598/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/244067/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/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:30+02:00",
            "action": 2,
            "target": "Wolf Stones",
            "id": 1985583,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/1985583/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:44+01:00",
            "action": 0,
            "target": "",
            "id": 26726,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26726/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:17:44+02:00",
            "action": 0,
            "target": "",
            "id": 4265,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4265/?format=api"
        }
    ]
}