Translation components API.

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

GET /api/translations/ouisync/glossary/my/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/ouisync/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ouisync/glossary/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-14T10:01:48.334873+02:00",
            "action": 17,
            "target": "",
            "id": 90993509,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/90993509/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/122510035/?format=api",
            "component": "https://hosted.weblate.org/api/components/ouisync/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ouisync/glossary/my/?format=api",
            "user": "https://hosted.weblate.org/api/users/jorge@equalitie.org/?format=api",
            "author": "https://hosted.weblate.org/api/users/jorge@equalitie.org/?format=api",
            "timestamp": "2024-05-13T09:27:24.306252+02:00",
            "action": 31,
            "target": "",
            "id": 89613041,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/89613041/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ouisync/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ouisync/glossary/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-02T19:25:14.857052+02:00",
            "action": 0,
            "target": "",
            "id": 62942557,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/62942557/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ouisync/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ouisync/glossary/my/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-02T19:25:14.183131+02:00",
            "action": 17,
            "target": "",
            "id": 62942549,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/62942549/?format=api"
        }
    ]
}