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

{
  "id": 89,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/89/?format=api",
  "slug": "nasa-mars-2020-perseverance-rover-landing",
  "name": "NASA Mars 2020 Perseverance Rover Landing",
  "type": {
    "id": 9,
    "name": "Spacecraft Landing"
  },
  "description": "NASA's Mars 2020 Perseverance rover will land in the Jezero crater using a MSL-inspired sky-crane at approximately 20:55 UTC.\r\n\r\nIt will investigate an astrobiologically relevant ancient environment on Mars and investigate its surface geological processes and history, including the assessment of its past habitability, the possibility of past life on Mars, and the potential for preservation of biosignatures within accessible geological materials. It will cache sample containers along its route for a potential future Mars sample-return mission.\r\n\r\nPerseverance is also ferrying several cutting-edge technologies to the surface of Mars – including a helicopter named Ingenuity, the first aircraft to attempt powered, controlled flight on another planet.",
  "location": "Jezero crater, Mars",
  "news_url": "https://mars.nasa.gov/mars2020/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa2520mars252020202520rover2520landing_image_20200214105503.jpg",
  "date": "2021-02-18T19:15:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}