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

{
    "id": 1331,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1331/?format=api",
    "slug": "mengzhou-in-flight-abort-lm-10a-booster-recovery-t",
    "name": "Mengzhou In-Flight Abort & LM-10A booster recovery test",
    "type": {
        "id": 10,
        "name": "Abort Test"
    },
    "description": "China's next generation crew spacecraft, the Mengzhou, will perform an in-flight abort test to demonstrate its launch escape system & abort procedures till splashdown during launch around Max-Q. \r\n\r\nThe test vehicle booster, a stripped down 1st stage of the future Long March 10(A) rocket, will also attempt to be recovered by a downrange ship after a high-altitude flight by being caught on a recovery net on a truss on the landing ship.",
    "location": "LC-301, Wenchang Space Launch Site, China",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=IyuaxjEWMmk",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mengzhou_ifa_te_image_20260211023304.jpg",
    "date": "2026-02-11T03:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}