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

{
  "id": 398,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/398/?format=api",
  "slug": "lucy-trojan-asteroid-3548-eurybates-queta-flyby",
  "name": "Lucy Trojan Asteroid (3548) Eurybates & Queta Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "Flyby of the Trojan asteroid (3548) Eurybates and its satellite Queta by NASA's Lucy mission.",
  "location": "(3548) Eurybates",
  "news_url": "https://lucy.swri.edu/timeline.html",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
  "date": "2027-08-12T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}