Translation components API.

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

GET /api/translations/musicbottle/master/es/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/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:42:20+01:00",
            "action": 0,
            "target": "",
            "id": 26369,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26369/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-04T21:58:17+02:00",
            "action": 0,
            "target": "",
            "id": 3506,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3506/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/reosarevok/?format=api",
            "author": "https://hosted.weblate.org/api/users/reosarevok/?format=api",
            "timestamp": "2013-03-17T14:53:02+01:00",
            "action": 1,
            "target": "",
            "id": 2569,
            "action_name": "Translation completed",
            "url": "https://hosted.weblate.org/api/changes/2569/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/musicbottle/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/musicbottle/master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-03-17T14:10:35+01:00",
            "action": 0,
            "target": "",
            "id": 2546,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2546/?format=api"
        }
    ]
}