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=440&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=450&ordering=-docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=430&ordering=-docking",
    "results": [
        {
            "id": 319,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/319/?format=api",
            "launch_id": "2b8ae09c-2239-48b7-8865-a3ae1b205279",
            "docking": "1987-03-05T12:42:36Z",
            "departure": "1987-03-26T05:06:48Z",
            "flight_vehicle": {
                "id": 541,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/541/?format=api",
                "destination": "Mir",
                "mission_end": "1987-03-28T03:49:00Z",
                "spacecraft": {
                    "id": 387,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/387/?format=api",
                    "name": "Progress 28",
                    "serial_number": "Progress 28 (No.135)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P24DT16H34M55S",
                    "time_docked": "P20DT16H24M12S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 28 (Russian: Прогресс 28), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 29,
                "name": "Mir Core aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/10/?format=api",
            "launch_id": "9afccdd3-f743-4f9a-82fe-3f3137df1521",
            "docking": "1987-02-07T23:27:40Z",
            "departure": "1987-12-29T05:58:00Z",
            "flight_vehicle": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/259/?format=api",
                "destination": "Mir",
                "mission_end": "1987-07-30T01:04:12Z",
                "spacecraft": {
                    "id": 128,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/128/?format=api",
                    "name": "Soyuz TM-2",
                    "serial_number": "Soyuz TM 11F732A51 #52",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P174DT3H25M56S",
                    "time_docked": "P324DT6H30M20S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-2 was a Soyuz spacecraft which launched on 5 February 1987 21:38 UTC. It transported two members of Expedition 2 crew to Mir. The crew consisted of Aleksandr Laveykin and Yuri Romanenko.",
                    "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": 7,
                "name": "Mir-Progress 27",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 318,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/318/?format=api",
            "launch_id": "553fdcde-e854-4f6c-80e5-5a96c8ff0cf0",
            "docking": "1987-01-18T07:26:50Z",
            "departure": "1987-02-23T11:29:01Z",
            "flight_vehicle": {
                "id": 542,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/542/?format=api",
                "destination": "Mir",
                "mission_end": "1987-02-25T16:05:00Z",
                "spacecraft": {
                    "id": 388,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/388/?format=api",
                    "name": "Progress 27",
                    "serial_number": "Progress 27 (No.134)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P40DT9H58M37S",
                    "time_docked": "P36DT4H2M11S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 27 (Russian: Прогресс 27), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 29,
                "name": "Mir Core aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 472,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/spacecraft/flight/720/?format=api",
                "destination": "Mir",
                "mission_end": "1986-05-30T06:40:00Z",
                "spacecraft": {
                    "id": 129,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/129/?format=api",
                    "name": "Soyuz TM-1",
                    "serial_number": "Soyuz TM 11F732A51 #51",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P8DT22H18M9S",
                    "time_docked": "P5DT23H11M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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": 317,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/317/?format=api",
            "launch_id": "571de500-30a7-4218-bf04-36c8a9c37f11",
            "docking": "1986-04-26T21:26:06Z",
            "departure": "1986-06-22T18:25:00Z",
            "flight_vehicle": {
                "id": 543,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/543/?format=api",
                "destination": "Mir",
                "mission_end": "1986-06-23T15:41:01Z",
                "spacecraft": {
                    "id": 389,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/389/?format=api",
                    "name": "Progress 26",
                    "serial_number": "Progress 26 (No.128)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P60DT20H56S",
                    "time_docked": "P56DT20H58M54S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 26 (Russian: Прогресс 26), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 29,
                "name": "Mir Core aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 316,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/spacecraft/flight/544/?format=api",
                "destination": "Mir",
                "mission_end": "1986-04-21T00:48:30Z",
                "spacecraft": {
                    "id": 390,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/390/?format=api",
                    "name": "Progress 25",
                    "serial_number": "Progress 25 (No.127)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P32DT14H40M5S",
                    "time_docked": "P30DT8H8M6S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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": 29,
                "name": "Mir Core aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/spacecraft/flight/273/?format=api",
                "destination": "Mir",
                "mission_end": "1986-07-16T12:34:05Z",
                "spacecraft": {
                    "id": 130,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/130/?format=api",
                    "name": "Soyuz T-15",
                    "serial_number": "Soyuz T 11F732 #21",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P125DT56S",
                    "time_docked": "P173DT18H4M35S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.2.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "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": 223,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/223/?format=api",
            "launch_id": "02568260-e154-4e0b-bfcb-ca491b525535",
            "docking": "1986-03-15T13:38:42Z",
            "departure": "1986-07-16T09:09:50Z",
            "flight_vehicle": {
                "id": 273,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/273/?format=api",
                "destination": "Mir",
                "mission_end": "1986-07-16T12:34:05Z",
                "spacecraft": {
                    "id": 130,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/130/?format=api",
                    "name": "Soyuz T-15",
                    "serial_number": "Soyuz T 11F732 #21",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P125DT56S",
                    "time_docked": "P173DT18H4M35S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.2.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 222,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/131/?format=api",
                    "name": "Soyuz T-14",
                    "serial_number": "Soyuz T 11F732 #20",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P64DT21H52M8S",
                    "time_docked": "P63DT17H1M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.2.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 315,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/391/?format=api",
                    "name": "Kosmos 1669",
                    "serial_number": "Kosmos 1669 (No.126)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P41DT12H14M52S",
                    "time_docked": "P38DT6H45M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        }
    ]
}