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

{
  "id": 170,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/170/?format=api",
  "slug": "rocket-lab-announcement-2",
  "name": "Rocket Lab Announcement",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "CEO of Rocket Lab, Peter Beck, will host a webcast of an announcement from the company.",
  "location": null,
  "news_url": "https://twitter.com/RocketLab/status/1300930218165633024",
  "video_url": "https://www.youtube.com/watch?v=zC8RxgL9tK4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_anno_image_20200902073242.jpeg",
  "date": "2020-09-03T18:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}