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

{
  "id": 26,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/26/?format=api",
  "slug": "splashdown-apollo-11th-50th-anni",
  "name": "Splashdown - Apollo 11th (50th Anni.)",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "After completing the monumental Apollo 11 Moon landing, Neil Armstrong, Buzz Aldrin and Michael Collins safely splashed back into the Pacific Ocean on July 24, 1969.",
  "location": "Pacific Ocean",
  "news_url": "https://www.nasa.gov/feature/apollo-11-in-real-time-50-years-later/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo252011th252050th2520anniversary2520-2520splashdown_image_20190715211643.jpg",
  "date": "2019-07-24T16:50:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}