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

{
  "id": 602,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/602/?format=api",
  "slug": "mars-sample-return-mission-media-teleconference",
  "name": "Mars Sample Return Mission Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA and ESA will host a media teleconference to discuss the architecture of the Mars Sample Return campaign.",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-esa-to-discuss-mars-sample-return-mission",
  "video_url": "https://www.youtube.com/watch?v=wThkJXvCmrw",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mars_sample_ret_image_20220721193056.jpeg",
  "date": "2022-07-27T15:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}