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

{
  "id": 1092,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1092/?format=api",
  "slug": "nasa-vortex-2-sounding-rocket-launches",
  "name": "NASA VortEx 2 Sounding Rocket Launches",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "Two NASA sub-orbital research rockets are ready to launch on their mission to study the formation of vortices in the upper parts of the atmosphere.\r\n\r\nRockets launched:\r\n\r\n- Black Brant 9\r\n- Terrier-Improved Orion",
  "location": "Andøya, Norway",
  "news_url": "https://andoyaspace.no/news-articles/nasa-vortex-2-ready-for-launch-campaign/",
  "video_url": "https://www.youtube.com/watch?v=m_O_OPnX6es",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sounding_rocket_image_20241027183654.jpg",
  "date": "2024-10-28T21:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}