Event Instance
API endpoint that allows all Events to be viewed.
GET: Return a list of all Events
SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name
GET /2.0.0/event/321/?format=api
{ "id": 321, "url": "https://lldev.thespacedevs.com/2.0.0/event/321/?format=api", "slug": "css-eva-2", "name": "CSS EVA-2", "type": { "id": 3, "name": "EVA" }, "description": "Nie Haisheng and Liu Boming have been installing a new pump set and deployed an external camera platform outside the station.", "location": "Tianhe Core Module, China Space Station", "news_url": null, "video_url": "https://www.youtube.com/watch?v=5j1GelrQPN4", "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/default.png", "date": "2021-08-20T00:38:00Z", "launches": [], "expeditions": [ { "id": 145, "url": "https://lldev.thespacedevs.com/2.0.0/expedition/145/?format=api", "name": "Shenzhou 12", "start": "2021-06-17T07:54:00Z", "end": "2021-09-17T05:34:00Z", "spacestation": { "id": 18, "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/18/?format=api", "name": "Tiangong space station", "status": { "id": 1, "name": "Active" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png" } } ], "spacestations": [ { "id": 18, "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/18/?format=api", "name": "Tiangong space station", "status": { "id": 1, "name": "Active" }, "founded": "2021-04-29", "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.", "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png" } ], "program": [] }