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/500/?format=api
{ "id": 500, "url": "https://lldev.thespacedevs.com/2.0.0/event/500/?format=api", "slug": "nasa-mars-2020-ingenuity-20th-flight", "name": "NASA Mars 2020 Ingenuity 20th Flight", "type": { "id": 14, "name": "Test Flight" }, "description": "During its 20th flight on Mars, Ingenuity covered 391 meters in 130.3 seconds, at a speed of 4.4 metres per second.", "location": "Airfield K, Jezero crater, Mars", "news_url": null, "video_url": null, "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20220228173740.jpeg", "date": "2022-02-25T00:00:00Z", "launches": [], "expeditions": [], "spacestations": [], "program": [] }