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=380
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=390",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=370",
    "results": [
        {
            "id": 368,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/368/?format=api",
            "launch_id": "bc6a872e-80c3-4718-874e-8935a5586e69",
            "docking": "1996-09-03T09:35:00Z",
            "departure": "1996-11-20T19:51:20Z",
            "flight_vehicle": {
                "id": 487,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/487/?format=api",
                "destination": "Mir",
                "mission_end": "1996-11-20T22:42:25Z",
                "spacecraft": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/341/?format=api",
                    "name": "Progress M-32",
                    "serial_number": "Progress M-32 (No.232)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P112DT2H42M19S",
                    "time_docked": "P93DT21H46M25S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-32 (Russian: Прогресс М-32), 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": 367,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/367/?format=api",
            "launch_id": "bc6a872e-80c3-4718-874e-8935a5586e69",
            "docking": "1996-08-02T22:03:40Z",
            "departure": "1996-08-18T09:33:45Z",
            "flight_vehicle": {
                "id": 487,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/487/?format=api",
                "destination": "Mir",
                "mission_end": "1996-11-20T22:42:25Z",
                "spacecraft": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/341/?format=api",
                    "name": "Progress M-32",
                    "serial_number": "Progress M-32 (No.232)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P112DT2H42M19S",
                    "time_docked": "P93DT21H46M25S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-32 (Russian: Прогресс М-32), 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": 37,
                "name": "Mir Core forward",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 237,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/237/?format=api",
            "launch_id": "e5dc72af-c814-43ea-8a8d-2970adac163c",
            "docking": "2000-04-27T21:28:47Z",
            "departure": "2000-10-15T18:06:00Z",
            "flight_vehicle": {
                "id": 475,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/475/?format=api",
                "destination": "Mir",
                "mission_end": "2000-10-15T23:29:00Z",
                "spacecraft": {
                    "id": 329,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/329/?format=api",
                    "name": "Progress M1-2",
                    "serial_number": "Progress M1-2 (No.252)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P173DT3H20M58S",
                    "time_docked": "P170DT20H37M13S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-2 (Russian: Прогресс М1-2), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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-m1_image_20231219142545.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": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/146/?format=api",
            "launch_id": "837376b3-ad4b-47cf-91be-dd3d1b1dfdfc",
            "docking": "2013-08-09T15:28:00Z",
            "departure": "2013-09-04T12:07:00Z",
            "flight_vehicle": {
                "id": 268,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/268/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-09-07T06:37:00Z",
                "spacecraft": {
                    "id": 174,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/174/?format=api",
                    "name": "Kounotori 4",
                    "serial_number": "HTV-4",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P34DT10H48M14S",
                    "time_docked": "P25DT20H39M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Kounotori 4, also known as HTV-4, was the fourth flight of the H-II Transfer Vehicle, an unmanned cargo spacecraft launched in August 2013 to resupply the International Space Station. It launched from Tanegashima Space Center aboard H-IIB rocket on August 3, 2013 and connected to ISS by August 9, 2013; it carried 5.4 tons of cargo. Kounotori 4 undocked on September 4, 2013 and was destroyed by reentry on 7 September 2013.",
                    "spacecraft_config": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
                        "name": "H-II Transfer Vehicle (HTV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/235/?format=api",
            "launch_id": "0d178574-7b2c-456b-97f8-bbb5532248ad",
            "docking": "2020-05-25T12:13:00Z",
            "departure": "2020-08-18T17:36:00Z",
            "flight_vehicle": {
                "id": 572,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/572/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-08-20T07:07:00Z",
                "spacecraft": {
                    "id": 440,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/440/?format=api",
                    "name": "Kounotori 9",
                    "serial_number": "HTV-9",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P91DT13H36M",
                    "time_docked": "P85DT5H23M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Kounotori 9 is the ninth HTV spacecraft. It is scheduled to launch in May 2020 on a resupply mission to the ISS.",
                    "spacecraft_config": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
                        "name": "H-II Transfer Vehicle (HTV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 369,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/369/?format=api",
            "launch_id": "37bce165-5970-49f6-81e9-a6a1d89db3d3",
            "docking": "1996-11-22T01:01:30Z",
            "departure": "1997-02-06T12:13:53Z",
            "flight_vehicle": {
                "id": 486,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/486/?format=api",
                "destination": "Mir",
                "mission_end": "1997-03-12T03:23:37Z",
                "spacecraft": {
                    "id": 340,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/340/?format=api",
                    "name": "Progress M-33",
                    "serial_number": "Progress M-33 (No.233)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P112DT4H2M59S",
                    "time_docked": "P76DT11H12M23S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-33 (Russian: Прогресс М-33), 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": 290,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/290/?format=api",
            "launch_id": "786f972e-045d-4430-9479-393c7dacc1bb",
            "docking": "2000-08-08T20:12:56Z",
            "departure": "2000-11-01T04:04:49Z",
            "flight_vehicle": {
                "id": 471,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/471/?format=api",
                "destination": "International Space Station",
                "mission_end": "2000-11-01T07:53:20Z",
                "spacecraft": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/327/?format=api",
                    "name": "Progress M1-3",
                    "serial_number": "Progress M1-3 (No.251)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P86DT13H26M38S",
                    "time_docked": "P84DT7H51M53S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-3 (Russian: Прогресс М1-3), identified by NASA as Progress 1 or 1P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 493,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/493/?format=api",
            "launch_id": "cf0a0e4c-ce72-4b50-af07-016326cbceff",
            "docking": "2022-04-20T01:06:00Z",
            "departure": "2022-07-17T02:59:00Z",
            "flight_vehicle": {
                "id": 601,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/601/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-07-27T03:31:00Z",
                "spacecraft": {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/463/?format=api",
                    "name": "Tianzhou-3",
                    "serial_number": "3",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P309DT20H20M49S",
                    "time_docked": "P299DT8H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 476,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/476/?format=api",
            "launch_id": "cf0a0e4c-ce72-4b50-af07-016326cbceff",
            "docking": "2021-09-20T14:08:00Z",
            "departure": "2022-04-19T21:02:00Z",
            "flight_vehicle": {
                "id": 601,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/601/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-07-27T03:31:00Z",
                "spacecraft": {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/463/?format=api",
                    "name": "Tianzhou-3",
                    "serial_number": "3",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P309DT20H20M49S",
                    "time_docked": "P299DT8H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/42/?format=api",
            "launch_id": "5809d291-6afd-47f3-8631-6ce8b59f4653",
            "docking": "1998-06-04T16:58:00Z",
            "departure": "1998-06-08T16:01:00Z",
            "flight_vehicle": {
                "id": 136,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/136/?format=api",
                "destination": "Mir",
                "mission_end": "1998-06-12T18:00:00Z",
                "spacecraft": {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/38/?format=api",
                    "name": "Space Shuttle Discovery",
                    "serial_number": "OV-103",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P365DT2H20M51S",
                    "time_docked": "P123DT15H12M",
                    "flights_count": 39,
                    "mission_ends_count": 39,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
                    "spacecraft_config": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                        "name": "Space Shuttle",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 11,
                "name": "Mir SO starboard",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        }
    ]
}