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=330
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=340",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=320",
    "results": [
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/111/?format=api",
            "launch_id": "ce21cbf8-2463-4cf3-9f22-9ab7fb25b61d",
            "docking": "2011-04-06T23:09:00Z",
            "departure": "2011-09-16T00:38:00Z",
            "flight_vehicle": {
                "id": 225,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/225/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-09-16T03:59:00Z",
                "spacecraft": {
                    "id": 72,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/72/?format=api",
                    "name": "Soyuz TMA-21",
                    "serial_number": "Soyuz TMA 11F732A17 #231",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P164DT5H40M40S",
                    "time_docked": "P162DT1H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_tma_image_20231225093222.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": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/204/?format=api",
            "launch_id": "de607493-4c2d-458e-9797-097732027ece",
            "docking": "2019-05-06T11:01:00Z",
            "departure": "2019-06-04T16:01:00Z",
            "flight_vehicle": {
                "id": 420,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/420/?format=api",
                "destination": "International Space Station",
                "mission_end": "2019-06-04T21:48:00Z",
                "spacecraft": {
                    "id": 222,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/222/?format=api",
                    "name": "Dragon C113",
                    "serial_number": "C113",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P64DT12H41M25S",
                    "time_docked": "P60DT33M",
                    "flights_count": 2,
                    "mission_ends_count": 2,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Capsule C113 was the last new Dragon 1 spacecraft manufactured. \r\n\r\nIt was used on CRS-12",
                    "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": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/73/?format=api",
            "launch_id": "c6d6f88f-afab-4c5e-aae3-9efc35e7507f",
            "docking": "2003-10-20T07:15:58Z",
            "departure": "2004-04-29T20:52:09Z",
            "flight_vehicle": {
                "id": 207,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/207/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-04-30T00:11:00Z",
                "spacecraft": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/90/?format=api",
                    "name": "Soyuz TMA-3",
                    "serial_number": "Soyuz TMA 11F732A17 #213",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P194DT18H32M57S",
                    "time_docked": "P192DT13H36M11S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-3 was a Soyuz spacecraft which launched on 18 October 2003 05:38 UTC. It transported two members of the Expedition 8 crew and one astronaut to the International Space Station. The Expedition 8 crew consisted of Alexander Kaleri\r\nMichael Foale. The astronaut was ESA astronaut Pedro Duque.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_tma_image_20231225093222.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"
                }
            }
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/74/?format=api",
            "launch_id": "7f1d1449-ba8f-4147-8b62-f5fcbbdcc151",
            "docking": "2004-04-21T05:01:03Z",
            "departure": "2004-10-23T21:08:00Z",
            "flight_vehicle": {
                "id": 208,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/208/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-10-24T00:35:00Z",
                "spacecraft": {
                    "id": 89,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/89/?format=api",
                    "name": "Soyuz TMA-4",
                    "serial_number": "Soyuz TMA 11F732A17 #214",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P187DT21H16M",
                    "time_docked": "P185DT16H6M57S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-4 was a Soyuz spacecraft which launched on 19 April 2004 03:19 UTC. It transported two members of the Expedition 9 crew and one astronaut to the International Space Station. The Expedition 9 crew consisted of Gennady Padalka and Michael Fincke. The astronaut was ESA astronaut André Kuipers.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_tma_image_20231225093222.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 20,
                "name": "Zarya nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 399,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/399/?format=api",
            "launch_id": "14ccaa6c-89fe-44ff-9ece-4c0cd82705b2",
            "docking": "2004-05-27T13:54:00Z",
            "departure": "2004-07-30T06:04:00Z",
            "flight_vehicle": {
                "id": 457,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/457/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-07-30T11:23:00Z",
                "spacecraft": {
                    "id": 312,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/312/?format=api",
                    "name": "Progress M-49",
                    "serial_number": "Progress M-49 (No.249)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P65DT22H48M37S",
                    "time_docked": "P63DT16H10M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-49 (Russian: Прогресс М-49), identified by NASA as Progress 14 or 14P, was a Progress spacecraft used to resupply the International Space Station.",
                    "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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 400,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/400/?format=api",
            "launch_id": "bf3eb453-b4c0-48e4-a38e-c6255512911e",
            "docking": "2004-08-14T05:01:00Z",
            "departure": "2004-12-22T19:37:00Z",
            "flight_vehicle": {
                "id": 456,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/456/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-12-22T23:23:00Z",
                "spacecraft": {
                    "id": 311,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/311/?format=api",
                    "name": "Progress M-50",
                    "serial_number": "Progress M-50 (No.350)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P133DT18H19M53S",
                    "time_docked": "P130DT14H36M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-50 (Russian: Прогресс М-50), identified by NASA as Progress 15 or 15P, was a Progress spacecraft used to resupply the International Space Station.",
                    "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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 435,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/435/?format=api",
            "launch_id": "8eb9953e-0312-4d18-81eb-20672889161c",
            "docking": "2012-10-31T13:33:00Z",
            "departure": "2013-04-15T12:02:00Z",
            "flight_vehicle": {
                "id": 398,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/398/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-04-21T15:02:00Z",
                "spacecraft": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/257/?format=api",
                    "name": "Progress M-17M",
                    "serial_number": "Progress M-17M (No.417)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P172DT7H20M42S",
                    "time_docked": "P165DT22H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-17M (Russian: Прогресс М-17М), identified by NASA as Progress 49 or 49P, was 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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 114,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/114/?format=api",
            "launch_id": "e1b6d391-fa37-47a5-9a18-7b19a8a183d8",
            "docking": "2011-07-10T15:07:00Z",
            "departure": "2011-07-19T06:28:00Z",
            "flight_vehicle": {
                "id": 199,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/199/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-07-21T09:57: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": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 383,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/383/?format=api",
            "launch_id": "1c76d610-c557-4023-aa4e-3ee0b6aa3418",
            "docking": "2000-10-20T21:16:05Z",
            "departure": "2001-01-25T05:19:49Z",
            "flight_vehicle": {
                "id": 474,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/474/?format=api",
                "destination": "Mir",
                "mission_end": "2001-01-29T00:00:00Z",
                "spacecraft": {
                    "id": 328,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/328/?format=api",
                    "name": "Progress M-43",
                    "serial_number": "Progress M-43 (No.243)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P104DT2H32M54S",
                    "time_docked": "P96DT8H3M44S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-43 (Russian: Прогресс М-43), 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": 397,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/397/?format=api",
            "launch_id": "7144c201-76b9-49b5-9904-4a6fb084b010",
            "docking": "2003-08-31T03:40:45Z",
            "departure": "2004-01-28T08:35:56Z",
            "flight_vehicle": {
                "id": 459,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/459/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-01-28T13:57:00Z",
                "spacecraft": {
                    "id": 314,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/314/?format=api",
                    "name": "Progress M-48",
                    "serial_number": "Progress M-48 (No.248)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P152DT12H9M1S",
                    "time_docked": "P150DT4H55M11S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-48 (Russian: Прогресс М-48), identified by NASA as Progress 12 or 12P, was a Progress spacecraft used to resupply the International Space Station.",
                    "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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}