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=400
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=410",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=390",
    "results": [
        {
            "id": 361,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/361/?format=api",
            "launch_id": "7a5f30fb-a2b8-41d8-abd4-8d20d2062aef",
            "docking": "1995-02-17T18:21:34Z",
            "departure": "1995-03-15T02:26:38Z",
            "flight_vehicle": {
                "id": 495,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/495/?format=api",
                "destination": "Mir",
                "mission_end": "1995-03-15T06:15:00Z",
                "spacecraft": {
                    "id": 347,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/347/?format=api",
                    "name": "Progress M-26",
                    "serial_number": "Progress M-26 (No.226)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P27DT13H26M32S",
                    "time_docked": "P25DT8H5M4S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-26 (Russian: Прогресс М-26), was a Progress spacecraft used to resupply the space station Mir.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        },
        {
            "id": 289,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/289/?format=api",
            "launch_id": "781ed522-ed2a-49da-ad86-52ff3b0c1263",
            "docking": "2014-02-05T22:22:00Z",
            "departure": "2014-04-07T13:58:00Z",
            "flight_vehicle": {
                "id": 393,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/393/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-04-18T15:46:00Z",
                "spacecraft": {
                    "id": 251,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/251/?format=api",
                    "name": "Progress M-22M",
                    "serial_number": "Progress M-22M (No.422)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P71DT23H22M28S",
                    "time_docked": "P60DT15H36M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-22M (Russian: Прогресс М-22М), identified by NASA as Progress 54 or 54P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "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": 238,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/238/?format=api",
            "launch_id": "e71d3b58-dede-43f3-ac73-cc2de9a307ad",
            "docking": "2020-05-31T14:16:00Z",
            "departure": "2020-08-01T23:30:00Z",
            "flight_vehicle": {
                "id": 415,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/415/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-08-02T18:48:00Z",
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P701DT21H16M35S",
                    "time_docked": "P692DT23H37M",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon 6 is the Crew Dragon spacecraft launched on the SpaceX DM-2 demonstration mission to the ISS.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.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": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/58/?format=api",
            "launch_id": "54dc77b6-96ef-4919-a344-c0f672d05064",
            "docking": "2001-02-09T16:51:00Z",
            "departure": "2001-02-16T14:05:00Z",
            "flight_vehicle": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/147/?format=api",
                "destination": "International Space Station",
                "mission_end": "2001-02-20T20:33:00Z",
                "spacecraft": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                    "name": "Space Shuttle Atlantis",
                    "serial_number": "OV-104",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P307DT12H43M25S",
                    "time_docked": "P124DT2H45M9S",
                    "flights_count": 33,
                    "mission_ends_count": 33,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                    "spacecraft_config": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                        "name": "Space Shuttle",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 1,
                "name": "Unity nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/55/?format=api",
            "launch_id": "0253e89f-8d0f-4b5b-a66e-3bef8474db65",
            "docking": "2000-10-13T17:45:00Z",
            "departure": "2000-10-20T15:08:00Z",
            "flight_vehicle": {
                "id": 145,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/145/?format=api",
                "destination": "International Space Station",
                "mission_end": "2000-10-24T20:59: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": 15,
                "name": "Unity forward",
                "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": 455,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/455/?format=api",
            "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
            "docking": "2010-06-28T19:37:58Z",
            "departure": "2010-11-26T01:23:13Z",
            "flight_vehicle": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/223/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-26T04:46:00Z",
                "spacecraft": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
                    "name": "Soyuz TMA-19",
                    "serial_number": "Soyuz TMA 11F732A17 #229",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P163DT7H10M41S",
                    "time_docked": "P161DT2H37M58S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
                    "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": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/107/?format=api",
            "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
            "docking": "2010-06-17T22:21:05Z",
            "departure": "2010-06-28T19:13:48Z",
            "flight_vehicle": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/223/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-26T04:46:00Z",
                "spacecraft": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
                    "name": "Soyuz TMA-19",
                    "serial_number": "Soyuz TMA 11F732A17 #229",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P163DT7H10M41S",
                    "time_docked": "P161DT2H37M58S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
                    "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": 454,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/454/?format=api",
            "launch_id": "be714c91-b0dc-40f2-a185-0a0a8551ace8",
            "docking": "2013-11-01T08:54:27Z",
            "departure": "2013-11-10T23:26:31Z",
            "flight_vehicle": {
                "id": 173,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/173/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-11-11T02:49:00Z",
                "spacecraft": {
                    "id": 62,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/62/?format=api",
                    "name": "Soyuz TMA-09M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #709",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P166DT6H17M36S",
                    "time_docked": "P165DT20H55M5S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-09M was a Soyuz spacecraft which launched on 28 May 2013 20:31 UTC. It transported three members of the Expedition 36 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Karen L. Nyberg, and Luca Parmitano.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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-m_image_20231225092103.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"
                }
            }
        }
    ]
}