Translation components API.

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

GET /api/translations/plugins/coins-plugin/en/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/410093/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/coins-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/coins-plugin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:04.114388Z",
            "action": 59,
            "target": "COinS Plugin",
            "id": 672177,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/672177/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/410094/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/coins-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/coins-plugin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:04.114470Z",
            "action": 59,
            "target": "The COinS plugin adds an OpenURL descriptor to article pages (abstract and HTML) that can be used e.g. for extraction to citation tools.",
            "id": 672178,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/672178/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/coins-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/coins-plugin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:04.114510Z",
            "action": 0,
            "target": "",
            "id": 672179,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/672179/?format=api"
        }
    ]
}