Translation components API.

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

GET /api/translations/ojs/generic-htmlArticleGalley/ca/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/503203/?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/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.810626Z",
            "action": 59,
            "target": "Galerada d'article en HTML",
            "id": 437727,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437727/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503204/?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/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.810703Z",
            "action": 59,
            "target": "Aquest mòdul proporciona suport de renderització per a galerades d'articles en HTML.",
            "id": 437728,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437728/?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/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:38.810742Z",
            "action": 0,
            "target": "",
            "id": 437729,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437729/?format=api"
        }
    ]
}