Translation components API.

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

GET /api/translations/website-remake/glossary/de@informal/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/website-remake/glossary/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/website-remake/glossary/de@informal/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-31T11:50:06.482069Z",
            "action": 0,
            "target": "",
            "id": 361371,
            "action_name": "Resource updated",
            "url": "https://translate.funkwhale.audio/api/changes/361371/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/website-remake/glossary/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/website-remake/glossary/de@informal/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-31T11:50:05.920893Z",
            "action": 17,
            "target": "",
            "id": 361370,
            "action_name": "Changes committed",
            "url": "https://translate.funkwhale.audio/api/changes/361370/?format=api"
        }
    ]
}