Translation components API.

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

GET /api/components/dolomon/glossary/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/dolomon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-03-23T04:14:33.806795Z",
            "action": 47,
            "target": "",
            "id": 767630,
            "action_name": "Alerte déclenchée",
            "url": "https://weblate.framasoft.org/api/changes/767630/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/dolomon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-05-14T03:56:11.746165Z",
            "action": 47,
            "target": "",
            "id": 617728,
            "action_name": "Alerte déclenchée",
            "url": "https://weblate.framasoft.org/api/changes/617728/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/dolomon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-11-23T07:24:43.185337Z",
            "action": 47,
            "target": "",
            "id": 270232,
            "action_name": "Alerte déclenchée",
            "url": "https://weblate.framasoft.org/api/changes/270232/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/dolomon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-01T07:24:41.507896Z",
            "action": 47,
            "target": "",
            "id": 174125,
            "action_name": "Alerte déclenchée",
            "url": "https://weblate.framasoft.org/api/changes/174125/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/468117/?format=api",
            "component": "https://weblate.framasoft.org/api/components/dolomon/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/dolomon/glossary/es/?format=api",
            "user": "https://weblate.framasoft.org/api/users/deleted-108/?format=api",
            "author": null,
            "timestamp": "2020-03-05T16:39:45.948426Z",
            "action": 5,
            "target": "dolos",
            "id": 52276,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/52276/?format=api"
        }
    ]
}