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

{
  "id": 854,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/854/?format=api",
  "slug": "crew-7-falcon-9-static-fire-test",
  "name": "Crew-7 Falcon 9 Static Fire Test",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX performed a six-second test firing of its Falcon 9 rocket at launch pad 39A ahead of its planned launch with Dragon Endurance carrying a new crew to the International Space Station.",
  "location": "LC-39A, KSC",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=ENI1DDS3EwA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-7_falcon_9_image_20230822114530.jpeg",
  "date": "2023-08-22T12:19:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}