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=60&ordering=departure
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=70&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=50&ordering=departure",
    "results": [
        {
            "id": 220,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/220/?format=api",
            "launch_id": "6728f0ef-c3c9-43d5-a774-513d8979915e",
            "docking": "1984-07-18T19:16:35Z",
            "departure": "1984-07-29T09:38:00Z",
            "flight_vehicle": {
                "id": 276,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/276/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-07-29T12:55:30Z",
                "spacecraft": {
                    "id": 133,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/133/?format=api",
                    "name": "Soyuz T-12",
                    "serial_number": "Soyuz T 11F732 #18",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 17 July 1984 17:40 UTC. It transported two cosmonauts of EP-4 to Salyut 7. The EP-4 crew was Vladimir Dzhanibekov, Svetlana Savitskaya, and Igor Volk.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 313,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/313/?format=api",
            "launch_id": "9b52f349-1ed2-4db7-992b-9ea106f39489",
            "docking": "1984-08-16T08:11:00Z",
            "departure": "1984-08-26T16:13:00Z",
            "flight_vehicle": {
                "id": 547,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/547/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-08-28T01:28:00Z",
                "spacecraft": {
                    "id": 393,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/393/?format=api",
                    "name": "Progress 23",
                    "serial_number": "Progress 23 (No.123)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 23 (Russian: Прогресс 23), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.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/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        },
        {
            "id": 219,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/219/?format=api",
            "launch_id": "3651f258-ae5d-476a-a999-c5fa2ee93645",
            "docking": "1984-04-04T14:31:11Z",
            "departure": "1984-10-02T07:35:00Z",
            "flight_vehicle": {
                "id": 277,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/277/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-10-02T10:57:00Z",
                "spacecraft": {
                    "id": 134,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/134/?format=api",
                    "name": "Soyuz T-11",
                    "serial_number": "Soyuz T 11F732 #17",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-11 was a Soyuz spacecraft which launched on 3 April 1984 13:08 UTC. It transported three cosmonauts of EP-3 to Salyut 7. The EP-3 crew was Yury Malyshev,\r\nGennady Strekalov, and Rakesh Sharma.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 314,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/314/?format=api",
            "launch_id": "c193b25e-a656-486e-b74f-63acfff9410f",
            "docking": "1985-06-23T02:54:00Z",
            "departure": "1985-07-15T12:28:00Z",
            "flight_vehicle": {
                "id": 546,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/546/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1985-07-15T22:33:31Z",
                "spacecraft": {
                    "id": 392,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/392/?format=api",
                    "name": "Progress 24",
                    "serial_number": "Progress 24 (No.125)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 24 (Russian: Прогресс 24), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.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/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        },
        {
            "id": 315,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/315/?format=api",
            "launch_id": "d1dbfbad-6000-41ad-a64c-3aebfd1335b2",
            "docking": "1985-07-21T15:05:00Z",
            "departure": "1985-08-28T21:50:00Z",
            "flight_vehicle": {
                "id": 545,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/545/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1985-08-30T01:20:00Z",
                "spacecraft": {
                    "id": 391,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/391/?format=api",
                    "name": "Kosmos 1669",
                    "serial_number": "Kosmos 1669 (No.126)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Kosmos 1669 (Russian: Космос-1669), was a Progress spacecraft used to resupply the space station Salyut 7.\r\n\r\nOnly Progress to receive a Kosmos Designation",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.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/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        },
        {
            "id": 221,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/221/?format=api",
            "launch_id": "18a48756-5b23-42db-adf0-f6260697cf9a",
            "docking": "1985-06-08T08:50:00Z",
            "departure": "1985-09-25T03:58:00Z",
            "flight_vehicle": {
                "id": 275,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/275/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1985-09-26T09:51:58Z",
                "spacecraft": {
                    "id": 132,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/132/?format=api",
                    "name": "Soyuz T-13",
                    "serial_number": "Soyuz T 11F732 #19",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-13 was a Soyuz spacecraft which launched on 6 June 1985 06:39 UTC. It transported one cosmonaut on EO-4-1b and one cosmonaut on EO-4-1a to Salyut 7. The EO-4-1b crew was Vladimir Dzhanibekov and the EO-4-1a crew was Viktor Savinykh.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 222,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/222/?format=api",
            "launch_id": "d861c659-13a3-4311-82dc-df12572893dd",
            "docking": "1985-09-18T14:15:00Z",
            "departure": "1985-11-21T07:16:00Z",
            "flight_vehicle": {
                "id": 274,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/274/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1985-11-21T10:31:00Z",
                "spacecraft": {
                    "id": 131,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/131/?format=api",
                    "name": "Soyuz T-14",
                    "serial_number": "Soyuz T 11F732 #20",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-14 was a Soyuz spacecraft which launched on 17 September 1985 12:38 UTC. It transported two cosmonauts on EO-4-2 and one cosmonaut on EP-5 to Salyut 7. The EO-4-2 crew was Vladimir Vasyutin and Alexander Volkov. The EP-5 crew was Georgi Grechko.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 316,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/316/?format=api",
            "launch_id": "db699938-d246-4c97-8413-077c1661ffb5",
            "docking": "1986-03-21T11:16:02Z",
            "departure": "1986-04-20T19:24:08Z",
            "flight_vehicle": {
                "id": 544,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/544/?format=api",
                "destination": "Mir",
                "mission_end": "1986-04-21T00:48:30Z",
                "spacecraft": {
                    "id": 390,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/390/?format=api",
                    "name": "Progress 25",
                    "serial_number": "Progress 25 (No.127)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 25 (Russian: Прогресс 25), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.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/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/9/?format=api",
            "launch_id": "02568260-e154-4e0b-bfcb-ca491b525535",
            "docking": "1986-03-15T13:38:42Z",
            "departure": "1986-05-05T12:12:09Z",
            "flight_vehicle": {
                "id": 273,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/273/?format=api",
                "destination": "Mir",
                "mission_end": "1986-07-16T12:34:05Z",
                "spacecraft": {
                    "id": 130,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/130/?format=api",
                    "name": "Soyuz T-15",
                    "serial_number": "Soyuz T 11F732 #21",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 13 March 1986 12:33 UTC. It transported two cosmonauts to Salyut 7 and Mir. The crew was Leonid Kizim and Vladimir Solovyov.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 37,
                "name": "Mir Core forward"
            }
        },
        {
            "id": 472,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/472/?format=api",
            "launch_id": "6ce7303a-fb88-4f51-807f-41575a80511f",
            "docking": "1986-05-23T10:11:00Z",
            "departure": "1986-05-29T09:22:00Z",
            "flight_vehicle": {
                "id": 720,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/720/?format=api",
                "destination": "Mir",
                "mission_end": "1986-05-30T06:40:00Z",
                "spacecraft": {
                    "id": 129,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/129/?format=api",
                    "name": "Soyuz TM-1",
                    "serial_number": "Soyuz TM 11F732A51 #51",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-1 was a unmanned flight to Mir. The spacecraft spent 6 days docked to the space station Mir.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 29,
                "name": "Mir Core aft"
            }
        }
    ]
}