Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-12-28T01:20:12.434633+01:00",
            "action": 47,
            "target": "",
            "id": 43427327,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/43427327/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/pere/?format=api",
            "author": null,
            "timestamp": "2021-12-06T09:19:56.517173+01:00",
            "action": 14,
            "target": "",
            "id": 15205635,
            "action_name": "Component locked",
            "url": "https://hosted.weblate.org/api/changes/15205635/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-11-28T17:12:11.789248+01:00",
            "action": 47,
            "target": "",
            "id": 15088675,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/15088675/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-30T15:13:57.493735+02:00",
            "action": 47,
            "target": "",
            "id": 13012951,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/13012951/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-02-07T13:06:43.560110+01:00",
            "action": 47,
            "target": "",
            "id": 9293689,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/9293689/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777421/?format=api",
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/efn/glossary/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/pere/?format=api",
            "author": null,
            "timestamp": "2018-01-02T08:28:51+01:00",
            "action": 2,
            "target": "(vern av/rett til) privatliv/privatsfære",
            "id": 2385725,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/2385725/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777421/?format=api",
            "component": "https://hosted.weblate.org/api/components/efn/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/efn/glossary/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/pere/?format=api",
            "author": null,
            "timestamp": "2017-11-09T09:25:56+01:00",
            "action": 5,
            "target": "(rett til) privatliv/privatsfære",
            "id": 2192308,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2192308/?format=api"
        }
    ]
}