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

{
  "id": 227,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/227/?format=api",
  "slug": "nasa-mars-2020-perseverance-sol-1-press-conference",
  "name": "NASA Mars 2020 Perseverance Sol 1 Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The Sol 1 press conference of NASA's Mars 2020 Perseverance mission will be broadcasted live on NASA TV and the JPL YouTube channel.",
  "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Xz-Id5ZNopM",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210219115157.jpeg",
  "date": "2021-02-19T18:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}