Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490539/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.364361Z",
            "action": 59,
            "target": "\"開発者\" ブロック",
            "id": 424760,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424760/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490540/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.364431Z",
            "action": 59,
            "target": "このプラグインはサイドバーに \"開発者\" リンクを付けます。",
            "id": 424761,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424761/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490541/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.364470Z",
            "action": 59,
            "target": "開発者",
            "id": 424762,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424762/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.364506Z",
            "action": 0,
            "target": "",
            "id": 424763,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424763/?format=api"
        }
    ]
}