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

{
  "id": 873,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/873/?format=api",
  "slug": "osiris-rex-prelanding-media-call",
  "name": "OSIRIS-Rex Prelanding media call",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Prior to landing, the agency will host a media call to provide a status update \r\n\r\nParticipants include:\r\n\r\n- Lori Glaze, Director Planetary Sciences Division,\r\n- Rich Burns, project manager, NASA’s Goddard \r\n- Sandra Freund,program manager, Lockheed Martin\r\n- Nicole Lunning, curation lead\r\n- Dante Lauretta, principal investigator",
  "location": "Department of Defense's Utah Test and Training Range",
  "news_url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
  "video_url": "https://www.youtube.com/watch?v=CZcaoQkR7m4",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex_prel_image_20230919080942.jpeg",
  "date": "2023-09-22T19:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}