Translation components API.

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

GET /api/translations/omp/blocks-developedBy/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693416/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:06.570773Z",
            "action": 59,
            "target": "\"Entwickelt von\"",
            "id": 630014,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630014/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693417/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:06.570844Z",
            "action": 59,
            "target": "Dieses Plugin stellt den \"Entwickelt von\"-Link für die Sidebar bereit.",
            "id": 630015,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630015/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693418/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:06.570887Z",
            "action": 59,
            "target": "entwickelt von",
            "id": 630016,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/630016/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-developedBy/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:06.570926Z",
            "action": 0,
            "target": "",
            "id": 630017,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/630017/?format=api"
        }
    ]
}