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

{
  "id": 885,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/885/?format=api",
  "slug": "europa-clipper-one-year-from-launch-public-talk",
  "name": "Europa Clipper One Year From Launch Public Talk",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "In October 2024, NASA’s Europa Clipper spacecraft will begin its 1.8-billion-mile journey to Jupiter’s icy moon Europa. It will investigate if an ocean thought to lie beneath Europa’s icy crust could support life. \r\n\r\nEuropa Clipper Mission System Manager Al Cangahula and planetary scientist Kate Craft will talk about the spacecraft’s assembly and preparations for launch, and how Europa Clipper’s detailed exploration of Europa will help scientists better understand the astrobiological potential for habitable worlds beyond our planet.",
  "location": "Jet Propulsion Laboratory, Pasadena, CA, USA",
  "news_url": "https://europa.nasa.gov/",
  "video_url": "https://www.youtube.com/watch?v=LYjGLPUo8OQ",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20231012151706.jpeg",
  "date": "2023-10-20T02:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}