Translation components API.

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

GET /api/translations/website-remake/glossary/pt/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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-28T16:05:26.451662Z",
            "action": 0,
            "target": "",
            "id": 381617,
            "action_name": "Resource updated",
            "url": "https://translate.funkwhale.audio/api/changes/381617/?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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-28T16:05:25.924296Z",
            "action": 17,
            "target": "",
            "id": 381616,
            "action_name": "Changes committed",
            "url": "https://translate.funkwhale.audio/api/changes/381616/?format=api"
        }
    ]
}