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

{
  "id": 35,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/35/?format=api",
  "slug": "hayabusa-2-sample-returns-to-earth",
  "name": "Hayabusa-2 Sample Returns to Earth",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "When Hayabusa-2 flies past Earth in December 2020, it will release the capsule spinning at one revolution per three seconds. The capsule will re-enter the Earth's atmosphere at 12 km/s and it will deploy a radar-reflective parachute at an altitude of about 10 km, and eject its heat-shield, while transmitting a position beacon signal. The sample capsule will land at the Woomera Test Range in Australia.",
  "location": "Earth",
  "news_url": "https://en.wikipedia.org/wiki/Hayabusa2",
  "video_url": "https://www.youtube.com/watch?v=Dq_6FRV91Hs",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
  "date": "2020-12-05T17:52:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}