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

{
  "id": 932,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/932/?format=api",
  "slug": "nasa-edge-pace-rollout-show",
  "name": "NASA EDGE Pace Rollout Show",
  "type": {
    "id": 27,
    "name": "Rollout"
  },
  "description": "NASA EDGE will host the PACE rollout show. The rollout show will air live on NASA+, NASA TV, and YouTube.",
  "location": "SLC-40,CCFS, Florida",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=P-RkaIHhtsk",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_f9_pace__image_20240131194401.jpeg",
  "date": "2024-02-05T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}