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/705/?format=api
{ "id": 705, "url": "https://lldev.thespacedevs.com/2.0.0/event/705/?format=api", "slug": "nasa-swot-pre-launch-news-conference", "name": "NASA SWOT Pre-Launch News Conference", "type": { "id": 20, "name": "Press Event" }, "description": "NASA will hold a news conference ahead of the launch of the Surface Water and Ocean Topography (SWOT) satellite, built in cooperation with the french space agency CNES.", "location": null, "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-swot-water-survey-mission-launch", "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_swot_pre-l_image_20221110203209.jpg", "date": "2022-12-14T20:00:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }