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&ordering=-departure
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 500,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=10&ordering=-departure",
    "previous": null,
    "results": [
        {
            "id": 529,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/529/?format=api",
            "launch_id": "e11c7aee-b185-49d5-8596-65959d2e009b",
            "docking": "2024-01-17T17:46:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 828,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/828/?format=api",
                "destination": "Chinese Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 577,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/577/?format=api",
                    "name": "Tianzhou-7",
                    "serial_number": "7",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P106DT11H9M24S",
                    "time_docked": "P106DT7H50M54S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Seventh operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 386,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/386/?format=api",
            "launch_id": "880260ab-fba6-4295-b0ce-9b730adb14c3",
            "docking": "2001-01-27T05:33:31Z",
            "departure": null,
            "flight_vehicle": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/472/?format=api",
                "destination": "Mir",
                "mission_end": "2001-03-23T05:59:24Z",
                "spacecraft": {
                    "id": 325,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/325/?format=api",
                    "name": "Progress M1-5",
                    "serial_number": "Progress M1-5 (No.254)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P58DT1H30M42S",
                    "time_docked": "P8496DT20H2M19S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-5 (Russian: Прогресс M1-5), was a Progress spacecraft used to deorbit the space station Mir.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 567,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/567/?format=api",
            "launch_id": "96ac7396-cba9-4548-b574-3a65fd6aa4ac",
            "docking": "2024-03-25T15:03:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 817,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/817/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 574,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/574/?format=api",
                    "name": "Soyuz MS-25",
                    "serial_number": "11F732A48 #754",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P40DT13H43S",
                    "time_docked": "P38DT10H33M53S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Scheduled to launch to the ISS in spring 2024",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 563,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/563/?format=api",
            "launch_id": "b2710940-dc12-4cce-aef7-e862307785b7",
            "docking": "2024-02-17T06:06:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 829,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/829/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 578,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/578/?format=api",
                    "name": "Progress-MS 26",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P77DT22H11M48S",
                    "time_docked": "P75DT19H30M54S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Progress MS-26 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 527,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/527/?format=api",
            "launch_id": "717751b2-4dae-4fa2-a1a0-73dcb68d24d6",
            "docking": "2023-12-03T11:18:31Z",
            "departure": null,
            "flight_vehicle": {
                "id": 825,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/825/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 576,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/576/?format=api",
                    "name": "Progress MS-25",
                    "serial_number": "MS-25 (No.455)",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P153DT16H11M42S",
                    "time_docked": "P151DT14H18M22S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "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.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 568,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/568/?format=api",
            "launch_id": "2f101902-03dd-4b23-8546-d25ea514b36f",
            "docking": "2024-05-02T13:46:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 776,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/776/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P526DT15H23M16S",
                    "time_docked": "P519DT4H7M43S",
                    "flights_count": 5,
                    "mission_ends_count": 4,
                    "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.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 562,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/562/?format=api",
            "launch_id": "665678b9-8b91-45de-9e9c-5063622bcca1",
            "docking": "2024-02-01T09:59:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 811,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/811/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 570,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/570/?format=api",
                    "name": "Cygnus CRS NG-20 (S.S. Patricia “Patty” Hilliard Robertson)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P93DT8H29M31S",
                    "time_docked": "P91DT15H37M52S",
                    "flights_count": 1,
                    "mission_ends_count": 0,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the twentieth flight to the ISS by the Cygnus spacecraft under the CRS program and their ninth under the CRS-2 program. This is also the 16th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 1,
                "name": "Unity nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 565,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/565/?format=api",
            "launch_id": "2f101902-03dd-4b23-8546-d25ea514b36f",
            "docking": "2024-03-05T07:28:00Z",
            "departure": "2024-05-02T12:57:00Z",
            "flight_vehicle": {
                "id": 776,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/776/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P526DT15H23M16S",
                    "time_docked": "P519DT4H7M43S",
                    "flights_count": 5,
                    "mission_ends_count": 4,
                    "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.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 525,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/525/?format=api",
            "launch_id": "45bd2cb8-05d1-4080-8c50-602c9f43971e",
            "docking": "2023-10-26T09:46:00Z",
            "departure": "2024-04-30T00:43:00Z",
            "flight_vehicle": {
                "id": 804,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/804/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2024-04-30T09:46:00Z",
                "spacecraft": {
                    "id": 567,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/567/?format=api",
                    "name": "Shenzhou 17",
                    "serial_number": "17",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P187DT6H31M58S",
                    "time_docked": "P186DT14H57M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Sixth crewed mission to the Chinese Space Station.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 566,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/566/?format=api",
            "launch_id": "604e4aa8-73f8-4f1c-bf4c-5a130625cac7",
            "docking": "2024-03-23T11:19:00Z",
            "departure": "2024-04-28T17:10:00Z",
            "flight_vehicle": {
                "id": 826,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/826/?format=api",
                "destination": "International Space Station",
                "mission_end": "2024-04-30T05:38:00Z",
                "spacecraft": {
                    "id": 474,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/474/?format=api",
                    "name": "Cargo Dragon C209",
                    "serial_number": "C209",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P142DT2H7M46S",
                    "time_docked": "P131DT22H23S",
                    "flights_count": 4,
                    "mission_ends_count": 4,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Second Cargo Dragon 2",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}