Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/validation/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T08:42:41.851225Z",
            "action": 0,
            "target": "",
            "id": 70506,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/70506/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/validation/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T08:42:42.024007Z",
            "action": 44,
            "target": "",
            "id": 70507,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/70507/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/validation/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-06T02:27:28.848749Z",
            "action": 0,
            "target": "",
            "id": 126292,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/126292/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/validation/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-06T02:27:34.553056Z",
            "action": 44,
            "target": "",
            "id": 126329,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/126329/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/validation/lv/?format=api",
            "user": "https://weblate.rob006.net/api/users/rob006/?format=api",
            "author": "https://weblate.rob006.net/api/users/rob006/?format=api",
            "timestamp": "2023-07-08T16:57:49.409925Z",
            "action": 0,
            "target": "",
            "id": 881053,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/881053/?format=api"
        }
    ]
}