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

{
  "id": 1281,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1281/?format=api",
  "slug": "juice-ganymede-orbit-insertion",
  "name": "Juice Ganymede Orbit Insertion",
  "type": {
    "id": 16,
    "name": "Orbital Insertion"
  },
  "description": "Orbital insertion of ESA's Jupiter Icy Moons Explorer (Juice) mission around Ganymede.",
  "location": "Ganymede",
  "news_url": "https://www.esa.int/ESA_Multimedia/Images/2022/12/Juice_mission_milestones",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
  "date": "2034-12-31T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}