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

{
  "id": 510,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/510/?format=api",
  "slug": "nasa-mars-2020-ingenuity-22nd-flight",
  "name": "NASA Mars 2020 Ingenuity 22nd Flight",
  "type": {
    "id": 14,
    "name": "Test Flight"
  },
  "description": "During its 22nd flight on Mars, Ingenuity reached an altitude of 10 meters in 101.4 seconds.",
  "location": "Airfield N, Jezero crater, Mars",
  "news_url": "https://twitter.com/NASAJPL/status/1506072916797972483",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20220327191949.jpg",
  "date": "2022-03-20T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}