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/99/?format=api
{ "id": 99, "url": "https://lldev.thespacedevs.com/2.0.0/event/99/?format=api", "slug": "spacex-demonstration-mission-2-crew-news-conferenc", "name": "SpaceX Demonstration Mission-2 Crew News Conference", "type": { "id": 20, "name": "Press Event" }, "description": "The crew of SpaceX's DM-2 mission, NASA astronauts Doug Hurley and Bob Behnken, will answer press questions during a live-streamed news conference.", "location": "Johnson Space Center", "news_url": null, "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_demonstr_image_20200428083817.jpg", "date": "2020-05-01T18:00:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }