API endpoint that allows Docking Events to be viewed.

GET: Return a list of all the docking events.

FILTERS: Fields - 'space_station__id', 'flight_vehicle__id', 'docking_location__id'

MODE: 'detailed' EXAMPLE: ?mode=detailed

ORDERING: Fields - 'id', 'docking', 'departure' Order reverse via Docking date. Example - /2.0.0/docking_event/?ordering=-docking

GET /2.0.0/docking_event/633/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 633,
    "url": "https://ll.thespacedevs.com/2.0.0/docking_event/633/?format=api",
    "launch_id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
    "docking": "2025-11-25T07:50:00Z",
    "departure": null,
    "flight_vehicle": {
        "id": 900,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/900/?format=api",
        "destination": "Tiangong space station",
        "mission_end": null,
        "spacecraft": {
            "id": 624,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/624/?format=api",
            "name": "Shenzhou 22",
            "serial_number": "22",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "CHN",
                    "abbrev": "CNSA",
                    "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                    "administrator": "Administrator: Tang Dengjie",
                    "founding_year": "1993",
                    "launchers": "",
                    "spacecraft": "Shenzhou",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
                },
                "in_use": true,
                "capability": "Chinese crewed spaceflight program.",
                "history": "Shenzhou is a spacecraft used to support the Chinese manned spaceflight program and to carry crew to the Tiangong Space Station. Its design resembles the Russian Soyuz spacecraft, but it is larger in size and all-new in construction. The first launch was on November 19, 1999 and the first manned launch was on October 15, 2003.",
                "details": "The Shenzhou spacecraft resembles the Soyuz, although it is longer, with a larger habitable volume. It features a powered service module like the Soyuz, and prior to Shenzhou 8 its orbital module was capable of autonomous flight. \r\n\r\nThe aft service module contains life support and other equipment required for the functioning of Shenzhou.",
                "maiden_flight": "1999-11-19",
                "height": 9.25,
                "diameter": 2.8,
                "human_rated": true,
                "crew_capacity": 3,
                "payload_capacity": null,
                "flight_life": "200 day design life.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/Shenzhou_(spacecraft)",
                "info_link": ""
            }
        }
    },
    "docking_location": {
        "id": 33,
        "name": "Tianhe forward"
    },
    "space_station": {
        "id": 18,
        "url": "https://ll.thespacedevs.com/2.0.0/spacestation/18/?format=api",
        "name": "Tiangong space station",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
    }
}