Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, date__lte, day, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/events/1331/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1331,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1331/?format=api",
    "name": "Mengzhou In-Flight Abort & LM-10A booster recovery test",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 9,
            "source": null,
            "publisher": "International Rocket Launches",
            "title": "Live: Max-Q Abort Test of China's Mengzhou Crewed Spacecraft",
            "description": "Footage courtesy of 爱吃面条的点点/🎈小明🎈/StarkChan/SpaceLens/空天逐梦/央视新闻\n\nInternational Rocket Launches provides commentary-free coverage of select global rocket launches.\n\nFollow @IntRocketLaunch on Twitter: https://twitter.com/IntRocketLaunch \n\nRestreaming and reuse are permitted with credit to both the original source and @IntRocketLaunch.",
            "feature_image": "https://i.ytimg.com/vi/IyuaxjEWMmk/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=IyuaxjEWMmk",
            "type": {
                "id": 3,
                "name": "Unofficial Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2026-02-11T01:51:08Z",
            "end_time": "2026-02-11T03:06:00Z",
            "live": false
        },
        {
            "priority": 10,
            "source": "weibo.com",
            "publisher": "Weibo",
            "title": "微博直播",
            "description": "",
            "feature_image": null,
            "url": "https://weibo.com/l/wblive/p/show/1022:2321325265070203994201",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 2,
                "name": "Chinese",
                "code": "zn"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 2691,
        "name": "Mengzhou IFA Test Vehicle",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mengzhou_ifa_te_image_20260211023304.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mengzhou_ifa_te_image_thumbnail_20260211023305.jpeg",
        "credit": "salvatore",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2026-02-11T03:00:00Z",
    "slug": "mengzhou-in-flight-abort-lm-10a-booster-recovery-t",
    "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.",
    "webcast_live": false,
    "location": "LC-301, Wenchang Space Launch Site, China",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 13923,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325265070203994201",
            "created_by": "Cosmic_Penguin",
            "created_on": "2026-02-11T02:36:00Z"
        }
    ],
    "last_updated": "2026-02-11T02:36:34Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}