Translation components API.

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

GET /api/translations/stacklands/glossary/es/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://itzulpenak.gamerauntsia.eus/api/components/stacklands/glossary/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/stacklands/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-12T19:58:50.518361Z",
            "action": 0,
            "target": "",
            "id": 213215,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/213215/?format=api"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/stacklands/glossary/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/stacklands/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-12T19:58:50.205488Z",
            "action": 17,
            "target": "",
            "id": 213214,
            "action_name": "Changes committed",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/213214/?format=api"
        }
    ]
}