Translation components API.

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

GET /api/components/shattered-pixel-dungeon/misc/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/misc/?format=api",
            "translation": null,
            "user": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "author": "https://itzulpenak.gamerauntsia.eus/api/users/admin/?format=api",
            "timestamp": "2019-07-21T10:22:03.370830Z",
            "action": 51,
            "target": "",
            "id": 4121,
            "action_name": "Component created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/4121/?format=api"
        }
    ]
}