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

{
  "id": 474,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/474/?format=api",
  "slug": "nasa-mars-2020-ingenuity-16th-flight",
  "name": "NASA Mars 2020 Ingenuity 16th Flight",
  "type": {
    "id": 14,
    "name": "Test Flight"
  },
  "description": "With Flight 16, Ingenuity continues the journey back to the Wright Brothers Field. Flight 16 was a short 107-second hop, taking the helicopter over to \"South Séítah\" region.",
  "location": "Airfield F, Jezero crater, Mars",
  "news_url": "https://mars.nasa.gov/technology/helicopter/status/346/flight-16-short-hop-to-the-north/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20211208204122.jpg",
  "date": "2021-11-21T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}