Translation components API.

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

GET /api/translations/website/glossary/es/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/es/?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:29.636547Z",
            "action": 0,
            "target": "",
            "id": 51224458,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/51224458/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/es/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2024-05-17T19:36:29.625116Z",
            "action": 17,
            "target": "",
            "id": 51224457,
            "action_name": "Changes committed",
            "url": "https://translations.documentfoundation.org/api/changes/51224457/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/es/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2024-05-17T19:36:29.568538Z",
            "action": 63,
            "target": "",
            "id": 51224456,
            "action_name": "String removed",
            "url": "https://translations.documentfoundation.org/api/changes/51224456/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-16T20:03:08.775178Z",
            "action": 17,
            "target": "",
            "id": 51221240,
            "action_name": "Changes committed",
            "url": "https://translations.documentfoundation.org/api/changes/51221240/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-08T10:00:26.688270Z",
            "action": 0,
            "target": "",
            "id": 2853338,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/2853338/?format=api"
        }
    ]
}