Translation components API.

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

GET /api/translations/flarum/fof-drafts/nl/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://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-20T00:01:44.045124Z",
            "action": 0,
            "target": "",
            "id": 56656,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/56656/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-20T00:01:44.164517Z",
            "action": 44,
            "target": "",
            "id": 56657,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/56657/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-29T08:42:08.915748Z",
            "action": 0,
            "target": "",
            "id": 73013,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/73013/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-29T08:42:09.558303Z",
            "action": 44,
            "target": "",
            "id": 73020,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/73020/?format=api"
        }
    ]
}