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

{
  "id": 1283,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1283/?format=api",
  "slug": "hayabusa2-s-type-asteroid-98943-torifune-flyby",
  "name": "Hayabusa2 S-Type Asteroid (98943) Torifune Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "As part of its mission extension, JAXA's Hayabusa2 spacecraft will observe S-type asteroid (98943) Torifune during a high-speed fly-by.",
  "location": "(98943) Torifune",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
  "date": "2026-07-31T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}