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

{
  "id": 393,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/393/?format=api",
  "slug": "bepicolombo-mercury-flyby-6",
  "name": "BepiColombo Mercury Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "Last of six Mercury flybys of the ESA-JAXA BepiColombo mission before entering orbit around its destination planet in 2025.",
  "location": "Mercury",
  "news_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_to_swing_by_Mercury_for_the_sixth_time",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
  "date": "2025-01-08T05:59:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}