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

{
  "id": 1115,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1115/?format=api",
  "slug": "nasa-spherex-preview-news-conference",
  "name": "NASA SPHEREx Preview News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a news conference to discuss a new telescope that will improve our understanding of how the universe evolved and search for key ingredients for life in our galaxy.\r\n\r\nAgency experts will preview NASA’s SPHEREx (Spectro-Photometer for the History of the Universe, Epoch of Reionization and Ices Explorer) mission, which will help scientists better understand the structure of the universe, how galaxies form and evolve, and the origins and abundance of water.",
  "location": "Jet Propulsion Laboratory, Pasadena, CA, USA",
  "news_url": "https://www.nasa.gov/news-release/nasa-to-preview-sky-mapping-space-telescope-ahead-of-launch/",
  "video_url": "https://www.youtube.com/watch?v=--PcBreY7sg",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_20250128085828.jpg",
  "date": "2025-01-31T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}