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/93/?format=api
{ "id": 93, "url": "https://lldev.thespacedevs.com/2.0.0/event/93/?format=api", "slug": "crs-20-pre-launch-news-conference", "name": "CRS-20 Pre-Launch News Conference", "type": { "id": 20, "name": "Press Event" }, "description": "Representatives from NASA’s International Space Station Program, SpaceX, and the U.S. Air Force’s 45th Space Wing will host a Prelaunch news conference detailing information about the CRS-20 Mission.", "location": "Kennedy Space Center", "news_url": "https://www.nasa.gov/press-release/nasa-tv-coverage-set-for-spacex-s-next-space-station-resupply-mission", "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png", "date": "2020-03-06T21:00:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }