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=340&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=350&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=330&ordering=docking",
    "results": [
        {
            "id": 289,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/289/?format=api",
            "launch_id": "781ed522-ed2a-49da-ad86-52ff3b0c1263",
            "docking": "2014-02-05T22:22:00Z",
            "departure": "2014-04-07T13:58:00Z",
            "flight_vehicle": {
                "id": 393,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/393/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-04-18T15:46:00Z",
                "spacecraft": {
                    "id": 251,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/251/?format=api",
                    "name": "Progress M-22M",
                    "serial_number": "Progress M-22M (No.422)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P71DT23H22M28S",
                    "time_docked": "P60DT15H36M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-22M (Russian: Прогресс М-22М), identified by NASA as Progress 54 or 54P, 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": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/125/?format=api",
            "launch_id": "4059abde-d6fb-4e9d-a2df-8bed974521b0",
            "docking": "2014-03-27T23:53:00Z",
            "departure": "2014-09-10T23:01:00Z",
            "flight_vehicle": {
                "id": 170,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/170/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-09-11T02:23:00Z",
                "spacecraft": {
                    "id": 59,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/59/?format=api",
                    "name": "Soyuz TMA-12M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #712",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P169DT5H5M37S",
                    "time_docked": "P166DT23H8M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-12M was a Soyuz spacecraft which launched on 25 March 2014 21:517 UTC. It transported three members of the Expedition 39 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Oleg Artemyev, and Steven R. Swanson.",
                    "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": 440,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/440/?format=api",
            "launch_id": "254b64df-aaae-4c33-9914-619e859f6ef1",
            "docking": "2014-04-09T21:14:00Z",
            "departure": "2014-07-21T21:44:00Z",
            "flight_vehicle": {
                "id": 392,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/392/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-07-31T22:42:00Z",
                "spacecraft": {
                    "id": 250,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/250/?format=api",
                    "name": "Progress M-23M",
                    "serial_number": "Progress M-23M (No.427)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P113DT7H15M33S",
                    "time_docked": "P103DT30M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-23M (Russian: Прогресс М-23М), identified by NASA as Progress 55 or 55P, 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": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/158/?format=api",
            "launch_id": "bb8ab96d-9325-4099-8d9e-bdb388255b85",
            "docking": "2014-04-20T14:06:00Z",
            "departure": "2014-05-18T11:55:00Z",
            "flight_vehicle": {
                "id": 298,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/298/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-05-18T19:05:00Z",
                "spacecraft": {
                    "id": 214,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/214/?format=api",
                    "name": "Dragon C105",
                    "serial_number": "C105",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P29DT23H39M38S",
                    "time_docked": "P27DT21H49M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "First launch of the redesigned Dragon: same outer mold line with the avionics and cargo racks redesigned to supply substantially more electric power to powered cargo devices, including additional cargo freezers (GLACIER, MERLIN) for transporting critical science payloads. Launch rescheduled for 18 April due to a helium leak.",
                    "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": 126,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/126/?format=api",
            "launch_id": "1459b0bf-c4ab-4068-8a1f-f2ee6c9034a2",
            "docking": "2014-05-29T01:44:00Z",
            "departure": "2014-11-10T00:31:00Z",
            "flight_vehicle": {
                "id": 169,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/169/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-11-10T03:58:00Z",
                "spacecraft": {
                    "id": 58,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/58/?format=api",
                    "name": "Soyuz TMA-13M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #713",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P165DT8H19S",
                    "time_docked": "P164DT22H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-13M was a Soyuz spacecraft which launched on 28 May 2014 19:57 UTC. It transported three members of the Expedition 40 crew to the International Space Station. The crew consisted of Maksim Surayev, Gregory R. Wiseman, and Alexander Gerst.",
                    "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": 173,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/173/?format=api",
            "launch_id": "81520154-c967-4651-af25-19c451a3c889",
            "docking": "2014-07-16T10:36:00Z",
            "departure": "2014-08-15T10:40:00Z",
            "flight_vehicle": {
                "id": 286,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/286/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-08-17T13:22:00Z",
                "spacecraft": {
                    "id": 162,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/162/?format=api",
                    "name": "Cygnus CRS Orb-2",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P34DT20H29M46S",
                    "time_docked": "P30DT4M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Cygnus CRS Orb-2, also known as Orbital Sciences CRS Flight 2, was the third flight of the Orbital Sciences' unmanned resupply spacecraft Cygnus, its third flight to the International Space Station, and the fourth launch of the company's Antares launch vehicle. The mission launched from the Mid-Atlantic Regional Spaceport on 13 July 2014.",
                    "spacecraft_config": {
                        "id": 5,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/5/?format=api",
                        "name": "Cygnus Standard",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.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": 288,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/288/?format=api",
            "launch_id": "502e469b-3748-4757-b0d9-5bc0426ebd4a",
            "docking": "2014-07-24T03:31:00Z",
            "departure": "2014-10-27T05:38:00Z",
            "flight_vehicle": {
                "id": 391,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/391/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-11-19T23:46:00Z",
                "spacecraft": {
                    "id": 249,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/249/?format=api",
                    "name": "Progress M-24M",
                    "serial_number": "Progress M-24M (No.423)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P119DT2H1M16S",
                    "time_docked": "P95DT2H7M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-24M (Russian: Прогресс М-24М), identified by NASA as Progress 56 or 56P, 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": 154,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/154/?format=api",
            "launch_id": "4adcd3ff-fc41-4d06-b4d3-3ac34aec8227",
            "docking": "2014-08-12T13:30:00Z",
            "departure": "2015-02-14T13:42:00Z",
            "flight_vehicle": {
                "id": 264,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/264/?format=api",
                "destination": "International Space Station",
                "mission_end": "2015-02-15T00:00:00Z",
                "spacecraft": {
                    "id": 159,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/159/?format=api",
                    "name": "Georges Lemaître ATV",
                    "serial_number": "ATV-005",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P200DT12M22S",
                    "time_docked": "P186DT12M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "The Georges Lemaître ATV, or Automated Transfer Vehicle 5 (ATV-5), was a European unmanned cargo resupply spacecraft, named after the Belgian astronomer Georges Lemaître. The spacecraft was launched during the night of 29 July 2014 (23:44 GMT, 20:44 local time, 30 July 01:44 CEST), on a mission to supply the International Space Station (ISS) with propellant, water, air, and dry cargo. It was the fifth and final ATV to be built and launched. Georges Lemaître was constructed in Turin, Italy, and Bremen, Germany. Cargo loading was completed in Guiana Space Center on 23 July 2014.",
                    "spacecraft_config": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
                        "name": "Automated Transfer Vehicle (ATV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 115,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                            "name": "Arianespace",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.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": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/159/?format=api",
            "launch_id": "3833e794-3d71-4a77-bd83-19abb3e74400",
            "docking": "2014-09-23T13:21:00Z",
            "departure": "2014-10-25T12:02:00Z",
            "flight_vehicle": {
                "id": 299,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/299/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-10-25T19:39:00Z",
                "spacecraft": {
                    "id": 215,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/215/?format=api",
                    "name": "Dragon C106",
                    "serial_number": "C106",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P97DT3H2M55S",
                    "time_docked": "P89DT34M",
                    "flights_count": 3,
                    "mission_ends_count": 3,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "This was the first dragon vehicle to be used for more than one mission.\r\n\r\nThis capsule flew on CRS-4 which carried SpaceX's first living payload in the form of 20 mice. \r\n\r\nIt also flew on CRS-11.",
                    "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": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/127/?format=api",
            "launch_id": "59550765-b209-41da-a529-0bab167ee755",
            "docking": "2014-09-26T02:11:00Z",
            "departure": "2015-03-11T22:44:00Z",
            "flight_vehicle": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/168/?format=api",
                "destination": "International Space Station",
                "mission_end": "2015-03-12T02:07:00Z",
                "spacecraft": {
                    "id": 57,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/57/?format=api",
                    "name": "Soyuz TMA-14M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #714",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P167DT5H42M",
                    "time_docked": "P166DT20H33M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-14M was a Soyuz spacecraft which launched on 25 September 2014 20:25 UTC. It transported three members of the Expedition 41 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Yelena Serova, and Barry E. Wilmore.",
                    "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"
                }
            }
        }
    ]
}