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=450&ordering=departure
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=460&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=440&ordering=departure",
    "results": [
        {
            "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": 476,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/476/?format=api",
            "launch_id": "cf0a0e4c-ce72-4b50-af07-016326cbceff",
            "docking": "2021-09-20T14:08:00Z",
            "departure": "2022-04-19T21:02:00Z",
            "flight_vehicle": {
                "id": 601,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/601/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-07-27T03:31:00Z",
                "spacecraft": {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/463/?format=api",
                    "name": "Tianzhou-3",
                    "serial_number": "3",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P309DT20H20M49S",
                    "time_docked": "P299DT8H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third 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://thespacedevs-prod.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": 492,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/492/?format=api",
            "launch_id": "a3eeb03b-a209-4255-91b5-772dc0d2150e",
            "docking": "2022-04-09T12:29:00Z",
            "departure": "2022-04-25T01:10:00Z",
            "flight_vehicle": {
                "id": 585,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/585/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-04-25T17:06:00Z",
                "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": false,
                    "time_in_space": "P701DT21H16M35S",
                    "time_docked": "P692DT23H37M",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "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://thespacedevs-prod.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": 483,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/483/?format=api",
            "launch_id": "0d779392-1a36-4c1e-b0b8-ec11e3031ee6",
            "docking": "2021-11-11T23:32:00Z",
            "departure": "2022-05-05T05:20:00Z",
            "flight_vehicle": {
                "id": 588,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/588/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-05-06T04:43:00Z",
                "spacecraft": {
                    "id": 542,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/542/?format=api",
                    "name": "Crew Dragon Endurance",
                    "serial_number": "C210",
                    "is_placeholder": false,
                    "in_space": true,
                    "time_in_space": "P568DT18H20M30S",
                    "time_docked": "P561DT15H42M39S",
                    "flights_count": 4,
                    "mission_ends_count": 3,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
                    "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://thespacedevs-prod.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": 496,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/496/?format=api",
            "launch_id": "f1bcfbf6-d00d-42d7-bc68-82252817a57e",
            "docking": "2022-05-21T00:28:00Z",
            "departure": "2022-05-25T18:36:00Z",
            "flight_vehicle": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/573/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-05-25T22:49:00Z",
                "spacecraft": {
                    "id": 290,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/290/?format=api",
                    "name": "Starliner 2",
                    "serial_number": "2",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P5DT23H54M13S",
                    "time_docked": "P4DT18H8M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "The second CST-100 Starliner capsule to fly.",
                    "spacecraft_config": {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api",
                        "name": "CST-100 Starliner",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.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": 482,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/482/?format=api",
            "launch_id": "5175abf5-6cac-4b57-ae16-edabc138966a",
            "docking": "2021-10-30T01:33:30Z",
            "departure": "2022-06-01T08:03:00Z",
            "flight_vehicle": {
                "id": 763,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/763/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-06-01T11:51:00Z",
                "spacecraft": {
                    "id": 543,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/543/?format=api",
                    "name": "Progress MS-18",
                    "serial_number": "MS-18 (No.447)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P216DT11H50M28S",
                    "time_docked": "P214DT6H29M30S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-18 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": 490,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/490/?format=api",
            "launch_id": "7005f701-25f1-4198-ab0a-362b48e13cdd",
            "docking": "2022-02-21T12:02:00Z",
            "departure": "2022-06-28T11:07:00Z",
            "flight_vehicle": {
                "id": 769,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/769/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-06-29T08:20:00Z",
                "spacecraft": {
                    "id": 546,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/546/?format=api",
                    "name": "Cygnus CRS NG-17 (S.S. Piers Sellers)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P129DT14H39M57S",
                    "time_docked": "P126DT23H5M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the seventeenth flight to the ISS by the Cygnus spacecraft under the CRS program and their sixth under the CRS-2 program. This is also the 13th 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": 493,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/493/?format=api",
            "launch_id": "cf0a0e4c-ce72-4b50-af07-016326cbceff",
            "docking": "2022-04-20T01:06:00Z",
            "departure": "2022-07-17T02:59:00Z",
            "flight_vehicle": {
                "id": 601,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/601/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-07-27T03:31:00Z",
                "spacecraft": {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/463/?format=api",
                    "name": "Tianzhou-3",
                    "serial_number": "3",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P309DT20H20M49S",
                    "time_docked": "P299DT8H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third 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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "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": 500,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/500/?format=api",
            "launch_id": "2773613e-58eb-4b99-8120-595c92aa3390",
            "docking": "2022-07-16T15:21:00Z",
            "departure": "2022-08-19T15:05:00Z",
            "flight_vehicle": {
                "id": 784,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/784/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-08-20T18:53:00Z",
                "spacecraft": {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
                    "name": "Cargo Dragon C208",
                    "serial_number": "C208",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P175DT13H52M12S",
                    "time_docked": "P165DT1H39M49S",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "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.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"
                }
            }
        },
        {
            "id": 491,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/491/?format=api",
            "launch_id": "dfa56a42-473b-42cf-9348-09fe7ff05f9f",
            "docking": "2022-03-18T19:12:00Z",
            "departure": "2022-09-29T07:34:00Z",
            "flight_vehicle": {
                "id": 596,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/596/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-09-29T10:57:00Z",
                "spacecraft": {
                    "id": 458,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/458/?format=api",
                    "name": "Soyuz MS-21",
                    "serial_number": "11F732A48 #750",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P194DT19H1M41S",
                    "time_docked": "P194DT12H22M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Launched to the ISS in March 2022.",
                    "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://thespacedevs-prod.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"
                }
            }
        }
    ]
}