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

{
  "id": 511,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/511/?format=api",
  "slug": "nasa-mars-2020-ingenuity-23rd-flight",
  "name": "NASA Mars 2020 Ingenuity 23rd Flight",
  "type": {
    "id": 14,
    "name": "Test Flight"
  },
  "description": "During its 22nd flight on Mars, Ingenuity covered 358 meters in 129.1 seconds.",
  "location": "Airfield N, Jezero crater, Mars",
  "news_url": "https://twitter.com/NASAJPL/status/1507160285722804238",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20220327192323.png",
  "date": "2022-03-23T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}