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=260&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=270&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=250&ordering=departure",
    "results": [
        {
            "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": 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": 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": 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": 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": 416,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/416/?format=api",
            "launch_id": "868450ba-af31-4e5b-9916-df2e6a80d982",
            "docking": "2009-02-13T07:18:00Z",
            "departure": "2009-05-06T15:18:00Z",
            "flight_vehicle": {
                "id": 428,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/428/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-05-18T15:14:00Z",
                "spacecraft": {
                    "id": 295,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/295/?format=api",
                    "name": "Progress M-66",
                    "serial_number": "Progress M-66 (No.366)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P97DT9H24M14S",
                    "time_docked": "P82DT8H",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-66 (Russian: Прогресс М-66), identified by NASA as Progress 32 or 32P, 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": 18,
                "name": "Pirs 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": 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": 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"
                }
            }
        }
    ]
}