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/127/?format=api
{ "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/event/127/?format=api", "slug": "press-conference-for-momo-f7-launch-abort", "name": "Press Conference for MOMO F7 launch abort.", "type": { "id": 20, "name": "Press Event" }, "description": "NVS will be livestreaming the press conference of the MOMO-F7 launch attempt cancellation.", "location": null, "news_url": null, "video_url": "https://www.youtube.com/watch?v=VCvkLA5RrJc", "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/press_conferenc_image_20200726085748.jpg", "date": "2020-07-26T10:30:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }