Translation components API.

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

GET /api/components/documentation/user-queue-tracks/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/components/documentation/user-queue-tracks/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.funkwhale.audio/api/units/379476/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/user-queue-tracks/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/user-queue-tracks/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:07:17.461859Z",
            "action": 59,
            "target": "Add tracks to your queue",
            "id": 348823,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/348823/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/documentation/user-queue-tracks/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:22.859588Z",
            "action": 51,
            "target": "",
            "id": 338763,
            "action_name": "Component created",
            "url": "https://translate.funkwhale.audio/api/changes/338763/?format=api"
        }
    ]
}