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=500&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=510&ordering=-departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=490&ordering=-departure",
    "results": [
        {
            "id": 185,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/185/?format=api",
            "launch_id": "e576adee-6c6a-4d38-8894-5f5a09027fb3",
            "docking": "1978-01-11T14:05:54Z",
            "departure": "1978-03-16T07:58:00Z",
            "flight_vehicle": {
                "id": 329,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/329/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-03-16T11:18:47Z",
                "spacecraft": {
                    "id": 180,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/180/?format=api",
                    "name": "Soyuz 27",
                    "serial_number": "Soyuz 7K-T 11F615A8 #44",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P64DT22H52M47S",
                    "time_docked": "P63DT17H52M6S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 27 was a Soyuz spacecraft which launched on 10 January 1978 12:26 UTC. It  transported two cosmonauts of EP-1 to Salyut 6. The crew was Vladimir Dzhanibekov and Oleg Makarov. It also transported down the two cosmonauts from EO-1.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/186/?format=api",
            "launch_id": "e1c98771-b043-45e3-92a4-0925bef897f8",
            "docking": "1978-03-03T17:09:30Z",
            "departure": "1978-03-10T10:23:30Z",
            "flight_vehicle": {
                "id": 328,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/328/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-03-10T13:44:00Z",
                "spacecraft": {
                    "id": 179,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/179/?format=api",
                    "name": "Soyuz 28",
                    "serial_number": "Soyuz 7K-T 11F615A8 #45",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P7DT22H15M50S",
                    "time_docked": "P6DT17H14M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 28 was a Soyuz spacecraft which launched on 02 March 1978 15:28 UTC. It  transported two cosmonauts of EP-2 to Salyut 6. The crew was Aleksei Gubarev and Vladimír Remek.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 291,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/291/?format=api",
            "launch_id": "d87fa209-b97b-4836-8879-d775901a8e2b",
            "docking": "1978-01-22T10:12:14Z",
            "departure": "1978-02-06T05:54:00Z",
            "flight_vehicle": {
                "id": 569,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/569/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-02-08T02:00:00Z",
                "spacecraft": {
                    "id": 415,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/415/?format=api",
                    "name": "Progress 1",
                    "serial_number": "Progress 1 (No.102)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P18DT17H35M20S",
                    "time_docked": "P14DT19H41M46S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 1 (Russian: Прогресс 1), was a Progress spacecraft used to resupply the space station Salyut 6.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api",
                        "name": "Progress 7K-TG",
                        "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_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/183/?format=api",
            "launch_id": "78c055c2-2ef3-4dd8-9361-95f43d40b3f7",
            "docking": "1977-12-11T03:02:41Z",
            "departure": "1978-01-16T08:08:00Z",
            "flight_vehicle": {
                "id": 330,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/330/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1978-01-16T11:24:58Z",
                "spacecraft": {
                    "id": 181,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/181/?format=api",
                    "name": "Soyuz 26",
                    "serial_number": "Soyuz 7K-T 11F615A8 #43",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P37DT10H6M18S",
                    "time_docked": "P36DT5H5M19S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 26 was a Soyuz spacecraft which launched on 10 December 1977 01:18 UTC. It  transported two cosmonauts of EO-1 to Salyut 6. The crew was Yuri Romanenko and Georgi Grechko. It also transported down the two cosmonauts from EP-1.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 182,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/182/?format=api",
            "launch_id": "17f1cde2-cb45-443a-9fc5-93aedde48b37",
            "docking": "1977-02-08T17:38:00Z",
            "departure": "1977-02-25T06:21:00Z",
            "flight_vehicle": {
                "id": 332,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/332/?format=api",
                "destination": "Salyut 5",
                "mission_end": "1977-02-25T09:38:00Z",
                "spacecraft": {
                    "id": 183,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/183/?format=api",
                    "name": "Soyuz 24",
                    "serial_number": "Soyuz 7K-T/A9 11F615A9 #66",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P17DT17H26M10S",
                    "time_docked": "P16DT12H43M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 24 was a Soyuz spacecraft which launched on 7 February 1977 16:11 UTC. It  transported two cosmonauts on the third flight to Salyut 5. The crew was Viktor Gorbatko and Yuri Glazkov.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 22,
                "name": "Salyut-5 forward",
                "spacestation": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
                    "name": "Salyut 5"
                }
            }
        },
        {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/181/?format=api",
            "launch_id": "9a7ceb6c-8d03-4d49-b322-24d7d9d8b98d",
            "docking": "1976-07-07T13:40:00Z",
            "departure": "1976-08-24T13:40:13Z",
            "flight_vehicle": {
                "id": 335,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/335/?format=api",
                "destination": "Salyut 5",
                "mission_end": "1976-08-24T18:32:17Z",
                "spacecraft": {
                    "id": 186,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/186/?format=api",
                    "name": "Soyuz 21",
                    "serial_number": "Soyuz 7K-T 11F615A8 #41",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P49DT6H23M32S",
                    "time_docked": "P48DT13S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 21 was a Soyuz spacecraft which launched on 6 July 1976 12:08 UTC. It transported two cosmonauts on the first flight to Salyut. The crew was Boris Volynov and Vitaly Zholobov.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 22,
                "name": "Salyut-5 forward",
                "spacestation": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/13/?format=api",
                    "name": "Salyut 5"
                }
            }
        },
        {
            "id": 180,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/180/?format=api",
            "launch_id": "ca755755-6446-4cb1-b53e-2049d926f2ff",
            "docking": "1975-11-19T16:19:00Z",
            "departure": "1976-02-15T23:07:00Z",
            "flight_vehicle": {
                "id": 413,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/413/?format=api",
                "destination": "Salyut 4",
                "mission_end": "1976-02-16T02:24:00Z",
                "spacecraft": {
                    "id": 287,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/287/?format=api",
                    "name": "Soyuz 20",
                    "serial_number": "Soyuz 7K-T 11F615A9 #64",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P90DT11H47M23S",
                    "time_docked": "P88DT6H48M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 20 (Russian: Союз 20, Union 20) was an unmanned spacecraft launched by the Soviet Union. It was a long-duration test of the Soyuz spacecraft that docked with the Salyut 4 space station. Soyuz 20 performed comprehensive checking of improved on-board systems of the spacecraft under various flight conditions. It also carried a biological payload. Living organisms were exposed to three months in space.\r\n\r\nIt was reentered on 16 February 1976.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 25,
                "name": "Salyut-4 forward",
                "spacestation": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/12/?format=api",
                    "name": "Salyut 4"
                }
            }
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/50/?format=api",
            "launch_id": "6b9a736e-e8f3-4db1-8922-7070243498e7",
            "docking": "1975-05-25T21:30:00Z",
            "departure": "1975-07-26T10:56:00Z",
            "flight_vehicle": {
                "id": 337,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/337/?format=api",
                "destination": "Salyut 4",
                "mission_end": "1975-07-26T14:18:18Z",
                "spacecraft": {
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/188/?format=api",
                    "name": "Soyuz 18",
                    "serial_number": "Soyuz 7K-T 11F615A8 #40",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P62DT23H20M8S",
                    "time_docked": "P61DT13H26M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 18 was a Soyuz spacecraft which launched on 24 May 1975 14:58 UTC. It transported two cosmonauts on the final flight to Salyut 4. The crew was Pyotr Klimuk and Vitali Sevastyanov.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 25,
                "name": "Salyut-4 forward",
                "spacestation": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/12/?format=api",
                    "name": "Salyut 4"
                }
            }
        },
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/49/?format=api",
            "launch_id": "3d42acef-c061-4c56-bdde-c2d041686224",
            "docking": "1975-01-12T01:25:00Z",
            "departure": "1975-02-09T06:06:00Z",
            "flight_vehicle": {
                "id": 339,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/339/?format=api",
                "destination": "Salyut 4",
                "mission_end": "1975-02-09T11:03:22Z",
                "spacecraft": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/190/?format=api",
                    "name": "Soyuz 17",
                    "serial_number": "Soyuz 7K-T 11F615A8 #38",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P29DT13H19M45S",
                    "time_docked": "P28DT4H41M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 17 was a Soyuz spacecraft which launched on 10 January 1975 21:43 UTC. It transported two cosmonauts on the first flight to Salyut 4. The crew was Aleksei Gubarev and Georgi Grechko.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 25,
                "name": "Salyut-4 forward",
                "spacestation": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/12/?format=api",
                    "name": "Salyut 4"
                }
            }
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/48/?format=api",
            "launch_id": "57e51918-e4d7-4f46-804b-9602ad34f0fa",
            "docking": "1974-07-04T21:00:00Z",
            "departure": "1974-07-19T09:03:00Z",
            "flight_vehicle": {
                "id": 342,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/342/?format=api",
                "destination": "Salyut 3",
                "mission_end": "1974-07-19T12:21:36Z",
                "spacecraft": {
                    "id": 193,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/193/?format=api",
                    "name": "Soyuz 14",
                    "serial_number": "Soyuz 7K-T/A9 11F615A9 #62",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P15DT17H30M28S",
                    "time_docked": "P14DT12H3M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 14 was a Soyuz spacecraft which launched on 3 July 1974 18:51 UTC. It transported two cosmonauts to Salyut 3. The crew was Pavel Popovich and Yuri Artyukhin.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "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_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 26,
                "name": "Salyut-3 forward",
                "spacestation": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                    "name": "Salyut 3"
                }
            }
        }
    ]
}