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

{
  "id": 83,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/83/?format=api",
  "slug": "spacex-dragon-in-flight-abort-test-press-conferenc",
  "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The news conference preceding SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
  "location": "Kennedy Space Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=kNYMGEwEoRE",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
  "date": "2020-01-17T18:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}