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

{
  "id": 2,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/2/?format=api",
  "slug": "crew-dragon-docking-with-iss",
  "name": "Crew Dragon docking with ISS",
  "type": {
    "id": 2,
    "name": "Docking"
  },
  "description": "Crew Dragon 1, launched on March 2, will attempt to dock autonomously with the International Space Station for the first time.",
  "location": "International Space Station",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
  "date": "2019-03-03T08:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}