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

{
  "id": 1344,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1344/?format=api",
  "slug": "rv-x-flight-test",
  "name": "RV-X Flight test",
  "type": {
    "id": 30,
    "name": "Vehicle Testing"
  },
  "description": "Using a small experimental aircraft (RV-X) with a diameter of approximately 1.8 m and a height of approximately 7.3 m, flight tests will be conducted at an altitude of approximately 10 m and covering a horizontal distance of approximately 15 m.",
  "location": "Noshiro Rocket Testing Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Fn4UAskPBWk",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rv-x_during_ass_image_20260314060633.jpg",
  "date": "2026-03-29T21:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}