Translation components API.

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

GET /api/translations/super-hyperactive-ninja/jokoa/es/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/super-hyperactive-ninja/jokoa/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/super-hyperactive-ninja/jokoa/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-12-23T10:53:53.859893Z",
            "action": 0,
            "target": "",
            "id": 146857,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/146857/?format=api"
        }
    ]
}