Translation components API.

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

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

{
    "count": 3,
    "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/cy/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-16T20:03:07.955401Z",
            "action": 17,
            "target": "",
            "id": 51221220,
            "action_name": "Changes committed",
            "url": "https://translations.documentfoundation.org/api/changes/51221220/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/113216171/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/cy/?format=api",
            "user": "https://translations.documentfoundation.org/api/users/akurery/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/akurery/?format=api",
            "timestamp": "2024-05-16T19:48:18.909400Z",
            "action": 31,
            "target": "",
            "id": 51221097,
            "action_name": "String added",
            "url": "https://translations.documentfoundation.org/api/changes/51221097/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/website/glossary/cy/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-08T10:00:26.641749Z",
            "action": 0,
            "target": "",
            "id": 2853333,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/2853333/?format=api"
        }
    ]
}