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

{
  "id": 62,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/62/?format=api",
  "slug": "hayabusa-2-departure-from-ryugu",
  "name": "Hayabusa 2 Departure from Ryugu",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "Departure is on November 13 at 10:05 JST (onboard time). The RCS thrusters are scheduled to begin moving Hayabusa 2 away from Ryugu at about 10cm/s.",
  "location": "162173 Ryugu",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa252022520departure2520from2520ryugu_image_20191113010708.jpg",
  "date": "2019-11-13T01:05:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}