Translation components API.

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

GET /api/translations/omp/glossary/ja_JP/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ja_JP/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:59.080879Z",
            "action": 0,
            "target": "",
            "id": 287250,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/287250/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426006/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ja_JP/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.320480Z",
            "action": 31,
            "target": "",
            "id": 296509,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296509/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426006/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ja_JP/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/bok-pkp/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/bok-pkp/?format=api",
            "timestamp": "2022-10-25T09:12:47.247607Z",
            "action": 45,
            "target": "",
            "id": 339865,
            "action_name": "New contributor",
            "url": "http://translate.pkp.sfu.ca/api/changes/339865/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426006/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/ja_JP/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/bok-pkp/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/bok-pkp/?format=api",
            "timestamp": "2022-10-25T09:12:47.254988Z",
            "action": 5,
            "target": "ファイル: {$title}",
            "id": 339866,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/339866/?format=api"
        }
    ]
}