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/120/?format=api
{ "id": 120, "url": "https://lldev.thespacedevs.com/2.0.0/event/120/?format=api", "slug": "mars-2020-post-launch-news-conference", "name": "Mars 2020 Post-Launch News Conference", "type": { "id": 20, "name": "Press Event" }, "description": "The Mars 2020 post-launch news conference will be livestreamed on NASA TV.", "location": null, "news_url": null, "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mars_2020_pre-l_image_20200717135837.png", "date": "2020-07-30T15:30:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }