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

{
  "id": 881,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/881/?format=api",
  "slug": "psyche-mission-and-science-briefing",
  "name": "Psyche Mission and Science Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Psyche Mission and Science Briefing on NASA TV with the following participants:\r\n\r\n- Lori Glaze, Planetary Science Division director, NASA Headquarters\r\n- Lindy Elkins-Tanton, Psyche principal investigator, Arizona State University\r\n- Ben Weiss,Deputy principal investigator and magnetometer lead, MIT\r\n- David Oh, chief engineer for operations, JPL\r\n- Abi Biswas, Deep Space Optical Communications project technologist, JPL",
  "location": "KSC, Florida",
  "news_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-psyche-spacecraft-launch-to-metal-world/",
  "video_url": "https://www.youtube.com/watch?v=THj6HMhOCEk",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/psyche_mission__image_20231008063220.jpg",
  "date": "2023-10-10T16:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}