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

{
  "id": 436,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/436/?format=api",
  "slug": "rocket-lab-neutron-development-update",
  "name": "Rocket Lab Neutron Development Update",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Rocket Lab will host a major development update about its upcoming Neutron launch vehicle.",
  "location": null,
  "news_url": "https://twitter.com/RocketLab/status/1463553508406267915",
  "video_url": "https://www.youtube.com/watch?v=A0thW57QeDM",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_neut_image_20211124172620.jpg",
  "date": "2021-12-02T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}