Translation components API.

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

GET /api/translations/omr/glossary/fr/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://weblate.openmptcprouter.com/api/components/omr/glossary/?format=api",
            "translation": "http://weblate.openmptcprouter.com/api/translations/omr/glossary/fr/?format=api",
            "user": "http://weblate.openmptcprouter.com/api/users/admin/?format=api",
            "author": "http://weblate.openmptcprouter.com/api/users/admin/?format=api",
            "timestamp": "2021-05-03T13:57:47.484412Z",
            "action": 48,
            "target": "",
            "id": 7345,
            "action_name": "Language added",
            "url": "http://weblate.openmptcprouter.com/api/changes/7345/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.openmptcprouter.com/api/components/omr/glossary/?format=api",
            "translation": "http://weblate.openmptcprouter.com/api/translations/omr/glossary/fr/?format=api",
            "user": "http://weblate.openmptcprouter.com/api/users/admin/?format=api",
            "author": "http://weblate.openmptcprouter.com/api/users/admin/?format=api",
            "timestamp": "2021-05-03T13:57:47.310784Z",
            "action": 0,
            "target": "",
            "id": 7344,
            "action_name": "Resource updated",
            "url": "http://weblate.openmptcprouter.com/api/changes/7344/?format=api"
        }
    ]
}