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": 517,
    "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10",
    "results": [
        {
            "id": 612,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/612/?format=api",
            "launch_id": "28c2b327-bb20-452d-b1df-c100265d6aa5",
            "docking": "2024-10-30T03:00:00Z",
            "departure": "2025-04-29T20:00:00Z",
            "flight_vehicle": {
                "id": 863,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/863/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2025-04-30T05:08:13Z",
                "spacecraft": {
                    "id": 601,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/601/?format=api",
                    "name": "Shenzhou 19",
                    "serial_number": "19",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Spacecraft used to launch 3 taikonauts on the 8th crewed mission to the Tiangong space station.",
                    "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",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "id": 613,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/613/?format=api",
            "launch_id": "f97bce95-052e-4fa9-80e8-dbedf16bc516",
            "docking": "2024-11-05T14:52:11Z",
            "departure": "2024-12-16T16:05:00Z",
            "flight_vehicle": {
                "id": 837,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/837/?format=api",
                "destination": "International Space Station",
                "mission_end": "2024-12-17T18:39:00Z",
                "spacecraft": {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/449/?format=api",
                    "name": "Cargo Dragon C208",
                    "serial_number": "C208",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 618,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/618/?format=api",
            "launch_id": "76cbeca6-325c-40bb-b273-53bbb51c84fe",
            "docking": "2025-03-01T23:02:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 872,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/872/?format=api",
                "destination": "ISS",
                "mission_end": null,
                "spacecraft": {
                    "id": 607,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/607/?format=api",
                    "name": "Progress MS-30",
                    "serial_number": null,
                    "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://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 622,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/622/?format=api",
            "launch_id": "6f25718d-40d8-4c74-be30-b70674a0dfb3",
            "docking": "2025-04-22T12:40:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 877,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/877/?format=api",
                "destination": "ISS",
                "mission_end": null,
                "spacecraft": {
                    "id": 474,
                    "url": "https://ll.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://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 614,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/614/?format=api",
            "launch_id": "0102940a-4a60-4686-b34d-ced3fed6c595",
            "docking": "2024-11-03T12:25:00Z",
            "departure": "2025-03-18T05:05:00Z",
            "flight_vehicle": {
                "id": 777,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/777/?format=api",
                "destination": "International Space Station",
                "mission_end": "2025-03-18T21:57:00Z",
                "spacecraft": {
                    "id": 551,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/551/?format=api",
                    "name": "Crew Dragon Freedom",
                    "serial_number": "C212",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon spacecraft first used for Crew-4.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 623,
            "url": "https://ll.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://ll.thespacedevs.com/2.0.0/spacecraft/flight/874/?format=api",
                "destination": "Tiangong space station",
                "mission_end": null,
                "spacecraft": {
                    "id": 609,
                    "url": "https://ll.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://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",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 41,
                "name": "Tianhe nadir"
            }
        },
        {
            "id": 473,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/473/?format=api",
            "launch_id": "e02a5b5c-4a20-4b6a-afde-ae67cc928413",
            "docking": "1979-12-19T17:05:00Z",
            "departure": "1980-03-24T00:04:00Z",
            "flight_vehicle": {
                "id": 744,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/744/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-03-25T21:47:00Z",
                "spacecraft": {
                    "id": 526,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/526/?format=api",
                    "name": "Soyuz T-1",
                    "serial_number": "Soyuz T 11F732 #6",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third generation Soyuz spacecraft",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward"
            }
        },
        {
            "id": 387,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/387/?format=api",
            "launch_id": "9dd01623-1fe6-4958-9066-6f11633bca5c",
            "docking": "2001-02-28T09:49:47Z",
            "departure": "2001-04-16T08:48:00Z",
            "flight_vehicle": {
                "id": 469,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/469/?format=api",
                "destination": "International Space Station",
                "mission_end": "2001-04-16T14:11:00Z",
                "spacecraft": {
                    "id": 324,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/324/?format=api",
                    "name": "Progress M-44",
                    "serial_number": "Progress M-44 (No.244)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-44 (Russian: Прогресс М-44), identified by NASA as Progress 3 or 3P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 527,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/527/?format=api",
            "launch_id": "717751b2-4dae-4fa2-a1a0-73dcb68d24d6",
            "docking": "2023-12-03T11:18:31Z",
            "departure": "2024-05-28T08:39:22Z",
            "flight_vehicle": {
                "id": 825,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/825/?format=api",
                "destination": "International Space Station",
                "mission_end": "2024-05-28T12:29:00Z",
                "spacecraft": {
                    "id": 576,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/576/?format=api",
                    "name": "Progress MS-25",
                    "serial_number": "MS-25 (No.455)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-25 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith"
            }
        },
        {
            "id": 506,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/506/?format=api",
            "launch_id": "8b360e14-f90d-4a34-9a81-cb5a5ac364c1",
            "docking": "2022-11-27T12:39:00Z",
            "departure": "2023-01-09T22:05:00Z",
            "flight_vehicle": {
                "id": 796,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/796/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-01-11T10:19:00Z",
                "spacecraft": {
                    "id": 554,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/554/?format=api",
                    "name": "Cargo Dragon C211",
                    "serial_number": "C211",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Third Cargo Dragon 2",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        }
    ]
}