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=250&ordering=-departure
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 515,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=260&ordering=-departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=240&ordering=-departure",
    "results": [
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/93/?format=api",
            "launch_id": "424c6223-ab74-4401-9eb7-b4ca20b97ae0",
            "docking": "2008-10-14T08:26:14Z",
            "departure": "2009-04-08T03:55:25Z",
            "flight_vehicle": {
                "id": 217,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/217/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-04-08T07:16:00Z",
                "spacecraft": {
                    "id": 80,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/80/?format=api",
                    "name": "Soyuz TMA-13",
                    "serial_number": "Soyuz TMA 11F732A17 #223",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P178DT14M27S",
                    "time_docked": "P175DT19H29M11S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-13 was a Soyuz spacecraft which launched on 12 October 2008 07:01 UTC. It transported two members of the Expedition 18 crew and one tourist to the International Space Station. The Expedition 18 crew consisted of Yuri Lonchakov and Michael Fincke. The tourist was Richard Garriott.",
                    "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": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/95/?format=api",
            "launch_id": "a6b7139f-3af3-4f8f-b294-bb9380f719f6",
            "docking": "2009-03-17T21:20:00Z",
            "departure": "2009-03-25T19:53:00Z",
            "flight_vehicle": {
                "id": 189,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/189/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-03-28T19:13: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": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 418,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/418/?format=api",
            "launch_id": "812bca8d-c534-44da-969e-6b53c2909705",
            "docking": "2008-11-30T12:28:00Z",
            "departure": "2009-02-06T04:10:00Z",
            "flight_vehicle": {
                "id": 673,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/673/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-02-08T08:20:00Z",
                "spacecraft": {
                    "id": 475,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/475/?format=api",
                    "name": "Progress M-01M",
                    "serial_number": "Progress M-01M (No.401)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P73DT19H41M22S",
                    "time_docked": "P67DT15H42M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-01M (Russian: Прогресс М-01М), identified by NASA as Progress 31P, was a Progress spacecraft used by the Russian Federal Space Agency 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"
                }
            }
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/94/?format=api",
            "launch_id": "2895738c-a7e0-421d-b0d8-86d347e899f3",
            "docking": "2008-11-16T22:01:00Z",
            "departure": "2008-11-28T14:47:00Z",
            "flight_vehicle": {
                "id": 188,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/188/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-11-30T21:25:00Z",
                "spacecraft": {
                    "id": 40,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/40/?format=api",
                    "name": "Space Shuttle Endeavour",
                    "serial_number": "OV-105",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P296DT5H37M42S",
                    "time_docked": "P120DT14H50M45S",
                    "flights_count": 25,
                    "mission_ends_count": 25,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Endeavour (Orbiter Vehicle Designation: OV-105) is a retired orbiter from NASA's Space Shuttle program and the fifth and final operational shuttle built. It embarked on its first mission, STS-49, in May 1992 and its 25th and final mission, STS-134, in May 2011. STS-134 was expected to be the final mission of the Space Shuttle program, but with the authorization of STS-135, Atlantis became the last shuttle to fly.  The United States Congress approved the construction of Endeavour in 1987 to replace Challenger, which was lost in 1986.  Structural spares built during the construction of Discovery and Atlantis were used in its assembly. NASA chose, on cost grounds, to build Endeavour from spares rather than refitting Enterprise.",
                    "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": 415,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/415/?format=api",
            "launch_id": "636af3b9-aebb-413f-bdd9-8876cb31943f",
            "docking": "2008-09-17T18:43:00Z",
            "departure": "2008-11-15T16:19:00Z",
            "flight_vehicle": {
                "id": 429,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/429/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-12-08T08:49:00Z",
                "spacecraft": {
                    "id": 296,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/296/?format=api",
                    "name": "Progress M-65",
                    "serial_number": "Progress M-65 (No.365)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P88DT12H58M58S",
                    "time_docked": "P58DT21H36M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-65 (Russian: Прогресс М-65), identified by NASA as Progress 30 or 30P, 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": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/91/?format=api",
            "launch_id": "ebd4748d-4991-48a7-a2f3-0535f4e1a5c1",
            "docking": "2008-04-10T12:57:00Z",
            "departure": "2008-10-24T00:16:00Z",
            "flight_vehicle": {
                "id": 216,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/216/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-10-24T03:37:00Z",
                "spacecraft": {
                    "id": 81,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/81/?format=api",
                    "name": "Soyuz TMA-12",
                    "serial_number": "Soyuz TMA 11F732A17 #222",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P198DT16H20M21S",
                    "time_docked": "P196DT11H19M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-12 was a Soyuz spacecraft which launched on April 8 2008 11:16 UTC. It transported two members of the Expedition 17 crew and one participant to the International Space Station. The Expedition 17 crew consisted of Sergei Volkov and Oleg Kononenko. The spaceflight participant was biotechnologist Yi So-Yeon.",
                    "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": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/150/?format=api",
            "launch_id": "967894dd-25b7-43e7-99be-a30a36a54ec3",
            "docking": "2008-04-03T14:45:00Z",
            "departure": "2008-09-05T21:29:00Z",
            "flight_vehicle": {
                "id": 260,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/260/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-09-29T00:00:00Z",
                "spacecraft": {
                    "id": 155,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/155/?format=api",
                    "name": "Jules Verne ATV",
                    "serial_number": "ATV-001",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P203DT19H56M49S",
                    "time_docked": "P155DT6H44M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "The Jules Verne ATV, or Automated Transfer Vehicle 001 (ATV-001), was an unmanned cargo resupply spacecraft launched by the European Space Agency (ESA). The ATV was named after the 19th-century French science-fiction author Jules Verne. It was launched on 9 March 2008 on a mission to supply the International Space Station (ISS) with propellant, water, air, and dry cargo. Jules Verne was the first of five ATVs to be launched.",
                    "spacecraft_config": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
                        "name": "Automated Transfer Vehicle (ATV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 115,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                            "name": "Arianespace",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.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": 414,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/414/?format=api",
            "launch_id": "445cded8-7dd7-4a34-9183-d055e3da37ba",
            "docking": "2008-05-16T21:39:00Z",
            "departure": "2008-09-01T19:46:00Z",
            "flight_vehicle": {
                "id": 430,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/430/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-09-08T21:33:00Z",
                "spacecraft": {
                    "id": 297,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/297/?format=api",
                    "name": "Progress M-64",
                    "serial_number": "Progress M-64 (No.364)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P117DT1H10M4S",
                    "time_docked": "P107DT22H7M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-64 (Russian: Прогресс М-64), identified by NASA as Progress 29 or 29P, 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": 20,
                "name": "Zarya nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/92/?format=api",
            "launch_id": "a496cd21-50a4-4dee-8ac5-64c63ffcefe0",
            "docking": "2008-06-02T18:03:00Z",
            "departure": "2008-06-11T11:42:00Z",
            "flight_vehicle": {
                "id": 187,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/187/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-06-14T15:15: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": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/87/?format=api",
            "launch_id": "a206bbca-d2bb-49f9-904b-285a8e2cbfdf",
            "docking": "2007-10-12T14:50:05Z",
            "departure": "2008-04-19T05:06:27Z",
            "flight_vehicle": {
                "id": 215,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/215/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-04-19T08:30:00Z",
                "spacecraft": {
                    "id": 82,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/82/?format=api",
                    "name": "Soyuz TMA-11",
                    "serial_number": "Soyuz TMA 11F732A17 #221",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P191DT19H7M21S",
                    "time_docked": "P189DT14H16M22S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-11 was a Soyuz spacecraft which launched on October 10 2007 13:22 UTC. It transported two members of the Expedition 16 crew and one participant to the International Space Station. The Expedition 16 crew consisted of Yuri Malenchenko and Peggy Whitson. The participant was surgeon Sheikh Muszaphar.",
                    "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"
                }
            }
        }
    ]
}