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

{
  "id": 594,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/594/?format=api",
  "slug": "jwst-pre-first-images-media-briefing",
  "name": "JWST Pre-First Images Media Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media day at the Space Telescope Science Institute (STScI) on Wednesday, June 29. The event will begin with a media briefing on the status of Webb’s commissioning as well as overviews of planned science for Webb’s first year of operations and Webb image processing.",
  "location": "Space Telescope Science Institute, Baltimore, USA",
  "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-public-to-view-webb-telescope-s-first-images",
  "video_url": "https://www.youtube.com/watch?v=IrEGNjuC97s",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-06-29T14:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}