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

{
  "id": 1282,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1282/?format=api",
  "slug": "juice-ganymede-impact",
  "name": "Juice Ganymede Impact",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "After running out of propellant to maintain its trajectory, ESA's Jupiter Icy Moons Explorer (Juice) spacecraft will impact Ganymede due to orbital perturbations.",
  "location": "Ganymede",
  "news_url": "https://www.esa.int/ESA_Multimedia/Videos/2022/03/Juice_s_journey_and_Jupiter_system_tour",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
  "date": "2035-12-31T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}