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=340
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=350",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=330",
    "results": [
        {
            "id": 462,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/462/?format=api",
            "launch_id": "241d73d1-148f-4a9d-a9a1-6bf098c79e80",
            "docking": "2004-11-29T09:52:46Z",
            "departure": "2005-04-24T18:44:40Z",
            "flight_vehicle": {
                "id": 209,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/209/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-04-24T22:08:00Z",
                "spacecraft": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/88/?format=api",
                    "name": "Soyuz TMA-5",
                    "serial_number": "Soyuz TMA 11F732A17 #215",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P192DT19H1M34S",
                    "time_docked": "P190DT14H8M20S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-5 was a Soyuz spacecraft which launched on 14 October 2004 03:06 UTC. It transported two members of the Expedition 10 crew and one astronaut to the International Space Station. The Expedition 10 crew consisted of Salizhan Sharipov and Leroy Chiao. The astronaut was RKA astronaut Yuri Shargin.",
                    "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": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/75/?format=api",
            "launch_id": "241d73d1-148f-4a9d-a9a1-6bf098c79e80",
            "docking": "2004-10-16T04:15:32Z",
            "departure": "2004-11-29T09:31:58Z",
            "flight_vehicle": {
                "id": 209,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/209/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-04-24T22:08:00Z",
                "spacecraft": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/88/?format=api",
                    "name": "Soyuz TMA-5",
                    "serial_number": "Soyuz TMA 11F732A17 #215",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P192DT19H1M34S",
                    "time_docked": "P190DT14H8M20S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-5 was a Soyuz spacecraft which launched on 14 October 2004 03:06 UTC. It transported two members of the Expedition 10 crew and one astronaut to the International Space Station. The Expedition 10 crew consisted of Salizhan Sharipov and Leroy Chiao. The astronaut was RKA astronaut Yuri Shargin.",
                    "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": 428,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/428/?format=api",
            "launch_id": "3e9cdec7-9a72-4a21-a916-9cceece4f5a5",
            "docking": "2011-04-29T14:29:00Z",
            "departure": "2011-10-29T09:04:00Z",
            "flight_vehicle": {
                "id": 405,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/405/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-10-29T12:54:00Z",
                "spacecraft": {
                    "id": 264,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/264/?format=api",
                    "name": "Progress M-10M",
                    "serial_number": "Progress M-10M (No.410)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P184DT23H48M39S",
                    "time_docked": "P182DT18H35M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-10M (Russian: Прогресс М-10М), identified by NASA as Progress 42 or 42P, is a Progress spacecraft which was launched on 27 April 2011 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": 116,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/116/?format=api",
            "launch_id": "f9a03458-107d-49d5-a513-7c4a457a1771",
            "docking": "2011-12-23T15:19:00Z",
            "departure": "2012-07-01T04:48:00Z",
            "flight_vehicle": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/179/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-07-01T08:14:00Z",
                "spacecraft": {
                    "id": 68,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/68/?format=api",
                    "name": "Soyuz TMA-03M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #703",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P192DT18H57M45S",
                    "time_docked": "P190DT13H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-03M was a Soyuz spacecraft which launched on 21 December 2011 13:16 UTC. It transported three members of the Expedition 30 crew to the International Space Station. The crew consisted of Oleg Kononenko, André Kuipers, and Donald Pettit.",
                    "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": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 396,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/396/?format=api",
            "launch_id": "b5cfd3d6-8a4b-4cae-bac3-16e32d2090e9",
            "docking": "2003-06-11T11:15:00Z",
            "departure": "2003-09-04T19:41:00Z",
            "flight_vehicle": {
                "id": 460,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/460/?format=api",
                "destination": "International Space Station",
                "mission_end": "2003-10-03T12:38:00Z",
                "spacecraft": {
                    "id": 315,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/315/?format=api",
                    "name": "Progress M1-10",
                    "serial_number": "Progress M1-10 (No.259)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P117DT2H3M41S",
                    "time_docked": "P85DT8H26M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-10 (Russian: Прогресс М1-10), identified by NASA as Progress 11 or 11P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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-m1_image_20231219142545.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": 54,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/54/?format=api",
            "launch_id": "7b72cb4e-373b-4543-9671-6df8e3b2e48f",
            "docking": "2000-09-10T05:51:25Z",
            "departure": "2000-09-18T03:46:00Z",
            "flight_vehicle": {
                "id": 144,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/144/?format=api",
                "destination": "International Space Station",
                "mission_end": "2000-09-20T07:56: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": 15,
                "name": "Unity forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/106/?format=api",
            "launch_id": "c4b6b5fa-4ab0-47b8-9db3-97761834d7b1",
            "docking": "2010-05-16T14:28:00Z",
            "departure": "2010-05-23T15:22:00Z",
            "flight_vehicle": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/196/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-05-26T12:49:00Z",
                "spacecraft": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                    "name": "Space Shuttle Atlantis",
                    "serial_number": "OV-104",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P307DT12H43M25S",
                    "time_docked": "P124DT2H45M9S",
                    "flights_count": 33,
                    "mission_ends_count": 33,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                    "spacecraft_config": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                        "name": "Space Shuttle",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 437,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/437/?format=api",
            "launch_id": "8fa5686d-73a4-4ec5-9c53-9413221a7a54",
            "docking": "2013-04-26T12:25:00Z",
            "departure": "2013-06-11T13:58:00Z",
            "flight_vehicle": {
                "id": 396,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/396/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-06-19T13:39:00Z",
                "spacecraft": {
                    "id": 254,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/254/?format=api",
                    "name": "Progress M-19M",
                    "serial_number": "Progress M-19M (No.419)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P56DT3H26M44S",
                    "time_docked": "P46DT1H33M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-19M (Russian: Прогресс М-19М), identified by NASA as Progress 51 or 51P, 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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 401,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/401/?format=api",
            "launch_id": "db36f412-74cc-418a-9f31-0af81217609d",
            "docking": "2004-12-25T23:57:00Z",
            "departure": "2005-02-27T16:06:00Z",
            "flight_vehicle": {
                "id": 455,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/455/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-03-09T17:03:00Z",
                "spacecraft": {
                    "id": 310,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/310/?format=api",
                    "name": "Progress M-51",
                    "serial_number": "Progress M-51 (No.351)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P75DT18H43M26S",
                    "time_docked": "P63DT16H9M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-51 (Russian: Прогресс М-51), identified by NASA as Progress 16 or 16P, 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": 403,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/403/?format=api",
            "launch_id": "474f41b4-e7fe-4c62-b8d4-dc7daa8422a6",
            "docking": "2005-06-19T00:41:00Z",
            "departure": "2005-09-07T10:25:00Z",
            "flight_vehicle": {
                "id": 453,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/453/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-09-07T14:12:00Z",
                "spacecraft": {
                    "id": 308,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/308/?format=api",
                    "name": "Progress M-53",
                    "serial_number": "Progress M-53 (No.353)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P82DT15H2M26S",
                    "time_docked": "P80DT9H44M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-53 (Russian: Прогресс М-53), identified by NASA as Progress 18 or 18P, 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"
                }
            }
        }
    ]
}