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/435/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 435,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/435/?format=api",
  "slug": "partial-lunar-eclipse",
  "name": "Partial Lunar Eclipse",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "A partial lunar eclipse will be visible throughout much of the globe where the Moon appears above the horizon during the eclipse, including North and South America, Eastern Asia, Australia, and the Pacific Region. North America will have the best location to see the entirety of the eclipse.",
  "location": null,
  "news_url": "https://blogs.nasa.gov/Watch_the_Skies/2021/11/18/longest-partial-lunar-eclipse-in-centuries-coming-as-almost-total-lunar-eclipse/",
  "video_url": "https://www.youtube.com/watch?v=U079_8l8SNM",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/partial_lunar_e_image_20211119070248.jpg",
  "date": "2021-11-19T09:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}