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

{
  "id": 882,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/882/?format=api",
  "slug": "psyche-prelaunch-news-conference",
  "name": "Psyche Prelaunch News Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Psyche Prelaunch News Conference on NASA TV with the following participants:\r\n\r\n- NASA Associate Administrator Bob Cabana\r\n- Nicola Fox, associate administrator, NASA’s Science Mission Directorate\r\n- Tim Dunn, senior launch director, NASA’s Launch Services Program\r\n- Julianna Scheiman, director, Civil Satellite Missions, SpaceX\r\n- Henry Stone, Psyche project manager, JPL\r\n- Arlena Moses, launch weather officer, U.S. Space Force",
  "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=_EkWoz90-VA",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/psyche_mission__image_20231008063220.jpg",
  "date": "2023-10-11T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}