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.2.0/docking_event/?ordering=-docking

GET /2.2.0/docking_event/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10",
    "results": [
        {
            "id": 631,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/631/?format=api",
            "launch_id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
            "docking": "2025-10-29T19:43:00Z",
            "departure": "2026-03-06T17:00:00Z",
            "flight_vehicle": {
                "id": 899,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/899/?format=api",
                "destination": "ISS",
                "mission_end": null,
                "spacecraft": {
                    "id": 623,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/623/?format=api",
                    "name": "HTV-X1",
                    "serial_number": "HTV-X1",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P161DT4H9M23S",
                    "time_docked": "P127DT21H17M",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
                    "spacecraft_config": {
                        "id": 47,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/47/?format=api",
                        "name": "HTV-X",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 625,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/625/?format=api",
            "launch_id": "dc076ce3-bff6-434d-bfce-8eaaa9800067",
            "docking": "2025-07-05T21:25:00Z",
            "departure": "2026-03-16T13:24:00Z",
            "flight_vehicle": {
                "id": 888,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/888/?format=api",
                "destination": "International Space Station",
                "mission_end": "2026-03-16T17:21:00Z",
                "spacecraft": {
                    "id": 617,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/617/?format=api",
                    "name": "Progress MS-31",
                    "serial_number": "MS-31 (No.461)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P255DT21H48M20S",
                    "time_docked": "P253DT15H59M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-31 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 626,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/626/?format=api",
            "launch_id": "5c133377-be3c-41f1-ac6a-c24668d78bc3",
            "docking": "2025-07-15T00:52:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 876,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/876/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 611,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/611/?format=api",
                    "name": "Tianzhou-9",
                    "serial_number": "9",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P264DT6H35M10S",
                    "time_docked": "P264DT3H17M33S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Ninth operational Tianzhou spacecraft.",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft",
                "spacestation": {
                    "id": 18,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 630,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/630/?format=api",
            "launch_id": "3bfed6d5-d65e-4133-b51a-b664bbd9d006",
            "docking": "2025-09-18T11:24:00Z",
            "departure": "2026-03-12T11:06:00Z",
            "flight_vehicle": {
                "id": 892,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/892/?format=api",
                "destination": "International Space Station",
                "mission_end": "2026-03-14T00:00:00Z",
                "spacecraft": {
                    "id": 619,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/619/?format=api",
                    "name": "Cygnus CRS NG-23 (S.S. William “Willie” C. McCool)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P180DT1H48M12S",
                    "time_docked": "P174DT23H42M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 1,
                "name": "Unity nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 629,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/629/?format=api",
            "launch_id": "d4813e5c-305e-4401-ba4f-917aa1aaceae",
            "docking": "2025-09-13T17:23:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 896,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/896/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 622,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/622/?format=api",
                    "name": "Progress MS-32",
                    "serial_number": "MS-32 (No.462)",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P205DT12H15M31S",
                    "time_docked": "P203DT10H46M37S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 620,
            "url": "https://lldev.thespacedevs.com/2.2.0/docking_event/620/?format=api",
            "launch_id": "a3c9c47e-976e-40a5-8889-30c407131e3a",
            "docking": "2025-04-08T08:57:43Z",
            "departure": "2025-12-09T01:41:00Z",
            "flight_vehicle": {
                "id": 858,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/flight/858/?format=api",
                "destination": "International Space Station",
                "mission_end": "2025-12-09T05:03:30Z",
                "spacecraft": {
                    "id": 598,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/598/?format=api",
                    "name": "Soyuz MS-27",
                    "serial_number": "11F732 #758",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P244DT23H16M15S",
                    "time_docked": "P244DT16H43M17S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Spacecraft launched to the ISS in March 2025.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}