Translation components API.

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

GET /api/translations/feedreader/translations/zh_Hant_HK/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/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/zh_Hant_HK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-24T11:41:24.481803+02:00",
            "action": 0,
            "target": "",
            "id": 12914666,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/12914666/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/zh_Hant_HK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-17T13:42:16+02:00",
            "action": 0,
            "target": "",
            "id": 2795537,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2795537/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/zh_Hant_HK/?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:09:01+01:00",
            "action": 0,
            "target": "",
            "id": 2446827,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2446827/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/feedreader/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/feedreader/translations/zh_Hant_HK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-11-14T14:42:47+01:00",
            "action": 0,
            "target": "",
            "id": 2211314,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2211314/?format=api"
        }
    ]
}