Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/is/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/503225/?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/is/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:40.658054Z",
            "action": 59,
            "target": "Galley fyrir HTML greinar",
            "id": 437762,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437762/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503226/?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/is/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:40.658125Z",
            "action": 59,
            "target": "Þessi viðbót styður við myndsetingu á galley fyrir HTML greinar.",
            "id": 437763,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437763/?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/is/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:40.658164Z",
            "action": 0,
            "target": "",
            "id": 437764,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437764/?format=api"
        }
    ]
}