Translation components API.

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

GET /api/translations/plugins/makeSubmission/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/729168/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.495617Z",
            "action": 59,
            "target": "「投稿を提出」ブロック",
            "id": 667067,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667067/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729169/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.495676Z",
            "action": 59,
            "target": "サイドバーに「投稿を提出」リンクを付けます。",
            "id": 667068,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667068/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729170/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.495716Z",
            "action": 59,
            "target": "投稿を提出",
            "id": 667069,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667069/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.495751Z",
            "action": 0,
            "target": "",
            "id": 667070,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/667070/?format=api"
        }
    ]
}