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/395/?format=api
{ "id": 395, "url": "https://lldev.thespacedevs.com/2.0.0/event/395/?format=api", "slug": "lucy-earth-flyby", "name": "Lucy Earth Flyby", "type": { "id": 23, "name": "Flyby" }, "description": "First of three Earth flybys of NASA's Lucy mission to the Trojan asteroids.", "location": "Earth", "news_url": "https://www.nasa.gov/feature/goddard/2022/nasa-s-lucy-to-fly-past-thousands-of-objects-for-earth-gravity-assist", "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg", "date": "2022-10-16T10:55:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }