Translation components API.

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

GET /api/translations/uh/uh-server/eo/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/uh/uh-server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/uh-server/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-01-01T16:48:11+01:00",
            "action": 0,
            "target": "",
            "id": 1513369,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1513369/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/uh-server/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-12-25T23:36:24+01:00",
            "action": 0,
            "target": "",
            "id": 1502999,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1502999/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/uh-server/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-08-14T10:18:09+02:00",
            "action": 0,
            "target": "",
            "id": 1228049,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1228049/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/uh/uh-server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/uh/uh-server/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-04T19:47:19+01:00",
            "action": 0,
            "target": "",
            "id": 741062,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/741062/?format=api"
        }
    ]
}