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=370&ordering=docking
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=380&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=360&ordering=docking",
    "results": [
        {
            "id": 447,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/447/?format=api",
            "launch_id": "f22cd8b1-5c68-4f5f-94a2-19c0a09b936a",
            "docking": "2016-07-19T00:20:00Z",
            "departure": "2017-01-31T14:25:00Z",
            "flight_vehicle": {
                "id": 366,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/366/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-01-31T17:34:00Z",
                "spacecraft": {
                    "id": 241,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/241/?format=api",
                    "name": "Progress MS-03",
                    "serial_number": "Progress MS-03 (No.433)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P198DT19H52M14S",
                    "time_docked": "P196DT14H5M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-03 (Russian: Прогресс МC-03), identified by NASA as Progress 64 or 64P, is a Progress spacecraft to be 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": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "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": 213,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/213/?format=api",
            "launch_id": "3e932c09-8c8a-4602-84fe-f70e8828a2be",
            "docking": "2016-10-18T17:24:00Z",
            "departure": "2016-11-14T04:41:00Z",
            "flight_vehicle": {
                "id": 447,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/447/?format=api",
                "destination": "Tiangong-2",
                "mission_end": "2016-11-18T05:59:00Z",
                "spacecraft": {
                    "id": 428,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/428/?format=api",
                    "name": "Shenzhou 11",
                    "serial_number": "11",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P32DT6H28M29S",
                    "time_docked": "P26DT11H17M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Shenzhou 11 was a crewed spaceflight of the Shenzhou program of China, launched on 17 October 2016 (16 October UTC) from the Jiuquan Satellite Launch Center. It was China's sixth crewed space mission. Two days after launch, it docked with the Tiangong-2 space laboratory, which had been launched on September 15, 2016.",
                    "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": 31,
                "name": "Tiangong-2 forward",
                "spacestation": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/8/?format=api",
                    "name": "Tiangong 2"
                }
            }
        },
        {
            "id": 135,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/135/?format=api",
            "launch_id": "b4594c86-c27b-482b-a4fc-1ceee248d445",
            "docking": "2016-10-21T09:52:00Z",
            "departure": "2017-04-10T07:57:00Z",
            "flight_vehicle": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/42/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-04-10T11:20:00Z",
                "spacecraft": {
                    "id": 49,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/49/?format=api",
                    "name": "Soyuz MS-02",
                    "serial_number": "Soyuz MS 11F732A48 #732",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P173DT3H14M46S",
                    "time_docked": "P170DT22H5M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-02 was Soyuz spacecraft that launched on 19 October 2016. It transported three members of the Expedition 49 crew to the International Space Station. The crew consisted of Sergey Nikolayevich Ryzhikov, Andrei Borisenko, and Robert S. Kimbrough.",
                    "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": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 176,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/176/?format=api",
            "launch_id": "34188785-77a5-4004-8a53-9abf82655988",
            "docking": "2016-10-23T11:28:00Z",
            "departure": "2016-11-21T11:25:00Z",
            "flight_vehicle": {
                "id": 290,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/290/?format=api",
                "destination": "International Space Station",
                "mission_end": "2016-11-27T23:36:00Z",
                "spacecraft": {
                    "id": 166,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/166/?format=api",
                    "name": "Cygnus CRS OA-5",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P40DT23H50M24S",
                    "time_docked": "P28DT23H57M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Cygnus CRS OA-5, also known as Orbital Sciences CRS Flight 5, was the seventh planned flight of the Orbital Sciences' unmanned resupply spacecraft Cygnus and its sixth flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital and NASA jointly developed a new space transportation system to provide commercial cargo resupply services to the International Space Station (ISS). Under the Commercial Orbital Transportation System (COTS) program, Orbital designed and built Antares, a medium-class launch vehicle; Cygnus, an advanced maneuvering spacecraft; and a Pressurized Cargo Module which is provided by Orbital's industrial partner Thales Alenia Space.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Alan Poindexter in honor to astronaut Alan G. Poindexter, a deceased space shuttle commander. Poindexter was selected in the 1998 NASA Group (G17) and went into orbit aboard Space Shuttle missions STS-122 and STS-131.",
                    "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": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/136/?format=api",
            "launch_id": "165b2b3e-2822-482e-9f04-d9c92a4d09fe",
            "docking": "2016-11-19T21:58:00Z",
            "departure": "2017-06-02T10:47:00Z",
            "flight_vehicle": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/41/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-06-02T14:10:00Z",
                "spacecraft": {
                    "id": 48,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/48/?format=api",
                    "name": "Soyuz MS-03",
                    "serial_number": "Soyuz MS 11F732A48 #733",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P196DT17H49M47S",
                    "time_docked": "P194DT12H49M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-03 was a Soyuz spaceflight launched on 17 November 2016. It transported three members of the Expedition 50 crew to the International Space Station. The crew consisted of Oleg Novitskiy, Thomas Pesquet, and Peggy A. Whitson.",
                    "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": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/148/?format=api",
            "launch_id": "8c03f757-0e93-46b8-8c50-b23d6e8c3469",
            "docking": "2016-12-13T13:57:00Z",
            "departure": "2017-01-27T10:59:00Z",
            "flight_vehicle": {
                "id": 270,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/270/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-02-05T15:06:00Z",
                "spacecraft": {
                    "id": 176,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/176/?format=api",
                    "name": "Kounotori 6",
                    "serial_number": "HTV-6",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P58DT1H39M13S",
                    "time_docked": "P44DT21H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Kounotori 6, also known as HTV-6, is the sixth flight of the H-II Transfer Vehicle, an unmanned cargo spacecraft launched to resupply the International Space Station. It was launched at 13:26:47 UTC on 9 December 2016 aboard H-IIB launch vehicle from Tanegashima Space Center.",
                    "spacecraft_config": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
                        "name": "H-II Transfer Vehicle (HTV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.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": 164,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/164/?format=api",
            "launch_id": "35e3bff1-a9f4-40de-b4e0-8dad8e131768",
            "docking": "2017-02-23T13:12:00Z",
            "departure": "2017-03-18T21:20:00Z",
            "flight_vehicle": {
                "id": 305,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/305/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-03-19T14:46:00Z",
                "spacecraft": {
                    "id": 221,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/221/?format=api",
                    "name": "Dragon C112",
                    "serial_number": "C112",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P99DT1H13S",
                    "time_docked": "P88DT16H53M",
                    "flights_count": 3,
                    "mission_ends_count": 3,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "The C112 capsule was flown on CRS-10, CRS-16 and CRS-20.\r\n\r\nOn CRS-10 the capsule lifted off from the Kennedy Space Center from pad 39A. This was the first flight from this pad since STS-135 left the pad in mid-2011. The vehicle experienced some software issues meaning its berthing was delayed for a day.",
                    "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": 448,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/448/?format=api",
            "launch_id": "78a45682-3380-4e9c-bdc6-17cbbf8cc2dd",
            "docking": "2017-02-24T08:34:00Z",
            "departure": "2017-07-20T17:46:00Z",
            "flight_vehicle": {
                "id": 368,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/368/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-07-20T23:59:00Z",
                "spacecraft": {
                    "id": 239,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/239/?format=api",
                    "name": "Progress MS-05",
                    "serial_number": "Progress MS-05 (No.435)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P148DT18H27S",
                    "time_docked": "P146DT9H12M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-05 (Russian: Прогресс МC-05), identified by NASA as Progress 66 or 66P, is a Progress spacecraft that has been used by Roscosmos 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": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/137/?format=api",
            "launch_id": "be9c521e-dba1-423d-9d78-b4d45f483785",
            "docking": "2017-04-20T13:18:00Z",
            "departure": "2017-09-02T21:58:00Z",
            "flight_vehicle": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/40/?format=api",
                "destination": "International Space Station",
                "mission_end": "2017-09-03T01:22:00Z",
                "spacecraft": {
                    "id": 47,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/47/?format=api",
                    "name": "Soyuz MS-04",
                    "serial_number": "Soyuz MS 11F732A48 #735",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P135DT18H8M15S",
                    "time_docked": "P135DT8H40M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-04 was a Soyuz spacecraft that launched on 20 April 2017. It transported two members of the Expedition 52 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin and Jack D. Fischer.",
                    "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": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}