Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-08-16T18:48:10.414530+02:00",
            "action": 47,
            "target": "",
            "id": 31542203,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/31542203/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-01-30T17:06:58.521643+01:00",
            "action": 47,
            "target": "",
            "id": 16369442,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/16369442/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-02T15:09:08.329596+02:00",
            "action": 47,
            "target": "",
            "id": 9979669,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/9979669/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28686463/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/glossary/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "author": null,
            "timestamp": "2016-04-10T14:34:39+02:00",
            "action": 5,
            "target": "misja",
            "id": 862495,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/862495/?format=api"
        }
    ]
}