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

{
  "id": 990,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/990/?format=api",
  "slug": "nasa-prefire-pre-launch-press-conference",
  "name": "NASA Prefire Pre-Launch Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Earth by studying heat loss from Earth’s polar regions and provide information on our changing climate.\r\n\r\nParticipants include:\r\n\r\n- Karen St. Germain, director, Earth Science Division, NASA Headquarters in Washington\r\n- Mary White, project manager, PREFIRE, NASA’s Jet Propulsion Laboratory, Southern California\r\n- Tristan L’Ecuyer, principal investigator, PREFIRE, University of Wisconsin-Madison\r\n- Peter Beck, CEO and founder, Rocket Lab",
  "location": "Online",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_20240514113358.jpg",
  "date": "2024-05-15T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}