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

{
  "id": 76,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/76/?format=api",
  "slug": "starliner-oft-deorbit",
  "name": "Starliner OFT Deorbit",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "The first Boeing CST-100 Starliner will conduct it's deorbit burn after its unsuccessful flight to the ISS.\r\n\r\nFollowing the deorbit burn the capsule will renter the Earth's atmosphere and land at the 'White Sands Missile Range' using its parachutes.",
  "location": "LEO",
  "news_url": "https://www.nasa.gov/press-release/nasa-television-to-air-boeing-starliner-spacecraft-landing",
  "video_url": "https://www.youtube.com/watch?v=lPzNHeX7OYM",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing2520starliner2520docking_image_20191210170411.jpeg",
  "date": "2019-12-22T12:23:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}