Translation components API.

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

GET /api/translations/ops/blocks-developedby/tr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/721926/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ops/blocks-developedby/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/blocks-developedby/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:37:59.322582Z",
            "action": 59,
            "target": "\"Geliştirici\" Bloğu",
            "id": 659029,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/659029/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/721927/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ops/blocks-developedby/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/blocks-developedby/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:37:59.322653Z",
            "action": 59,
            "target": "Bu eklenti yan sütuna \"Geliştirici\" bağlantısı ekler.",
            "id": 659030,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/659030/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/721928/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ops/blocks-developedby/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/blocks-developedby/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:37:59.322692Z",
            "action": 59,
            "target": "Geliştiren",
            "id": 659031,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/659031/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ops/blocks-developedby/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/blocks-developedby/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:37:59.322728Z",
            "action": 0,
            "target": "",
            "id": 659032,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/659032/?format=api"
        }
    ]
}