Translation components API.

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

GET /api/translations/flarum/fof-prevent-necrobumping/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-26T23:18:32.686898Z",
            "action": 0,
            "target": "",
            "id": 135684,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/135684/?format=api"
        },
        {
            "unit": "https://weblate.rob006.net/api/units/221258/?format=api",
            "component": "https://weblate.rob006.net/api/components/flarum/fof-prevent-necrobumping/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-prevent-necrobumping/en/?format=api",
            "user": "https://weblate.rob006.net/api/users/meskobalazs/?format=api",
            "author": "https://weblate.rob006.net/api/users/meskobalazs/?format=api",
            "timestamp": "2022-08-11T18:12:20.546565Z",
            "action": 3,
            "target": "",
            "id": 262904,
            "action_name": "Comment added",
            "url": "https://weblate.rob006.net/api/changes/262904/?format=api"
        }
    ]
}