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

{
  "id": 566,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/566/?format=api",
  "slug": "nasa-insight-update-media-teleconference",
  "name": "NASA Insight Update Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to provide an update on the agency’s InSight Mars lander. NASA leadership and mission team members will highlight InSight’s science accomplishments, share details on the spacecraft’s power situation, and discuss its future.",
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-insight-mars-lander",
  "video_url": "https://www.youtube.com/watch?v=BqLoCgLv-bs",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_insight_up_image_20220510194944.png",
  "date": "2022-05-17T18:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}