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

{
  "id": 65,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/65/?format=api",
  "slug": "apollo-12-50th-anniversary-coverage",
  "name": "Apollo 12: 50th Anniversary Coverage",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "Apollo 12 50th anniversary has a commemorative stream for the launch beginning at 11am EST. \r\n\r\nThe launch will take place at 11:42am.\r\n\r\n\"The second Apollo crew built on the work of the first. In addition to continuing Apollo's lunar exploration tasks they deployed the Apollo Lunar Surface Experiments Package, a set of investigations left on the Moon's surface to gather data. On their way to the Moon, the Apollo 12 crew conducted an orbital maneuver that let them land in the Moon's Western Hemisphere, so they could recover portions of a lander that had been on the moon for two years.\" - NASA",
  "location": "NASA TV",
  "news_url": "https://www.nasa.gov/mission_pages/apollo/apollo-12",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo252012253a252050th2520anniversary2520coverage_image_20191114145437.jpg",
  "date": "2019-11-14T10:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}