Translation components API.

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

GET /api/translations/musicbottle/master/da/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:42:20+01:00",
            "action": 0,
            "target": "",
            "id": 26370,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26370/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-04T21:58:17+02:00",
            "action": 0,
            "target": "",
            "id": 3508,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3508/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-02-28T09:50:07+01:00",
            "action": 0,
            "target": "",
            "id": 2245,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2245/?format=api"
        }
    ]
}