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=300&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=310&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=290&ordering=departure",
    "results": [
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/111/?format=api",
            "launch_id": "ce21cbf8-2463-4cf3-9f22-9ab7fb25b61d",
            "docking": "2011-04-06T23:09:00Z",
            "departure": "2011-09-16T00:38:00Z",
            "flight_vehicle": {
                "id": 225,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/225/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-09-16T03:59:00Z",
                "spacecraft": {
                    "id": 72,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/72/?format=api",
                    "name": "Soyuz TMA-21",
                    "serial_number": "Soyuz TMA 11F732A17 #231",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P164DT5H40M40S",
                    "time_docked": "P162DT1H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_image_20231225093222.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": 428,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/428/?format=api",
            "launch_id": "3e9cdec7-9a72-4a21-a916-9cceece4f5a5",
            "docking": "2011-04-29T14:29:00Z",
            "departure": "2011-10-29T09:04:00Z",
            "flight_vehicle": {
                "id": 405,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/405/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-10-29T12:54:00Z",
                "spacecraft": {
                    "id": 264,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/264/?format=api",
                    "name": "Progress M-10M",
                    "serial_number": "Progress M-10M (No.410)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P184DT23H48M39S",
                    "time_docked": "P182DT18H35M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-10M (Russian: Прогресс М-10М), identified by NASA as Progress 42 or 42P, is a Progress spacecraft which was launched on 27 April 2011 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": 283,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/283/?format=api",
            "launch_id": "c3ff13bc-3379-4012-b9db-a3ffff06400f",
            "docking": "2011-11-02T17:28:00Z",
            "departure": "2011-11-14T00:00:00Z",
            "flight_vehicle": {
                "id": 444,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/444/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2011-11-17T11:32:00Z",
                "spacecraft": {
                    "id": 425,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/425/?format=api",
                    "name": "Shenzhou 8",
                    "serial_number": "8",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P16DT13H33M50S",
                    "time_docked": "P13DT4H55M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "The Shenzhou 8 spacecraft was automatically docked with the Tiangong-1 space module (launched on 29 September 2011) on November 3 and again on November 14, 2011. This unmanned docking—China's first—was followed in 2012 with the manned Shenzhou 9 mission, which performed a manned docking (also China's first) with the Tiangong-1 module.",
                    "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": 284,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/284/?format=api",
            "launch_id": "c3ff13bc-3379-4012-b9db-a3ffff06400f",
            "docking": "2011-11-14T12:07:00Z",
            "departure": "2011-11-16T10:30:00Z",
            "flight_vehicle": {
                "id": 444,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/444/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2011-11-17T11:32:00Z",
                "spacecraft": {
                    "id": 425,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/425/?format=api",
                    "name": "Shenzhou 8",
                    "serial_number": "8",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P16DT13H33M50S",
                    "time_docked": "P13DT4H55M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "The Shenzhou 8 spacecraft was automatically docked with the Tiangong-1 space module (launched on 29 September 2011) on November 3 and again on November 14, 2011. This unmanned docking—China's first—was followed in 2012 with the manned Shenzhou 9 mission, which performed a manned docking (also China's first) with the Tiangong-1 module.",
                    "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": 113,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/113/?format=api",
            "launch_id": "5cb17162-f891-4984-aa91-9abfd53edfe4",
            "docking": "2011-06-09T21:18:00Z",
            "departure": "2011-11-21T23:00:00Z",
            "flight_vehicle": {
                "id": 180,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/180/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-11-22T02:26:00Z",
                "spacecraft": {
                    "id": 69,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/69/?format=api",
                    "name": "Soyuz TMA-02M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #702",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P167DT6H13M15S",
                    "time_docked": "P165DT1H42M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-02M was a Soyuz spacecraft which launched on 7 June 2011 02:26 UTC. It transported three members of the Expedition 28 crew to the International Space Station. The crew consisted of Sergey Volkov, Micheal E. Fossum, and Satoshi Furukawa.",
                    "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": 430,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/430/?format=api",
            "launch_id": "54f922bb-a88c-4aa6-857e-f6b1b11179ee",
            "docking": "2011-11-02T11:41:00Z",
            "departure": "2012-01-23T22:10:00Z",
            "flight_vehicle": {
                "id": 402,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/402/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-01-25T00:00:00Z",
                "spacecraft": {
                    "id": 261,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/261/?format=api",
                    "name": "Progress M-13M",
                    "serial_number": "Progress M-13M (No.413)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P86DT13H48M48S",
                    "time_docked": "P82DT10H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-13M (Russian: Прогресс М-13М), identified by NASA as Progress 45 or 45P, is 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": 431,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/431/?format=api",
            "launch_id": "1b009a4b-b95f-4773-8646-0da7d2f5257c",
            "docking": "2012-01-28T00:08:57Z",
            "departure": "2012-04-19T11:04:00Z",
            "flight_vehicle": {
                "id": 401,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/401/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-04-28T00:00:00Z",
                "spacecraft": {
                    "id": 260,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/260/?format=api",
                    "name": "Progress M-14M",
                    "serial_number": "Progress M-14M (No.414)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P93DT53M20S",
                    "time_docked": "P82DT10H55M3S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-14M (Russian: Прогресс М-14М), identified by NASA as Progress 46 or 46P, is a Progress spacecraft which was 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": 115,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/115/?format=api",
            "launch_id": "10cbf881-62b7-46ac-8958-a88b64356a6d",
            "docking": "2011-11-16T05:24:00Z",
            "departure": "2012-04-27T08:18:00Z",
            "flight_vehicle": {
                "id": 226,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/226/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-04-27T11:45:00Z",
                "spacecraft": {
                    "id": 71,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/71/?format=api",
                    "name": "Soyuz TMA-22",
                    "serial_number": "Soyuz TMA 11F732A17 #232",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P165DT7H30M57S",
                    "time_docked": "P163DT2H54M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-22 was a Soyuz spacecraft which launched on 14 November 2011 04:14 UTC. It transported three members of the Expedition 29 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Anatoli Ivanishin, and Daniel C. Burbank",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_image_20231225093222.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": 155,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/155/?format=api",
            "launch_id": "ef3b84de-7f1e-4b44-8263-4145f771bfb2",
            "docking": "2012-05-25T16:02:00Z",
            "departure": "2012-05-31T09:49:00Z",
            "flight_vehicle": {
                "id": 295,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/295/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-05-31T15:42:00Z",
                "spacecraft": {
                    "id": 211,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/211/?format=api",
                    "name": "Dragon C102",
                    "serial_number": "C102",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P9DT7H57M22S",
                    "time_docked": "P5DT17H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "First Dragon mission with complete spacecraft, first rendezvous mission, first berthing with ISS. After recovery, the capsule was put on display at Kennedy Space Center.",
                    "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": 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"
                }
            }
        }
    ]
}