Translation components API.

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

GET /api/translations/plugins/hypothesis/sl/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/730852/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.806881Z",
            "action": 59,
            "target": "Vtičnik Hypothes.is",
            "id": 669035,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669035/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730853/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.806941Z",
            "action": 59,
            "target": "Vtičnik omogoča integracijo Hypothes.is v OJS prikaz člankov, da lahko bralci označujejo in komentirajo besedilo.",
            "id": 669036,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669036/?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/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.806982Z",
            "action": 0,
            "target": "",
            "id": 669037,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669037/?format=api"
        }
    ]
}