Translation components API.

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

GET /api/translations/omp/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/693443/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:07.512142Z",
            "action": 59,
            "target": "\"開発者\" ブロック",
            "id": 630051,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630051/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693444/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:07.512206Z",
            "action": 59,
            "target": "このプラグインはサイドバーに \"開発者\" リンクを付けます。",
            "id": 630052,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630052/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693445/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:07.512246Z",
            "action": 59,
            "target": "開発者は",
            "id": 630053,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630053/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:07.512282Z",
            "action": 0,
            "target": "",
            "id": 630054,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/630054/?format=api"
        }
    ]
}