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

{
  "id": 860,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/860/?format=api",
  "slug": "psyche-mission-press-conference",
  "name": "Psyche Mission Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a news conference to discuss the agency’s upcoming Psyche mission, which will be its first to visit a metal-rich asteroid. Riding along with Psyche is a laser transceiver for NASA’s Deep Space Optical Communications (DSOC) technology demonstration.\r\n\r\nBriefing participants are expected to include:\r\n- Lori Glaze, director, Planetary Sciences Division\r\n- Lindy Elkins-Tanton, principal investigator\r\n- Henry Stone, project manager\r\n- Abi Biswas, project technologist for DSOC\r\n- Serkan Bastug, mission manager, Launch Services Program",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission-optical-communications-demo/",
  "video_url": "https://www.youtube.com/watch?v=Tb9l7-u5Ayc",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/psyche_mission__image_20230901180432.jpg",
  "date": "2023-09-06T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}