Translation components API.

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

GET /api/translations/plugins/lens-galley-plugin/it/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/730121/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.455152Z",
            "action": 59,
            "target": "Visualizzatore Articoli eLife Lens",
            "id": 668173,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668173/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730122/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.455215Z",
            "action": 59,
            "target": "Questo plugin fornisce supporto per interpretare JATS XML galley usando eLife Lens.",
            "id": 668174,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668174/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.455253Z",
            "action": 0,
            "target": "",
            "id": 668175,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668175/?format=api"
        }
    ]
}