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

{
  "id": 585,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/585/?format=api",
  "slug": "jwst-first-image-preview",
  "name": "JWST First Image Preview",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA Administrator Bill Nelson and U.S. President Joe Biden will unveil the first science image taken by the James Webb Space Telescope.",
  "location": "The White House, Washington D.C.",
  "news_url": "https://www.nasa.gov/press-release/nasa-updates-coverage-for-webb-telescope-s-first-images-reveal",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-07-11T21:30:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}