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

{
  "id": 952,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/952/?format=api",
  "slug": "solar-eclipse-sounding-rocket-launches",
  "name": "Solar Eclipse Sounding Rocket Launches",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "NASA will launch three sounding rockets for the Atmospheric Perturbations around the Eclipse Path (APEP) mission from NASA's Wallops Flight Facility during the April 8 total solar eclipse. The mission will study how the sudden drop in sunlight affects our upper atmosphere during the eclipse.",
  "location": "Wallops Flight Facility, Virginia",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=eqzUSLUAGE0",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/solar_eclipse_s_image_20240228102551.jpeg",
  "date": "2024-04-08T18:40:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}