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

{
  "id": 190,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/190/?format=api",
  "slug": "arianespace-vv17-failure-press-conference",
  "name": "Arianespace VV17 failure press conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission. There will be a press conference Tuesday, November 17th, 2020 at 10:00 am Kourou time / 2:00 pm Paris time.",
  "location": "Guyana Space Center, Kourou, French Guiana",
  "news_url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/arianespace_vv1_image_20201117120738.jpeg",
  "date": "2020-11-17T13:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}