Translation components API.

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

GET /api/translations/scripty-bot/glossary/uk/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://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "author": null,
            "timestamp": "2024-01-15T08:36:08.463091+01:00",
            "action": 17,
            "target": "",
            "id": 77221904,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/77221904/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/113343114/?format=api",
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "author": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "timestamp": "2024-01-15T08:30:59.447212+01:00",
            "action": 31,
            "target": "",
            "id": 77221699,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/77221699/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/113342971/?format=api",
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/uk/?format=api",
            "user": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "author": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "timestamp": "2024-01-15T08:01:02.846378+01:00",
            "action": 31,
            "target": "",
            "id": 77221087,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/77221087/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-18T09:10:45.153423+02:00",
            "action": 0,
            "target": "",
            "id": 63733122,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/63733122/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-18T09:10:30.756865+02:00",
            "action": 17,
            "target": "",
            "id": 63733052,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/63733052/?format=api"
        }
    ]
}