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/1016/?format=api
{ "id": 1016, "url": "https://lldev.thespacedevs.com/2.0.0/event/1016/?format=api", "slug": "juice-venus-flyby", "name": "Juice Venus Flyby", "type": { "id": 23, "name": "Flyby" }, "description": "Second flyby of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.", "location": "Venus", "news_url": "https://www.esa.int/Enabling_Support/Operations/Juice_team_resolves_anomaly_on_approach_to_Venus", "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg", "date": "2025-08-31T05:28:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }