Translation components API.

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

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

{
    "count": 205,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/feedreader/translations/it/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/5761269/?format=api",
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/deleted-11093/?format=api",
            "author": "https://hosted.weblate.org/api/users/deleted-11093/?format=api",
            "timestamp": "2018-06-23T09:05:47+02:00",
            "action": 2,
            "target": "Nome utente:",
            "id": 2879604,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2879604/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/5761269/?format=api",
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/deleted-11093/?format=api",
            "author": "https://hosted.weblate.org/api/users/deleted-11093/?format=api",
            "timestamp": "2018-06-23T09:05:35+02:00",
            "action": 2,
            "target": "Username:",
            "id": 2879603,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2879603/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-17T13:41:15+02:00",
            "action": 0,
            "target": "",
            "id": 2795501,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2795501/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/bil-elmoussaoui/?format=api",
            "author": "https://hosted.weblate.org/api/users/bil-elmoussaoui/?format=api",
            "timestamp": "2018-01-27T13:08:04+01:00",
            "action": 0,
            "target": "",
            "id": 2446791,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2446791/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-14T14:39:48+01:00",
            "action": 0,
            "target": "",
            "id": 2211278,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2211278/?format=api"
        }
    ]
}