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

{
  "id": 20,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/20/?format=api",
  "slug": "total-solar-eclipse-2",
  "name": "Total Solar Eclipse",
  "type": {
    "id": 11,
    "name": "Celestial Event"
  },
  "description": "NASA has partnered with the Exploratorium in San Francisco to bring live views to people across the world of a total solar eclipse, occurring Tuesday, July 2, over South America.\r\n\r\nTotal solar eclipse live streams are available with no commentary (3:15-6 p.m. EDT), or with commentary (4-5 p.m. EDT) in English or Spanish.",
  "location": "South America",
  "news_url": "https://www.nasa.gov/nasalive",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/total2520solar2520eclipse_image_20190702195513.jpg",
  "date": "2019-07-02T20:15:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}