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

{
    "count": 515,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=470",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=450",
    "results": [
        {
            "id": 287,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/287/?format=api",
            "launch_id": "5c1c76b1-fe29-4b3f-97d0-c35695d5fbd0",
            "docking": "2021-06-17T07:54:00Z",
            "departure": "2021-09-16T00:56:00Z",
            "flight_vehicle": {
                "id": 604,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/604/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2021-09-17T05:34:00Z",
                "spacecraft": {
                    "id": 466,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/466/?format=api",
                    "name": "Shenzhou 12",
                    "serial_number": "12",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P92DT4H11M29S",
                    "time_docked": "P90DT17H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "First 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://thespacedevs-prod.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": 210,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/210/?format=api",
            "launch_id": "f672e9c9-2bae-4adf-ae70-09eda35d9837",
            "docking": "2012-06-24T04:38:00Z",
            "departure": "2012-06-28T01:22:00Z",
            "flight_vehicle": {
                "id": 445,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/445/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2012-06-29T02:01:16Z",
                "spacecraft": {
                    "id": 426,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/426/?format=api",
                    "name": "Shenzhou 9",
                    "serial_number": "9",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P12DT15H23M52S",
                    "time_docked": "P9DT17H45M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Shenzhou 9 was the second spacecraft and first crewed spacecraft to dock with the Tiangong 1 space station, which took place on 18 June.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 34,
                "name": "Tiangong-1 forward",
                "spacestation": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/7/?format=api",
                    "name": "Tiangong 1"
                }
            }
        },
        {
            "id": 209,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/209/?format=api",
            "launch_id": "f672e9c9-2bae-4adf-ae70-09eda35d9837",
            "docking": "2012-06-18T06:07:00Z",
            "departure": "2012-06-24T03:08:00Z",
            "flight_vehicle": {
                "id": 445,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/445/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2012-06-29T02:01:16Z",
                "spacecraft": {
                    "id": 426,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/426/?format=api",
                    "name": "Shenzhou 9",
                    "serial_number": "9",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P12DT15H23M52S",
                    "time_docked": "P9DT17H45M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Shenzhou 9 was the second spacecraft and first crewed spacecraft to dock with the Tiangong 1 space station, which took place on 18 June.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 34,
                "name": "Tiangong-1 forward",
                "spacestation": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/7/?format=api",
                    "name": "Tiangong 1"
                }
            }
        },
        {
            "id": 499,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/499/?format=api",
            "launch_id": "6e541c88-9172-4d50-aa35-655b5834254c",
            "docking": "2022-06-05T09:42:00Z",
            "departure": "2022-12-04T03:01:00Z",
            "flight_vehicle": {
                "id": 606,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/606/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2022-12-04T12:10:00Z",
                "spacecraft": {
                    "id": 468,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/468/?format=api",
                    "name": "Shenzhou 14",
                    "serial_number": "14",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P182DT9H25M50S",
                    "time_docked": "P181DT17H19M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 41,
                "name": "Tianhe nadir",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 507,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/469/?format=api",
                    "name": "Shenzhou 15",
                    "serial_number": "15",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P186DT7H24M43S",
                    "time_docked": "P185DT15H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.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": 480,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/480/?format=api",
            "launch_id": "53d3f5c4-58ce-4aab-9f38-5d3dfa434194",
            "docking": "2021-10-15T22:48:39Z",
            "departure": "2022-04-15T16:44:00Z",
            "flight_vehicle": {
                "id": 605,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/605/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2022-04-16T01:56:37Z",
                "spacecraft": {
                    "id": 467,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/467/?format=api",
                    "name": "Shenzhou 13",
                    "serial_number": "13",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P182DT9H32M41S",
                    "time_docked": "P181DT17H55M21S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Second 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 41,
                "name": "Tianhe nadir",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 498,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/498/?format=api",
            "launch_id": "1449720c-422a-42fe-bde2-cc4fdac9d33c",
            "docking": "2022-06-03T13:02:00Z",
            "departure": "2023-02-07T04:56:35Z",
            "flight_vehicle": {
                "id": 782,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/782/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-02-07T08:37:00Z",
                "spacecraft": {
                    "id": 556,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/556/?format=api",
                    "name": "Progress MS-20",
                    "serial_number": "MS-20 (No.450)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P248DT23H4M6S",
                    "time_docked": "P248DT15H54M35S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-20 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://thespacedevs-prod.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": 503,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/503/?format=api",
            "launch_id": "ecc7fc5d-23de-49de-938d-dd0653a6f3e3",
            "docking": "2022-10-28T02:48:55Z",
            "departure": "2023-02-18T02:26:31Z",
            "flight_vehicle": {
                "id": 787,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/787/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-02-19T03:15:00Z",
                "spacecraft": {
                    "id": 557,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/557/?format=api",
                    "name": "Progress MS-21",
                    "serial_number": "MS-21 (No.451)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P116DT2H54M51S",
                    "time_docked": "P112DT23H37M36S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-21 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://thespacedevs-prod.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": 504,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/504/?format=api",
            "launch_id": "2b9ef57d-4279-415d-a183-dca4e53193cb",
            "docking": "2022-11-09T10:20:00Z",
            "departure": "2023-04-21T11:22:00Z",
            "flight_vehicle": {
                "id": 779,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/779/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-04-22T03:12:00Z",
                "spacecraft": {
                    "id": 552,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/552/?format=api",
                    "name": "Cygnus CRS NG-18 (S.S. Sally Ride)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P165DT16H39M18S",
                    "time_docked": "P163DT1H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the eighteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their seventh under the CRS-2 program. This is also the 14th 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://thespacedevs-prod.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": 511,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/511/?format=api",
            "launch_id": "9a0216fd-811b-4e20-be0a-98e6c54859e4",
            "docking": "2023-03-16T11:31:00Z",
            "departure": "2023-04-15T15:05:00Z",
            "flight_vehicle": {
                "id": 797,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/797/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-04-15T20:58: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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.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"
                }
            }
        }
    ]
}