Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-25T17:27:46.094340Z",
            "action": 0,
            "target": "",
            "id": 34698,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/34698/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-16T15:14:06.799331Z",
            "action": 0,
            "target": "",
            "id": 45472,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/45472/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-27T23:33:31.571136Z",
            "action": 0,
            "target": "",
            "id": 69677,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/69677/?format=api"
        }
    ]
}