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

{
  "id": 1000,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1000/?format=api",
  "slug": "hubble-operations-press-conference",
  "name": "Hubble Operations Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to provide an update on operations for NASA’s Hubble Space Telescope. NASA anticipates Hubble will continue making discoveries, working with other observatories such as the agency’s James Webb Space Telescope, throughout this decade and into the next.\r\n\r\n\r\nParticipants in the teleconference include:\r\n\r\n- Mark Clampin, director, Astrophysics Division, Science Mission Directorate at NASA Headquarters in Washington\r\n- Patrick Crouse, project manager, Hubble Space Telescope, NASA’s Goddard Space Flight Center in Greenbelt, Maryland",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-hubble-operations-update/",
  "video_url": "https://www.youtube.com/watch?v=LP5p5C8bVWI",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa25e22580_image_20240604063757.jpg",
  "date": "2024-06-04T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}