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=30
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=40",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=20",
    "results": [
        {
            "id": 507,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/507/?format=api",
            "launch_id": "1ad83a7d-1977-4075-a1e7-3a443da14f72",
            "docking": "2022-11-29T21:42:00Z",
            "departure": "2023-06-03T13:29:00Z",
            "flight_vehicle": {
                "id": 607,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/607/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2023-06-03T22:33:00Z",
                "spacecraft": {
                    "id": 469,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/469/?format=api",
                    "name": "Shenzhou 15",
                    "serial_number": "15",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Fourth 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": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "id": 519,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/519/?format=api",
            "launch_id": "e53eecd6-184d-440a-955a-70fe0fdccbd6",
            "docking": "2023-06-06T09:54:00Z",
            "departure": "2023-06-29T16:30:00Z",
            "flight_vehicle": {
                "id": 809,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/809/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-06-30T14:30: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": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 508,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/508/?format=api",
            "launch_id": "f611b883-4ad3-48c6-b2ee-ececc5d8234a",
            "docking": "2023-02-11T08:45:20Z",
            "departure": "2023-08-20T23:49:30Z",
            "flight_vehicle": {
                "id": 798,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/798/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-08-21T02:58:00Z",
                "spacecraft": {
                    "id": 561,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/561/?format=api",
                    "name": "Progress MS-22",
                    "serial_number": "MS-22 (No.452)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-22 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": 513,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/513/?format=api",
            "launch_id": "bc325945-4bee-4412-84e1-14998b2eba5f",
            "docking": "2023-05-06T12:01:00Z",
            "departure": "2023-09-03T11:05:00Z",
            "flight_vehicle": {
                "id": 767,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/767/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-09-04T04:17:23Z",
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon 6 is the Crew Dragon spacecraft launched on the SpaceX DM-2 demonstration mission to the ISS.",
                    "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": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 520,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/520/?format=api",
            "launch_id": "f9214b4b-c4a1-4824-8746-0c80b85c124c",
            "docking": "2023-06-05T19:10:00Z",
            "departure": "2023-09-11T08:46:00Z",
            "flight_vehicle": {
                "id": 603,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/603/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2023-09-12T01:13:00Z",
                "spacecraft": {
                    "id": 465,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/465/?format=api",
                    "name": "Tianzhou-5",
                    "serial_number": "5",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Fifth operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "id": 512,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/512/?format=api",
            "launch_id": "e3290e0e-d967-4a5d-95eb-f8fae06a9034",
            "docking": "2023-04-06T09:22:00Z",
            "departure": "2023-09-27T07:55:00Z",
            "flight_vehicle": {
                "id": 768,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/768/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-09-27T11:17:00Z",
                "spacecraft": {
                    "id": 545,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/545/?format=api",
                    "name": "Soyuz MS-23",
                    "serial_number": "11F732A48 #752",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Scheduled to launch to the ISS in early 2023.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal nadir"
            }
        },
        {
            "id": 518,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/518/?format=api",
            "launch_id": "2f8aff8b-85da-42bf-84eb-6d3b10184c44",
            "docking": "2023-05-30T08:29:00Z",
            "departure": "2023-10-30T12:37:00Z",
            "flight_vehicle": {
                "id": 803,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/803/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2023-10-31T00:12:00Z",
                "spacecraft": {
                    "id": 566,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/566/?format=api",
                    "name": "Shenzhou 16",
                    "serial_number": "16",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Fifth 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": 517,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/517/?format=api",
            "launch_id": "faa6a885-48f0-4b38-acfa-2c361474a20b",
            "docking": "2023-05-24T16:18:44Z",
            "departure": "2023-11-29T07:55:00Z",
            "flight_vehicle": {
                "id": 799,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/799/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-11-29T11:45:00Z",
                "spacecraft": {
                    "id": 562,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/562/?format=api",
                    "name": "Progress MS-23",
                    "serial_number": "MS-23 (No.453)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-23 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": 526,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/526/?format=api",
            "launch_id": "63076c5e-d16c-4f16-a6ac-2709fd5fab01",
            "docking": "2023-11-11T10:07:00Z",
            "departure": "2023-12-21T21:05:00Z",
            "flight_vehicle": {
                "id": 819,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/819/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-12-22T17:33: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": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 567,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/567/?format=api",
            "launch_id": "96ac7396-cba9-4548-b574-3a65fd6aa4ac",
            "docking": "2024-03-25T15:03:00Z",
            "departure": "2024-09-23T08:36:30Z",
            "flight_vehicle": {
                "id": 817,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/817/?format=api",
                "destination": "International Space Station",
                "mission_end": "2024-09-23T11:59:00Z",
                "spacecraft": {
                    "id": 574,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/574/?format=api",
                    "name": "Soyuz MS-25",
                    "serial_number": "11F732A48 #754",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Spacecraft launched to the ISS in March 2024.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal nadir"
            }
        }
    ]
}