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.0.0/docking_event/?ordering=-docking

GET /2.0.0/docking_event/?format=api&offset=460
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 517,
    "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=470",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=450",
    "results": [
        {
            "id": 450,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/450/?format=api",
            "launch_id": "95246d00-4af5-4503-899d-acf8ab8f26ef",
            "docking": "2017-10-16T11:37:00Z",
            "departure": "2018-03-28T13:50:00Z",
            "flight_vehicle": {
                "id": 370,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/370/?format=api",
                "destination": "International Space Station",
                "mission_end": "2018-04-26T00:00:00Z",
                "spacecraft": {
                    "id": 237,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/237/?format=api",
                    "name": "Progress MS-07",
                    "serial_number": "Progress MS-07 (No.437)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-07 (Russian: Прогресс МC-07), identified by NASA as Progress 68 or 68P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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"
            }
        },
        {
            "id": 451,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/451/?format=api",
            "launch_id": "61f0a9cd-1761-441d-a48c-cdb4292a74a0",
            "docking": "2018-02-15T10:38:00Z",
            "departure": "2018-08-23T02:16:00Z",
            "flight_vehicle": {
                "id": 371,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/371/?format=api",
                "destination": "International Space Station",
                "mission_end": "2018-08-30T00:00:00Z",
                "spacecraft": {
                    "id": 236,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/236/?format=api",
                    "name": "Progress MS-08",
                    "serial_number": "Progress MS-08 (No.438)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-08 (Russian: Прогресс МC-08), identified by NASA as Progress 69 or 69P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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"
            }
        },
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/230/?format=api",
            "launch_id": "ce658a2a-fc59-41d6-93a0-56093025aef7",
            "docking": "2019-12-09T10:35:11Z",
            "departure": "2020-07-08T18:22:00Z",
            "flight_vehicle": {
                "id": 509,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/509/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-07-08T22:05:00Z",
                "spacecraft": {
                    "id": 433,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/433/?format=api",
                    "name": "Progress MS-13",
                    "serial_number": "MS-13 (No.443)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-13 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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"
            }
        },
        {
            "id": 481,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/481/?format=api",
            "launch_id": "a330c94f-5191-42a2-9401-59a6268f590a",
            "docking": "2021-10-22T04:21:07Z",
            "departure": "2021-11-25T11:22:34Z",
            "flight_vehicle": {
                "id": 610,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/610/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-11-25T15:08:00Z",
                "spacecraft": {
                    "id": 471,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/471/?format=api",
                    "name": "Progress MS-17",
                    "serial_number": "MS-17 (No.446)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-17 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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": 40,
                "name": "Nauka nadir"
            }
        },
        {
            "id": 474,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/474/?format=api",
            "launch_id": "a058d7ff-5f15-45dc-9dae-b5b72e70ee31",
            "docking": "1979-06-08T23:02:00Z",
            "departure": "1979-06-14T19:18:00Z",
            "flight_vehicle": {
                "id": 745,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/745/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1979-08-19T12:29:26Z",
                "spacecraft": {
                    "id": 150,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/150/?format=api",
                    "name": "Soyuz 34",
                    "serial_number": "Soyuz 7K-T 11F615A8 #50",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It  launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft"
            }
        },
        {
            "id": 475,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/475/?format=api",
            "launch_id": "a058d7ff-5f15-45dc-9dae-b5b72e70ee31",
            "docking": "1979-06-14T19:50:00Z",
            "departure": "1979-08-19T12:08:00Z",
            "flight_vehicle": {
                "id": 745,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/745/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1979-08-19T12:29:26Z",
                "spacecraft": {
                    "id": 150,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/150/?format=api",
                    "name": "Soyuz 34",
                    "serial_number": "Soyuz 7K-T 11F615A8 #50",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It  launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward"
            }
        },
        {
            "id": 287,
            "url": "https://ll.thespacedevs.com/2.0.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.0.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.0.0/spacecraft/466/?format=api",
                    "name": "Shenzhou 12",
                    "serial_number": "12",
                    "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.0.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.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"
            }
        },
        {
            "id": 453,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/453/?format=api",
            "launch_id": "1c979820-fe97-4c41-aea8-efe17f068daa",
            "docking": "2015-08-28T07:30:17Z",
            "departure": "2015-09-11T21:29:10Z",
            "flight_vehicle": {
                "id": 166,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/166/?format=api",
                "destination": "International Space Station",
                "mission_end": "2015-09-12T00:51:00Z",
                "spacecraft": {
                    "id": 55,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/55/?format=api",
                    "name": "Soyuz TMA-16M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #716",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-16M was a Soyuz spacecraft which launched on 27 March 2015 19:42 UTC. It transported three members of the Expedition 43 crew to the International Space Station. The crew consisted of Gennady Padalka, Mikhail Korniyenko, and Scott Kelly.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 455,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/455/?format=api",
            "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
            "docking": "2010-06-28T19:37:58Z",
            "departure": "2010-11-26T01:23:13Z",
            "flight_vehicle": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/223/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-26T04:46:00Z",
                "spacecraft": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/74/?format=api",
                    "name": "Soyuz TMA-19",
                    "serial_number": "Soyuz TMA 11F732A17 #229",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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": 13,
                "name": "Rassvet nadir"
            }
        },
        {
            "id": 456,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/456/?format=api",
            "launch_id": "349eb56f-50e8-4858-9977-e4b7121c40f5",
            "docking": "2010-01-21T10:23:52Z",
            "departure": "2010-03-18T08:03:03Z",
            "flight_vehicle": {
                "id": 220,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/220/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-03-18T11:24:00Z",
                "spacecraft": {
                    "id": 77,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/77/?format=api",
                    "name": "Soyuz TMA-16",
                    "serial_number": "Soyuz TMA 11F732A17 #226",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-16 was a Soyuz spacecraft which launched on September 30 2009 07:14 UTC. It transported two members of the Expedition 21 crew and one participant to the International Space Station. The Expedition 21 crew consisted of Maksim Surayev and Jeffrey Williams. The spaceflight participant was tourist Guy Laliberté.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.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"
            }
        }
    ]
}