Translation components API.

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

GET /api/translations/plugins/lens-galley-plugin/sr_Latn/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "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/sr_Latn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-26T16:56:53.935331Z",
            "action": 0,
            "target": "",
            "id": 7631,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/7631/?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/sr_Latn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:15.140280Z",
            "action": 0,
            "target": "",
            "id": 668195,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668195/?format=api"
        }
    ]
}