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

{
  "id": 13,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/13/?format=api",
  "slug": "beresheet-moon-landing",
  "name": "Beresheet Moon Landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "The Israeli spacecraft's main engine failed during descent, leading to a crash on the Moon surface.",
  "location": "Moon",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=HMdUcchBYRA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/beresheet2520moon2520landing_image_20190408132015.jpg",
  "date": "2019-04-11T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}