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

{
  "id": 238,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/238/?format=api",
  "slug": "nasa-mars-2020-ingenuity-pre-flight-press-conferen",
  "name": "NASA Mars 2020 Ingenuity Pre-Flight Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA/JPL will hold a press conference ahead of Ingenuity's first flight on Mars.",
  "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
  "news_url": "https://www.jpl.nasa.gov/news/nasa-to-host-briefing-to-preview-first-mars-helicopter-flights",
  "video_url": "https://www.youtube.com/watch?v=WK5YXZIIEKU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210318061727.jpeg",
  "date": "2021-03-23T17:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}