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

{
  "id": 178,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/178/?format=api",
  "slug": "bepicolombo-venus-flyby",
  "name": "BepiColombo Venus Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "The ESA-JAXA BepiColombo mission made a close approach of Venus on 15 October at 03:58 UTC at a distance of approximately 10 720 km. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.",
  "location": "Venus",
  "news_url": "https://www.esa.int/ESA_Multimedia/Videos/2020/10/BepiColombo_s_first_Venus_flyby",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo25e_image_20201008073530.jpg",
  "date": "2020-10-15T03:58:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}