Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/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/503243/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:42.024634Z",
            "action": 59,
            "target": "Модуль «HTML-гранка статьи»",
            "id": 437793,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437793/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503244/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:42.024720Z",
            "action": 59,
            "target": "Обеспечивает поддержку отображения для гранок статей в формате HTML.",
            "id": 437794,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437794/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-htmlArticleGalley/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:42.024759Z",
            "action": 0,
            "target": "",
            "id": 437795,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437795/?format=api"
        }
    ]
}