Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/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/503237/?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/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.415167Z",
            "action": 59,
            "target": "HTML отисок на труд",
            "id": 437780,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437780/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503238/?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/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.415236Z",
            "action": 59,
            "target": "Овој плагин овозможува рендерирана поддршка за HTML отисок на трудови.",
            "id": 437781,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437781/?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/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:41.415273Z",
            "action": 0,
            "target": "",
            "id": 437782,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437782/?format=api"
        }
    ]
}