Translation components API.

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

GET /api/translations/plugins/coins-plugin/ru/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/733523/?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/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:06.740779Z",
            "action": 59,
            "target": "Модуль «COinS»",
            "id": 672247,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/672247/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/733524/?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/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:06.740848Z",
            "action": 59,
            "target": "Добавляет дескриптор OpenURL на страницы статей (аннотации и HTML), которые могут быть использованы, например, для извлечения информации в инструменты библиографических ссылок.",
            "id": 672248,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/672248/?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/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T22:29:06.740887Z",
            "action": 0,
            "target": "",
            "id": 672249,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/672249/?format=api"
        }
    ]
}