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=370
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=380",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=360",
    "results": [
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/224/?format=api",
            "launch_id": "f129f583-9e12-421c-bc40-60661d1d77b2",
            "docking": "2019-08-26T03:59:00Z",
            "departure": "2020-02-06T05:50:28Z",
            "flight_vehicle": {
                "id": 423,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/423/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-02-06T09:12:45Z",
                "spacecraft": {
                    "id": 416,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/416/?format=api",
                    "name": "Soyuz MS-13",
                    "serial_number": "Soyuz MS 11F732A48 #746",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P200DT16H44M24S",
                    "time_docked": "P200DT6H38M38S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-13 will transport three astronauts  to the International Space Station. The crew consists of Aleksandr Skvortsov, Luca Parmitano, and Andrew R. Morgan.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 205,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/205/?format=api",
            "launch_id": "f129f583-9e12-421c-bc40-60661d1d77b2",
            "docking": "2019-07-20T22:47:50Z",
            "departure": "2019-08-26T03:35:00Z",
            "flight_vehicle": {
                "id": 423,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/423/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-02-06T09:12:45Z",
                "spacecraft": {
                    "id": 416,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/416/?format=api",
                    "name": "Soyuz MS-13",
                    "serial_number": "Soyuz MS 11F732A48 #746",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P200DT16H44M24S",
                    "time_docked": "P200DT6H38M38S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-13 will transport three astronauts  to the International Space Station. The crew consists of Aleksandr Skvortsov, Luca Parmitano, and Andrew R. Morgan.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.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": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/206/?format=api",
            "launch_id": "28a5a464-2b2f-4b2e-b0e3-c704af99888b",
            "docking": "2019-07-27T13:11:00Z",
            "departure": "2019-08-27T14:59:00Z",
            "flight_vehicle": {
                "id": 424,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/424/?format=api",
                "destination": "International Space Station",
                "mission_end": "2019-08-27T20:20:00Z",
                "spacecraft": {
                    "id": 217,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/217/?format=api",
                    "name": "Dragon C108",
                    "serial_number": "C108",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P98DT18H50M14S",
                    "time_docked": "P90DT19H9M",
                    "flights_count": 3,
                    "mission_ends_count": 3,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "This capsule flew both CRS-6, CRS-13, and CRS-18\r\n\r\nIt is the first three time flown dragon capsule.\r\n\r\nAs part of CRS-6 the robotic SpaceX Dragon capsule splashed down in the Pacific Ocean on Thursday, 21 May 2015.\r\n\r\nThe CRS-13 mission was the first NASA to fly on a flight-proven Falcon 9.",
                    "spacecraft_config": {
                        "id": 3,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
                        "name": "Dragon 1",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.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": 31,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/31/?format=api",
            "launch_id": "8468ccbc-596e-4cf5-b5b5-7421ed80f1c4",
            "docking": "1995-09-05T10:29:53Z",
            "departure": "1996-02-29T07:20:06Z",
            "flight_vehicle": {
                "id": 241,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/241/?format=api",
                "destination": "Mir",
                "mission_end": "1996-02-29T10:42:00Z",
                "spacecraft": {
                    "id": 108,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/108/?format=api",
                    "name": "Soyuz TM-22",
                    "serial_number": "Soyuz TM 11F732A51 #71",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P179DT1H41M37S",
                    "time_docked": "P176DT20H50M13S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-22 was a Soyuz spacecraft which launched on 3 September 1995 09:00 UTC. It transported three members of the Expedition 20 crew to Mir. The crew consisted of Yuri Gidzenko, Sergei Avdeyev, and Thomas Reiter.",
                    "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": 364,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/364/?format=api",
            "launch_id": "5f304e75-6c2b-4286-be8c-70e1cfd5813f",
            "docking": "1995-10-10T20:32:40Z",
            "departure": "1995-12-19T09:15:05Z",
            "flight_vehicle": {
                "id": 492,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/492/?format=api",
                "destination": "Mir",
                "mission_end": "1995-12-19T16:15:00Z",
                "spacecraft": {
                    "id": 344,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/344/?format=api",
                    "name": "Progress M-29",
                    "serial_number": "Progress M-29 (No.229)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P71DT21H24M20S",
                    "time_docked": "P69DT12H42M25S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-29 (Russian: Прогресс М-29), 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": 382,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/382/?format=api",
            "launch_id": "c7306a02-0cbf-4cee-b67a-fca9a08f8cb1",
            "docking": "2000-02-03T08:02:20Z",
            "departure": "2000-04-26T16:33:00Z",
            "flight_vehicle": {
                "id": 476,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/476/?format=api",
                "destination": "Mir",
                "mission_end": "2000-04-26T19:27:00Z",
                "spacecraft": {
                    "id": 330,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/330/?format=api",
                    "name": "Progress M1-1",
                    "serial_number": "Progress M1-1 (No.250)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P85DT12H39M37S",
                    "time_docked": "P83DT8H30M40S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-1 (Russian: Прогресс М1-1), 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": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/39/?format=api",
            "launch_id": "aedbc895-3441-4e69-a953-971cb8a54f56",
            "docking": "1997-09-27T19:58:00Z",
            "departure": "1997-10-03T17:28:15Z",
            "flight_vehicle": {
                "id": 132,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/132/?format=api",
                "destination": "Mir",
                "mission_end": "1997-10-06T21:55:00Z",
                "spacecraft": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                    "name": "Space Shuttle Atlantis",
                    "serial_number": "OV-104",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P307DT12H43M25S",
                    "time_docked": "P124DT2H45M9S",
                    "flights_count": 33,
                    "mission_ends_count": 33,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                    "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"
                }
            }
        },
        {
            "id": 365,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/365/?format=api",
            "launch_id": "b0ac4341-a46f-4a09-90b4-77e00608cb18",
            "docking": "1995-12-20T16:10:15Z",
            "departure": "1996-02-22T07:30:02Z",
            "flight_vehicle": {
                "id": 489,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/489/?format=api",
                "destination": "Mir",
                "mission_end": "1996-02-22T11:02:36Z",
                "spacecraft": {
                    "id": 343,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/343/?format=api",
                    "name": "Progress M-30",
                    "serial_number": "Progress M-30 (No.230)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P65DT20H31M1S",
                    "time_docked": "P63DT15H19M47S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-30 (Russian: Прогресс М-30), 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": 366,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/366/?format=api",
            "launch_id": "c479a5e4-df73-445a-b997-976f54663221",
            "docking": "1996-05-07T08:54:19Z",
            "departure": "1996-08-01T16:44:54Z",
            "flight_vehicle": {
                "id": 488,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/488/?format=api",
                "destination": "Mir",
                "mission_end": "1996-08-01T20:33:03Z",
                "spacecraft": {
                    "id": 342,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/342/?format=api",
                    "name": "Progress M-31",
                    "serial_number": "Progress M-31 (No.231)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P88DT13H28M45S",
                    "time_docked": "P86DT7H50M35S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-31 (Russian: Прогресс М-31), 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": 438,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/438/?format=api",
            "launch_id": "ef3b8a67-4ce9-4bb2-bb6c-b3dda9f205d9",
            "docking": "2013-07-28T02:26:00Z",
            "departure": "2014-02-03T16:21:00Z",
            "flight_vehicle": {
                "id": 395,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/395/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-02-11T15:55:00Z",
                "spacecraft": {
                    "id": 253,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/253/?format=api",
                    "name": "Progress M-20M",
                    "serial_number": "Progress M-20M (No.420)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P198DT19H9M52S",
                    "time_docked": "P190DT13H55M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-20M (Russian: Прогресс М-20М), identified by NASA as Progress 52 or 52P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}