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

{
  "id": 1285,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1285/?format=api",
  "slug": "hayabusa2-earth-flyby-2",
  "name": "Hayabusa2 Earth Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "As part of its mission extension, JAXA's Hayabusa2 spacecraft will fly by Earth on its way to asteroid 1998 KY26.",
  "location": "Earth",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
  "date": "2028-06-30T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}