Translation components API.

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

GET /api/components/gtdsync/translation/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 452,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/gtdsync/translation/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gtdsync/translation/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-04T14:38:42.330650+02:00",
            "action": 21,
            "target": "",
            "old": "",
            "details": {
                "new_head": "247cd6b93e7c9f1eef417282bdb4dcc4532d1136",
                "previous_head": "247cd6b93e7c9f1eef417282bdb4dcc4532d1136"
            },
            "id": 88829479,
            "action_name": "Repository rebased",
            "url": "https://hosted.weblate.org/api/changes/88829479/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/gtdsync/translation/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/haaihenkie/?format=api",
            "author": "https://hosted.weblate.org/api/users/haaihenkie/?format=api",
            "timestamp": "2024-05-04T14:38:35.775366+02:00",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 88829475,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/88829475/?format=api"
        }
    ]
}