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

{
  "id": 874,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/874/?format=api",
  "slug": "2023-annular-solar-eclipse-media-teleconference",
  "name": "2023 Annular Solar Eclipse Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference to discuss the upcoming annular solar eclipse. The annular eclipse will cross the U.S. from Oregon to Texas on Saturday, Oct. 14, with a partial solar eclipse visible throughout the contiguous U.S.",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-scientists-to-discuss-oct-14-ring-of-fire-solar-eclipse",
  "video_url": "https://www.youtube.com/watch?v=EMY5Y6MqWmE",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2023_annular_so_image_20230923074914.jpg",
  "date": "2023-09-26T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}