Translation components API.

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

GET /api/translations/registrationNotification/glossary/ky/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/registrationNotification/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/glossary/ky/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-04T12:34:42.666438Z",
            "action": 17,
            "target": "",
            "id": 823032,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/823032/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/registrationNotification/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/registrationNotification/glossary/ky/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-04T12:34:43.005187Z",
            "action": 0,
            "target": "",
            "id": 823033,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/823033/?format=api"
        }
    ]
}