Translation components API.

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

GET /api/translations/plugins/hypothesis/mk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730848/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.409422Z",
            "action": 59,
            "target": "Плагин за Hypothes.is",
            "id": 669025,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669025/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730849/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.409482Z",
            "action": 59,
            "target": "Овој плагин овозможува инеграција на Hypothes.is во OJS прегледот на трудот за забелеѓки и коментари на читателот.",
            "id": 669026,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669026/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.409520Z",
            "action": 0,
            "target": "",
            "id": 669027,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669027/?format=api"
        }
    ]
}