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

{
  "id": 1042,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1042/?format=api",
  "slug": "nasa-iss-mission-briefing",
  "name": "NASA ISS Mission Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA astronauts Butch Wilmore and Suni Williams participate in a news conference aboard the International Space Station in low Earth orbit.",
  "location": "ISS",
  "news_url": "https://www.nasa.gov/news-release/nasa-astronauts-to-discuss-mission-from-space-station/",
  "video_url": "https://www.youtube.com/watch?v=FvRH5hT2dWo",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/butch_wilmore_a_image_20240910114925.jpg",
  "date": "2024-09-13T18:15:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}