Translation components API.

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

GET /api/translations/omp/generic-htmlMonographFile/da/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/696582/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:54.442613Z",
            "action": 59,
            "target": "HTML monografifil",
            "id": 633302,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633302/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/696583/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:54.442679Z",
            "action": 59,
            "target": "Denne plugin giver renderings-support til HTML-monografifiler.",
            "id": 633303,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/633303/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:54.442717Z",
            "action": 0,
            "target": "",
            "id": 633304,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/633304/?format=api"
        }
    ]
}