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

{
    "count": 15,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10",
    "results": [
        {
            "id": 631,
            "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/631/?format=api",
            "launch_id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
            "docking": "2025-10-29T19:43:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 899,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/899/?format=api",
                "destination": "ISS",
                "mission_end": null,
                "spacecraft": {
                    "id": 623,
                    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/623/?format=api",
                    "name": "HTV-X1",
                    "serial_number": "HTV-X1",
                    "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.0.0/config/spacecraft/47/?format=api",
                        "name": "HTV-X",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": null
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir"
            }
        },
        {
            "id": 622,
            "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/622/?format=api",
            "launch_id": "6f25718d-40d8-4c74-be30-b70674a0dfb3",
            "docking": "2025-04-22T12:40:00Z",
            "departure": "2025-05-23T16:05:00Z",
            "flight_vehicle": {
                "id": 877,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/877/?format=api",
                "destination": "ISS",
                "mission_end": "2025-05-25T05:44:00Z",
                "spacecraft": {
                    "id": 474,
                    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/474/?format=api",
                    "name": "Cargo Dragon C209",
                    "serial_number": "C209",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Second Cargo Dragon 2",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 618,
            "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/618/?format=api",
            "launch_id": "76cbeca6-325c-40bb-b273-53bbb51c84fe",
            "docking": "2025-03-01T23:02:00Z",
            "departure": "2025-09-09T15:45:30Z",
            "flight_vehicle": {
                "id": 872,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/872/?format=api",
                "destination": "ISS",
                "mission_end": "2025-09-09T18:59:00Z",
                "spacecraft": {
                    "id": 607,
                    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/607/?format=api",
                    "name": "Progress MS-30",
                    "serial_number": "MS-30 (No.460)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-30 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.0.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"
            }
        },
        {
            "id": 632,
            "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/632/?format=api",
            "launch_id": "5ca83f30-9e3d-439c-ac1d-b57953943355",
            "docking": "2025-10-31T19:22:00Z",
            "departure": "2025-11-14T03:14:00Z",
            "flight_vehicle": {
                "id": 875,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/875/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2025-11-14T08:40:00Z",
                "spacecraft": {
                    "id": 610,
                    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/610/?format=api",
                    "name": "Shenzhou 21",
                    "serial_number": "21",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft used to launch 3 astronauts on the 10th crewed mission to the Chinese Space Station.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "id": 623,
            "url": "https://lldev.thespacedevs.com/2.0.0/docking_event/623/?format=api",
            "launch_id": "a164daf8-31df-4d34-bf67-5ec41b3a9f9b",
            "docking": "2025-04-24T15:49:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 874,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/874/?format=api",
                "destination": "Tiangong space station",
                "mission_end": null,
                "spacecraft": {
                    "id": 609,
                    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/609/?format=api",
                    "name": "Shenzhou 20",
                    "serial_number": "20",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft used to launch 3 astronauts on the 9th crewed mission to the Chinese Space Station.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 41,
                "name": "Tianhe nadir"
            }
        }
    ]
}