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

{
  "id": 124,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/124/?format=api",
  "slug": "emirates-mars-mission-hope-mars-orbit-insertion",
  "name": "Emirates Mars Mission 'Hope' Mars Orbit Insertion",
  "type": {
    "id": 16,
    "name": "Orbital Insertion"
  },
  "description": "The Emirates Mars Mission 'Hope' will enter an orbit around Mars after its six months interplanetary journey.",
  "location": "Mars",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/emirates_mars_m_image_20200721105747.jpg",
  "date": "2021-02-09T15:45:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}