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

{
    "count": 517,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=160&ordering=-departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=140&ordering=-departure",
    "results": [
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/163/?format=api",
            "launch_id": "74eb8c19-cb07-4674-8a0f-9090f952024a",
            "docking": "2016-07-20T14:03:00Z",
            "departure": "2016-08-25T21:00:00Z",
            "flight_vehicle": {
                "id": 304,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/304/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-08-26T15:47:00Z",
                "spacecraft": {
                    "id": 220,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/220/?format=api",
                    "name": "Dragon C111",
                    "serial_number": "C111",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P74DT23H35M50S",
                    "time_docked": "P68DT9H45M",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "The C111 capsule was flown on CRS-9 and CRS-15. \r\n\r\nOn CRS-9 the mission carried IDA-2 to modify the ISS docking port for commercial crew spacecraft.",
                    "spacecraft_config": {
                        "id": 3,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                        "name": "Dragon 1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 445,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/445/?format=api",
            "launch_id": "d5f4ad92-a41f-40a6-b5c2-ccb65fc83150",
            "docking": "2015-12-23T10:27:00Z",
            "departure": "2016-07-02T23:48:00Z",
            "flight_vehicle": {
                "id": 364,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/364/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-07-03T07:03:00Z",
                "spacecraft": {
                    "id": 243,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/243/?format=api",
                    "name": "Progress MS-01",
                    "serial_number": "Progress MS-01 (No.431)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P194DT22H18M21S",
                    "time_docked": "P192DT13H21M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-01 (Russian: Прогресс МС-01), identified by NASA as Progress 62 or 62P is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "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": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/132/?format=api",
            "launch_id": "1df3decd-49a1-4e96-9773-868c8e398522",
            "docking": "2015-12-15T17:33:29Z",
            "departure": "2016-06-18T05:52:00Z",
            "flight_vehicle": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/163/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-06-18T09:15:00Z",
                "spacecraft": {
                    "id": 52,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/52/?format=api",
                    "name": "Soyuz TMA-19M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #719",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P185DT22H11M51S",
                    "time_docked": "P185DT12H18M31S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19M is a Soyuz spacecraft launched on 15 December 2015 11:03 UTC. It transported three members of the Expedition 46 crew to the International Space Station. The crew consisted of Yuri Malenchenko, Timothy Kopra, and Timothy Peake.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 175,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/175/?format=api",
            "launch_id": "2e0d05c0-79ea-4765-a2bc-afb5fbe3c3f0",
            "docking": "2016-03-26T10:51:00Z",
            "departure": "2016-06-14T11:43:00Z",
            "flight_vehicle": {
                "id": 289,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/289/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-06-22T13:29:00Z",
                "spacecraft": {
                    "id": 165,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/165/?format=api",
                    "name": "Cygnus CRS OA-6",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P91DT10H23M8S",
                    "time_docked": "P80DT52M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Cygnus CRS OA-6, also known as Orbital ATK CRS-6, is the sixth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its fifth flight to the International Space Station under the Commercial Resupply Services contract with NASA.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Rick Husband in honor of astronaut Rick Husband.",
                    "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": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/162/?format=api",
            "launch_id": "d47b8475-1175-479e-99b4-c86d535558e1",
            "docking": "2016-04-10T13:57:00Z",
            "departure": "2016-05-11T13:19:00Z",
            "flight_vehicle": {
                "id": 303,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/303/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-05-11T18:31:00Z",
                "spacecraft": {
                    "id": 219,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/219/?format=api",
                    "name": "Dragon C110",
                    "serial_number": "C110",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P65DT20H19M50S",
                    "time_docked": "P61DT23H45M",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "This capsule was used on both CRS-8 and CRS-14. \r\nOn CRS-8 this vehicle delivered the Bigelow BEAM module in its unpressurized cargo trunk. It was also used to carry Scott Kellys biological samples back to Earth.",
                    "spacecraft_config": {
                        "id": 3,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                        "name": "Dragon 1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 444,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/444/?format=api",
            "launch_id": "89bbbf0f-856b-4028-8e9b-0c5beaec0fc6",
            "docking": "2015-10-01T22:52:00Z",
            "departure": "2016-03-30T14:15:00Z",
            "flight_vehicle": {
                "id": 386,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/386/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-04-08T13:31:00Z",
                "spacecraft": {
                    "id": 244,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/244/?format=api",
                    "name": "Progress M-29M",
                    "serial_number": "Progress M-29M (No.429)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P189DT20H41M20S",
                    "time_docked": "P180DT15H23M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-29M (Russian: Прогресс М-29М), identified by NASA as Progress 61 or 61P was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/131/?format=api",
            "launch_id": "2b577af3-bb85-4553-9e5f-62e938be057f",
            "docking": "2015-09-04T07:42:00Z",
            "departure": "2016-03-02T01:02:30Z",
            "flight_vehicle": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/164/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-03-02T04:25:00Z",
                "spacecraft": {
                    "id": 53,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/53/?format=api",
                    "name": "Soyuz TMA-18M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #718",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P181DT23H47M17S",
                    "time_docked": "P179DT17H20M30S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-18M is a Soyuz spacecraft launched on 02 September 2015 04:37 UTC. It transported two members of a 10 day stay crew to the International Space Station. The crew consisted of Sergey Volkov, Andreas Mogensen, and Aidyn Aimbetov.\r\n\r\nThe launch provided the two twelve-month occupants (Scott Kelly and Mikhail Korniyenko) with a fresh Soyuz return capsule.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.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": 174,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/174/?format=api",
            "launch_id": "8225eb20-e71c-44fd-bcbe-868c29ca299f",
            "docking": "2015-12-09T11:19:00Z",
            "departure": "2016-02-19T10:38:00Z",
            "flight_vehicle": {
                "id": 288,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/288/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-02-20T16:00:00Z",
                "spacecraft": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/164/?format=api",
                    "name": "Cygnus CRS OA-4",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P75DT18H15M3S",
                    "time_docked": "P71DT23H19M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Cygnus CRS OA-4, also known as Orbital ATK CRS-4 and CRS Orb-4, was the fourth successful flight of the Orbital ATK uncrewed resupply spacecraft Cygnus and its third flight to the International Space Station under the Commercial Resupply Services contract with NASA. With the Antares rocket undergoing a redesign following its failure during the Orb-3 launch, OA-4 was launched by an Atlas V rocket. Following three launch delays due to inclement weather beginning on 3 December 2015, OA-4 was launched at 21:44 UTC on 6 December 2015. With a liftoff weight of 7,492 kilograms, OA-4 became the heaviest payload ever launched on an Atlas V. The spacecraft rendezvoused with and was berthed to the ISS on 9 December 2015. It was released on 19 February 2016 after 72 days at the station. Deorbit occurred on 20 February at approximately 16:00 UTC.",
                    "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": 443,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/443/?format=api",
            "launch_id": "2e1a62eb-7d95-406f-9971-abe7d1744519",
            "docking": "2015-07-05T07:11:00Z",
            "departure": "2015-12-19T07:35:00Z",
            "flight_vehicle": {
                "id": 387,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/387/?format=api",
                "destination": "International Space Station",
                "mission_end": "2015-12-19T11:28:00Z",
                "spacecraft": {
                    "id": 245,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/245/?format=api",
                    "name": "Progress M-28M",
                    "serial_number": "Progress M-28M (No.428)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P169DT6H32M15S",
                    "time_docked": "P167DT24M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-28M (Russian: Прогресс М-28М), identified by NASA as Progress 60 or 60P was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 130,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/130/?format=api",
            "launch_id": "8ad9ca90-48a3-48ce-8bf8-764341a6ed94",
            "docking": "2015-07-23T02:45:00Z",
            "departure": "2015-12-11T09:47:00Z",
            "flight_vehicle": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/165/?format=api",
                "destination": "International Space Station",
                "mission_end": "2015-12-11T13:12:00Z",
                "spacecraft": {
                    "id": 54,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/54/?format=api",
                    "name": "Soyuz TMA-17M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #717",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P141DT16H9M16S",
                    "time_docked": "P141DT7H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-17M was a Soyuz spacecraft which launched on 22 July 2015. It transported three members of the Expedition 44 crew to the International Space Station. The crew consisted of Oleg Kononenko, Kimiya Yui, and Kjell N. Lindgren",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}