Translation components API.

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

GET /api/translations/ojs/generic-driver/de/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/503083/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-driver/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-driver/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:25.552913Z",
            "action": 59,
            "target": "DRIVER",
            "id": 437524,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437524/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503084/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-driver/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-driver/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:25.552979Z",
            "action": 59,
            "target": "Das DRIVER-Plugin erweitert die OAI-PMH-Schnittstelle gemäß DRIVER Guidelines 2.0, damit OJS-Zeitschriften DRIVER-kompatibel werden können.",
            "id": 437525,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/437525/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-driver/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-driver/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:14:25.553017Z",
            "action": 0,
            "target": "",
            "id": 437526,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437526/?format=api"
        }
    ]
}