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

{
  "id": 782,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/782/?format=api",
  "slug": "vulcan-cert-1-flight-readiness-firing-frf",
  "name": "Vulcan Cert-1 Flight Readiness Firing (FRF)",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "United Launch Alliance (ULA)'s first Vulcan rocket will perform a test firing of the 1st stage BE-4 engines ahead of its first launch in summer 2023.",
  "location": "SLC-41, Cape Canaveral SFS, Florida, USA",
  "news_url": "https://www.ulalaunch.com/rockets/vulcan-centaur/countdown-to-vulcan",
  "video_url": "https://www.youtube.com/watch?v=UhWc8-Oyug8",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vulcan_cert-1_f_image_20230525143224.jpg",
  "date": "2023-06-08T01:05:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}