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

{
  "id": 1136,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1136/?format=api",
  "slug": "europa-clipper-earth-flyby",
  "name": "Europa Clipper Earth Flyby",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "NASA’s Europa Clipper will fly by Earth for a second and final gravity assist on its way to Jupiter.",
  "location": "Earth",
  "news_url": "https://europa.nasa.gov/mission/timeline/",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228203626.jpg",
  "date": "2026-12-31T00:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}