Translation components API.

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

GET /api/translations/website/glossary/an/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://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/an/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "timestamp": "2024-05-17T19:36:07.235653Z",
            "action": 0,
            "target": "",
            "id": 51224449,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/51224449/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/an/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2024-05-17T19:36:07.225743Z",
            "action": 17,
            "target": "",
            "id": 51224448,
            "action_name": "Changes committed",
            "url": "https://translations.documentfoundation.org/api/changes/51224448/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/an/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2024-05-17T19:36:07.174962Z",
            "action": 63,
            "target": "",
            "id": 51224447,
            "action_name": "String removed",
            "url": "https://translations.documentfoundation.org/api/changes/51224447/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/an/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-16T20:03:07.486258Z",
            "action": 17,
            "target": "",
            "id": 51221210,
            "action_name": "Changes committed",
            "url": "https://translations.documentfoundation.org/api/changes/51221210/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/an/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-08T10:00:26.564623Z",
            "action": 0,
            "target": "",
            "id": 2853326,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/2853326/?format=api"
        }
    ]
}