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

{
    "count": 516,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=250&ordering=-docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=230&ordering=-docking",
    "results": [
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/100/?format=api",
            "launch_id": "349eb56f-50e8-4858-9977-e4b7121c40f5",
            "docking": "2009-10-02T08:35:07Z",
            "departure": "2010-01-21T10:03:11Z",
            "flight_vehicle": {
                "id": 220,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/220/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-03-18T11:24:00Z",
                "spacecraft": {
                    "id": 77,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/77/?format=api",
                    "name": "Soyuz TMA-16",
                    "serial_number": "Soyuz TMA 11F732A17 #226",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P169DT4H9M15S",
                    "time_docked": "P166DT23H7M15S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-16 was a Soyuz spacecraft which launched on September 30 2009 07:14 UTC. It transported two members of the Expedition 21 crew and one participant to the International Space Station. The Expedition 21 crew consisted of Maksim Surayev and Jeffrey Williams. The spaceflight participant was tourist Guy Laliberté.",
                    "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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 143,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/143/?format=api",
            "launch_id": "1c7a7205-4a1d-4d92-ab95-aee26c23e56c",
            "docking": "2009-09-17T22:26:00Z",
            "departure": "2009-10-30T15:02:00Z",
            "flight_vehicle": {
                "id": 265,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/265/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-11-01T21:26:00Z",
                "spacecraft": {
                    "id": 171,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/171/?format=api",
                    "name": "HTV Technical Demonstration Vehicle",
                    "serial_number": "HTV-1",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P52DT4H24M14S",
                    "time_docked": "P42DT16H36M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "HTV-1, also known as the HTV Demonstration Flight or HTV Technical Demonstration Vehicle, was the first Japanese Space Agency (JAXA) H-II Transfer Vehicle, launched in September 2009 to resupply the International Space Station and support the JAXA Kibo laboratory or JEM. It was an unmanned cargo spacecraft carrying a mixture of pressurised and unpressurised cargo to the space station. After a 52-day successful mission, HTV departed the ISS on 31 October 2009 after being released by the station's robotic arm. The spacecraft re-entered the Earth's atmosphere on 2 November and disintegrated on re-entry as planned.",
                    "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": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/99/?format=api",
            "launch_id": "2bdc40c7-3b72-4ed1-88ec-127facd252ca",
            "docking": "2009-08-31T00:54:00Z",
            "departure": "2009-09-08T19:26:00Z",
            "flight_vehicle": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/192/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-09-12T00:53: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": 417,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/417/?format=api",
            "launch_id": "e45db5b1-cc5e-4ed7-9694-4eaa71520652",
            "docking": "2009-07-29T11:12:00Z",
            "departure": "2009-09-21T07:25:00Z",
            "flight_vehicle": {
                "id": 427,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/427/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-09-27T10:19:00Z",
                "spacecraft": {
                    "id": 294,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/294/?format=api",
                    "name": "Progress M-67",
                    "serial_number": "Progress M-67 (No.367)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P64DT23H22M4S",
                    "time_docked": "P53DT20H13M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-67 (Russian: Прогресс М-67), identified by NASA as Progress 34 or 34P, 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": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/98/?format=api",
            "launch_id": "04f545af-568f-442c-8d19-db8a91f4d62b",
            "docking": "2009-07-17T17:47:00Z",
            "departure": "2009-07-28T17:26:00Z",
            "flight_vehicle": {
                "id": 191,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/191/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-07-31T14:48: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": 457,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/457/?format=api",
            "launch_id": "ef1eeb85-2c51-43ee-89e4-16bcbba25ebf",
            "docking": "2009-07-02T21:54:55Z",
            "departure": "2009-10-11T01:07:16Z",
            "flight_vehicle": {
                "id": 218,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/218/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-10-11T04:32:00Z",
                "spacecraft": {
                    "id": 79,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/79/?format=api",
                    "name": "Soyuz TMA-14",
                    "serial_number": "Soyuz TMA 11F732A17 #224",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P198DT16H42M42S",
                    "time_docked": "P196DT11H36M41S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-14 was a Soyuz spacecraft which launched on March 26 2009 11:49 UTC. It transported two members of the Expedition 19 crew and one participant to the International Space Station. The Expedition 19 crew consisted of Gennady Padalka and Michael Barratt. The spaceflight participant was tourist Charles Simonyi.",
                    "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": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/97/?format=api",
            "launch_id": "c2c7efe5-8154-4df3-885b-37d29942ebe3",
            "docking": "2009-05-29T12:43:00Z",
            "departure": "2009-12-01T03:56:00Z",
            "flight_vehicle": {
                "id": 219,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/219/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-12-01T07:17:00Z",
                "spacecraft": {
                    "id": 78,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/78/?format=api",
                    "name": "Soyuz TMA-15",
                    "serial_number": "Soyuz TMA 11F732A17 #225",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P187DT20H42M7S",
                    "time_docked": "P185DT15H13M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-15 was a Soyuz spacecraft which launched on 27 May 2009 10:34 UTC. It transported three members of the Expedition 20 crew to the International Space Station. The crew consisted of Roman Romanenko, Frank De Winne, and Robert Thirsk.",
                    "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": 419,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/419/?format=api",
            "launch_id": "9efbcc71-e848-43ab-bf43-9ad8f803eeda",
            "docking": "2009-05-12T19:24:00Z",
            "departure": "2009-06-30T18:29:00Z",
            "flight_vehicle": {
                "id": 674,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/674/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-07-13T16:28:00Z",
                "spacecraft": {
                    "id": 476,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/476/?format=api",
                    "name": "Progress M-02M",
                    "serial_number": "Progress M-02M (No.402)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P66DT21H50M51S",
                    "time_docked": "P48DT23H5M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-02M (Russian: Прогресс М-02М), identified by NASA as Progress 33P, 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": 96,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/96/?format=api",
            "launch_id": "ef1eeb85-2c51-43ee-89e4-16bcbba25ebf",
            "docking": "2009-03-28T13:04:49Z",
            "departure": "2009-07-02T21:29:09Z",
            "flight_vehicle": {
                "id": 218,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/218/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-10-11T04:32:00Z",
                "spacecraft": {
                    "id": 79,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/79/?format=api",
                    "name": "Soyuz TMA-14",
                    "serial_number": "Soyuz TMA 11F732A17 #224",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P198DT16H42M42S",
                    "time_docked": "P196DT11H36M41S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-14 was a Soyuz spacecraft which launched on March 26 2009 11:49 UTC. It transported two members of the Expedition 19 crew and one participant to the International Space Station. The Expedition 19 crew consisted of Gennady Padalka and Michael Barratt. The spaceflight participant was tourist Charles Simonyi.",
                    "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": 2,
                "name": "Zvezda aft",
                "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"
                }
            }
        }
    ]
}