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=400&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=410&ordering=-departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=390&ordering=-departure",
    "results": [
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/22/?format=api",
            "launch_id": "c9440c01-4fba-4766-8487-6e225b90bea6",
            "docking": "1992-03-19T12:32:50Z",
            "departure": "1992-08-09T21:46:47Z",
            "flight_vehicle": {
                "id": 247,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/247/?format=api",
                "destination": "Mir",
                "mission_end": "1992-08-10T01:05:00Z",
                "spacecraft": {
                    "id": 116,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/116/?format=api",
                    "name": "Soyuz TM-14",
                    "serial_number": "Soyuz TM 11F732A51 #64",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P145DT14H10M30S",
                    "time_docked": "P143DT9H13M57S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-14 was a Soyuz spacecraft which launched on 17 March 1992 10:54 UTC. It transported two members of the Expedition 11 crew and one German astronaut to Mir. The Expedition 11 crew consisted Alexander Viktorenko and Alexander Kaleri. The astronaut was ESA astronaut Klaus-Dietrich Flade.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 29,
                "name": "Mir Core aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 347,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/347/?format=api",
            "launch_id": "6fc6728f-a5fc-447d-8184-2d6ef6f684ef",
            "docking": "1992-07-04T16:55:13Z",
            "departure": "1992-07-24T04:14:00Z",
            "flight_vehicle": {
                "id": 512,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/512/?format=api",
                "destination": "Mir",
                "mission_end": "1992-07-24T08:03:35Z",
                "spacecraft": {
                    "id": 360,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/360/?format=api",
                    "name": "Progress M-13",
                    "serial_number": "Progress M-13 (No.214)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P23DT15H20M22S",
                    "time_docked": "P19DT11H18M47S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-13 (Russian: Прогресс М-13), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 346,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/346/?format=api",
            "launch_id": "7873a6c9-7019-4352-a7ab-e9dd611eea05",
            "docking": "1992-04-21T23:21:59Z",
            "departure": "1992-06-27T21:34:44Z",
            "flight_vehicle": {
                "id": 513,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/513/?format=api",
                "destination": "Mir",
                "mission_end": "1992-06-28T00:02:51Z",
                "spacecraft": {
                    "id": 361,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/361/?format=api",
                    "name": "Progress M-12",
                    "serial_number": "Progress M-12 (No.213)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P69DT2H33M26S",
                    "time_docked": "P66DT22H12M45S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-12 (Russian: Прогресс М-12), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/21/?format=api",
            "launch_id": "e5115cc2-f7a7-4316-9be4-980b04cc5bff",
            "docking": "1991-10-04T07:38:42Z",
            "departure": "1992-03-25T05:29:03Z",
            "flight_vehicle": {
                "id": 248,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/248/?format=api",
                "destination": "Mir",
                "mission_end": "1992-03-25T08:51:00Z",
                "spacecraft": {
                    "id": 117,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/117/?format=api",
                    "name": "Soyuz TM-13",
                    "serial_number": "Soyuz TM 11F732A51 #63",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P175DT2H51M22S",
                    "time_docked": "P172DT21H50M21S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-13 was a Soyuz spacecraft which launched on 2 October 1991 05:59 UTC. It transported one member of the Expedition 10 crew, one Kazakh, and one Austrian astronaut to Mir. The Expedition 10 crew consisted of Alexander Volkov. The Kazakh astronaut was Toktar Aubakirov. The Austrian astronaut was Franz Viehböck.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 37,
                "name": "Mir Core forward",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 345,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/345/?format=api",
            "launch_id": "048764ac-f8b4-479b-8340-05e04446cd26",
            "docking": "1992-01-27T09:30:43Z",
            "departure": "1992-03-13T08:43:40Z",
            "flight_vehicle": {
                "id": 514,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/514/?format=api",
                "destination": "Mir",
                "mission_end": "1992-03-13T15:47:00Z",
                "spacecraft": {
                    "id": 362,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/362/?format=api",
                    "name": "Progress M-11",
                    "serial_number": "Progress M-11 (No.212)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P48DT7H56M43S",
                    "time_docked": "P45DT23H12M57S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-11 (Russian: Прогресс М-11), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 344,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/344/?format=api",
            "launch_id": "6e0824e6-7d5f-483e-8a1e-ff81efaf1eaf",
            "docking": "1991-10-21T03:40:50Z",
            "departure": "1992-01-20T07:13:44Z",
            "flight_vehicle": {
                "id": 515,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/515/?format=api",
                "destination": "Mir",
                "mission_end": "1992-01-20T12:03:30Z",
                "spacecraft": {
                    "id": 363,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/363/?format=api",
                    "name": "Progress M-10",
                    "serial_number": "Progress M-10 (No.211)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P95DT11H58M5S",
                    "time_docked": "P91DT3H32M54S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-10 (Russian: Прогресс М-10), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/20/?format=api",
            "launch_id": "83a07e03-831d-4067-b362-0ca9d56eb39c",
            "docking": "1991-05-20T14:30:43Z",
            "departure": "1991-10-09T20:55:08Z",
            "flight_vehicle": {
                "id": 249,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/249/?format=api",
                "destination": "Mir",
                "mission_end": "1991-10-10T04:12:00Z",
                "spacecraft": {
                    "id": 118,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/118/?format=api",
                    "name": "Soyuz TM-12",
                    "serial_number": "Soyuz TM 11F732A51 #62",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P144DT15H21M32S",
                    "time_docked": "P142DT6H24M25S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-12 was a Soyuz spacecraft which launched on 18 May 1991 12:50 UTC. It transported one member of the Expedition 9 crew, one Russian, and one British astronaut to Mir. The Expedition 9 crew consisted of Anatoly Artsebarsky. The Russian was EO-10 member Sergei Krikalyov. The British astronaut was Helen Sharman.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 37,
                "name": "Mir Core forward",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 343,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/343/?format=api",
            "launch_id": "6f971da4-6060-434f-a245-22a1cd53a1ac",
            "docking": "1991-08-23T00:54:17Z",
            "departure": "1991-09-30T01:53:00Z",
            "flight_vehicle": {
                "id": 516,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/516/?format=api",
                "destination": "Mir",
                "mission_end": "1991-09-30T07:45:00Z",
                "spacecraft": {
                    "id": 364,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/364/?format=api",
                    "name": "Progress M-9",
                    "serial_number": "Progress M-9 (No.210)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P40DT8H50M50S",
                    "time_docked": "P38DT58M43S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-9 (Russian: Прогресс М-9), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 342,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/342/?format=api",
            "launch_id": "c2050cc8-95b1-4620-9444-78f19309d1b8",
            "docking": "1991-06-01T09:44:37Z",
            "departure": "1991-08-15T22:16:59Z",
            "flight_vehicle": {
                "id": 517,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/517/?format=api",
                "destination": "Mir",
                "mission_end": "1991-08-16T06:56:32Z",
                "spacecraft": {
                    "id": 365,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/365/?format=api",
                    "name": "Progress M-8",
                    "serial_number": "Progress M-8 (No.207)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P77DT22H52M29S",
                    "time_docked": "P75DT12H32M22S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-8 (Russian: Прогресс М-8), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/19/?format=api",
            "launch_id": "85d0721d-0b26-4a1f-91be-a9e48e719f9f",
            "docking": "1990-12-04T09:57:09Z",
            "departure": "1991-05-26T06:15:59Z",
            "flight_vehicle": {
                "id": 250,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/250/?format=api",
                "destination": "Mir",
                "mission_end": "1991-05-26T10:04:13Z",
                "spacecraft": {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/119/?format=api",
                    "name": "Soyuz TM-11",
                    "serial_number": "Soyuz TM 11F732A51 #61",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P175DT1H50M41S",
                    "time_docked": "P172DT20H18M50S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-11 was a Soyuz spacecraft which launched on 2 December 1990 08:13 UTC. It transported two members of the Expedition 8 crew and one Japanese journalist to Mir. The Expedition 8 crew consisted of Viktor Afanasyev and Musa Manarov. The Japanese reporter was Toyohiro Akiyama.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 37,
                "name": "Mir Core forward",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        }
    ]
}