Translation components API.

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

GET /api/translations/scripty-bot/glossary/ru/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/ru/?format=api",
            "user": "https://hosted.weblate.org/api/users/thewilloftheshadow/?format=api",
            "author": null,
            "timestamp": "2024-01-15T08:36:07.349253+01:00",
            "action": 17,
            "target": "",
            "id": 77221877,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/77221877/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/113343110/?format=api",
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/ru/?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.447122+01:00",
            "action": 31,
            "target": "",
            "id": 77221695,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/77221695/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/113342967/?format=api",
            "component": "https://hosted.weblate.org/api/components/scripty-bot/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/ru/?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.846314+01:00",
            "action": 31,
            "target": "",
            "id": 77221083,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/77221083/?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/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-23T19:14:41.969952+02:00",
            "action": 0,
            "target": "",
            "id": 62054435,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/62054435/?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/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-23T19:14:40.691040+02:00",
            "action": 17,
            "target": "",
            "id": 62054426,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/62054426/?format=api"
        }
    ]
}