Translation components API.

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

GET /api/translations/plugins/hypothesis/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/730830/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.539396Z",
            "action": 59,
            "target": "Hypothes.is Plugin",
            "id": 668996,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668996/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730831/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.539472Z",
            "action": 59,
            "target": "Dieses Plugin integriert Hypothes.is in die Artikelansicht von OJS und ermöglicht so Anmerkungen und Kommentare.",
            "id": 668997,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668997/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.539517Z",
            "action": 0,
            "target": "",
            "id": 668998,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668998/?format=api"
        }
    ]
}