Translation components API.

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

GET /api/translations/flarum/fof-drafts/et/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/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T21:41:38.047014Z",
            "action": 0,
            "target": "",
            "id": 71554,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/71554/?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/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T21:41:38.216705Z",
            "action": 44,
            "target": "",
            "id": 71555,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/71555/?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/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-29T08:42:08.108711Z",
            "action": 0,
            "target": "",
            "id": 73007,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/73007/?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/et/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-29T08:42:09.567172Z",
            "action": 44,
            "target": "",
            "id": 73021,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/73021/?format=api"
        }
    ]
}