Translation components API.

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

GET /api/translations/gammu/wammu/it/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/gammu/wammu/it/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-07-29T09:44:57+02:00",
            "action": 0,
            "target": "",
            "id": 1188853,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1188853/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-10T22:39:27+02:00",
            "action": 0,
            "target": "",
            "id": 955478,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/955478/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-12-29T11:52:08+01:00",
            "action": 0,
            "target": "",
            "id": 161064,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/161064/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-09-30T13:43:18+02:00",
            "action": 0,
            "target": "",
            "id": 74606,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/74606/?format=api"
        }
    ]
}