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

{
  "id": 875,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/875/?format=api",
  "slug": "falcon-heavy-static-fire-for-psyche",
  "name": "Falcon Heavy Static Fire for Psyche",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX will static fire Falcon Heavy before the launch of NASAs Psyche mission.",
  "location": "LC-39A, KSC",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=rWeu2wt3j6c",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_st_image_20230929182300.jpeg",
  "date": "2023-09-30T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}