Translation components API.

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

GET /api/translations/plugins/hypothesis/bg/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/730822/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.002219Z",
            "action": 59,
            "target": "Добавка Hypothes.is",
            "id": 668984,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668984/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730823/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.002281Z",
            "action": 59,
            "target": "Тази добавка позволява интегрирането на Hypothes.is в изгледите на статии в OJS за анотация и коментар на читателите.",
            "id": 668985,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668985/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.002319Z",
            "action": 0,
            "target": "",
            "id": 668986,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668986/?format=api"
        }
    ]
}