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

{
  "id": 1120,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1120/?format=api",
  "slug": "spherex-live-qa",
  "name": "SPHEREx Live Q+A",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Q+A with experts from the mission, both at Vandenberg Space Force Base and NASA's Jet Propulsion Laboratory in California.\r\n\r\nYou'll hear from:\r\n\r\n- Jenn Rocca, SPHEREx project systems engineer, JPL\r\n- Phil Korngut, SPHEREx instrument scientist and inflation scientist, Caltech",
  "location": "Vandenberg Space Force Base",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_20250128085828.jpg",
  "date": "2025-02-12T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}