Translation components API.

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

GET /api/translations/plugins/hypothesis/fi/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/730836/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.775263Z",
            "action": 59,
            "target": "Hypothes.is-lisäosa",
            "id": 669005,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669005/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730837/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.775332Z",
            "action": 59,
            "target": "Tällä lisäosalla voidaan integroida Hypothes.is-palvelu OJS-järjestelmän artikkelinäkymään annotointia ja kommentointia varten.",
            "id": 669006,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669006/?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/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.775381Z",
            "action": 0,
            "target": "",
            "id": 669007,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669007/?format=api"
        }
    ]
}