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

{
  "id": 475,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/475/?format=api",
  "slug": "nasa-mars-2020-ingenuity-17th-flight",
  "name": "NASA Mars 2020 Ingenuity 17th Flight",
  "type": {
    "id": 14,
    "name": "Test Flight"
  },
  "description": "During Flight 17 Ingenuity continued with the return to Wright Brothers Field. The flight took the helicopter halfway across the South Séítah region. When landing, Ingenuity lost communication with the Perseverance rover for a short while, possibly because difficult terrain obstructed the line of sight between the antennas. However, radio link was reestablished around 15 minutes after the landing. Telemetry suggests that Ingenuity is healthy and operational.",
  "location": "Airfield J, Jezero crater, Mars",
  "news_url": "https://mars.nasa.gov/technology/helicopter/status/350/flight-17-discovering-limits/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20211208205312.jpg",
  "date": "2021-12-05T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}