Modes

Levels of detail in the response - normal, detailed

Example - /space_stations/?mode=detailed

Filters

Parameters - docked_vehicles, docked_vehicles__gt, docked_vehicles__gte, docked_vehicles__lt, docked_vehicles__lte, id, name, name__contains, onboard_crew, onboard_crew__gt, onboard_crew__gte, onboard_crew__lt, onboard_crew__lte, orbit, owner__ids, owners, status, status__ids, type

Example - /space_stations/?onboard_crew__gte=1

Fields searched - name, owners__abbrev, owners__name

Example - /space_stations/?search=Salyut

Ordering

Fields - docked_vehicles, founded, id, name, onboard_crew, status, type, volume

Example - /space_stations/?ordering=founded

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /space_stations/?limit=2

Format

Switch to JSON output - /space_stations/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

GET /2.3.0/space_stations/?format=api&mode=detailed&ordering=-founded
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 15,
    "next": "https://ll.thespacedevs.com/2.3.0/space_stations/?format=api&limit=10&mode=detailed&offset=10&ordering=-founded",
    "previous": null,
    "results": [
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/18/?format=api",
            "name": "Tiangong space station",
            "image": {
                "id": 1941,
                "name": "[AUTO] Tiangong space station - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "2021-04-29",
            "deorbited": null,
            "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "abbrev": "CASC",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 6,
                            "name": "China",
                            "alpha_2_code": "CN",
                            "alpha_3_code": "CHN",
                            "nationality_name": "Chinese",
                            "nationality_name_composed": "Sino"
                        }
                    ],
                    "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
                    "administrator": "Chairman & President: Lei Fanpei",
                    "founding_year": 1999,
                    "launchers": "Long March",
                    "spacecraft": "",
                    "parent": null,
                    "image": {
                        "id": 8,
                        "name": "[AUTO] China Aerospace Science and Technology Corporation - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184558.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 124,
                        "name": "[AUTO] China Aerospace Science and Technology Corporation - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184933.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 50,
                        "name": "[AUTO] China Aerospace Science and Technology Corporation - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184746.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [
                {
                    "id": 163,
                    "url": "https://ll.thespacedevs.com/2.3.0/expeditions/163/?format=api",
                    "name": "Shenzhou 20",
                    "start": "2025-04-24T15:49:00Z",
                    "end": null
                }
            ],
            "height": 16.6,
            "width": 4.2,
            "mass": 22.0,
            "volume": 50,
            "onboard_crew": 3,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 32,
                    "name": "Tianhe aft",
                    "currently_docked": {
                        "id": 615,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/615/?format=api",
                        "docking": "2024-11-15T18:32:00Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 864,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/864/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 602,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/602/?format=api",
                                "name": "Tianzhou-8",
                                "serial_number": "8",
                                "is_placeholder": false,
                                "image": {
                                    "id": 1937,
                                    "name": "[AUTO] Tianzhou - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P174DT10H50M12S",
                                "time_docked": "P174DT7H31M30S",
                                "flights_count": 1,
                                "mission_ends_count": 0,
                                "status": {
                                    "id": 4,
                                    "name": "Single Use"
                                },
                                "description": "Eighth operational Tianzhou spacecraft",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 25,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/25/?format=api",
                                    "name": "Tianzhou",
                                    "type": {
                                        "id": 4,
                                        "name": "Cargo Resupply"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 88,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                                        "name": "China Aerospace Science and Technology Corporation",
                                        "abbrev": "CASC",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 6,
                                                "name": "China",
                                                "alpha_2_code": "CN",
                                                "alpha_3_code": "CHN",
                                                "nationality_name": "Chinese",
                                                "nationality_name_composed": "Sino"
                                            }
                                        ],
                                        "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
                                        "administrator": "Chairman & President: Lei Fanpei",
                                        "founding_year": 1999,
                                        "launchers": "Long March",
                                        "spacecraft": "",
                                        "parent": null,
                                        "image": {
                                            "id": 8,
                                            "name": "[AUTO] China Aerospace Science and Technology Corporation - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184558.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 124,
                                            "name": "[AUTO] China Aerospace Science and Technology Corporation - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184933.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 50,
                                            "name": "[AUTO] China Aerospace Science and Technology Corporation - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184746.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [],
                                    "in_use": true,
                                    "image": {
                                        "id": 1937,
                                        "name": "[AUTO] Tianzhou - image",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
                                        "credit": null,
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "capability": "Cargo Earth Orbit Logistics",
                                    "history": "The Tianzhou is a Chinese automated cargo spacecraft that was first launched on April 20, 2017 to resupply Tiangong-1. It demonstrated autonomous propellant transfer in orbit.",
                                    "details": "Autonomous cargo spacecraft used to resupply the Chinese Space Station.",
                                    "maiden_flight": "2017-04-20",
                                    "height": 9.0,
                                    "diameter": 3.35,
                                    "human_rated": false,
                                    "crew_capacity": null,
                                    "payload_capacity": 6700,
                                    "payload_return_capacity": null,
                                    "flight_life": "180 days in orbit",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Tianzhou_(spacecraft)",
                                    "info_link": "",
                                    "spacecraft_flown": 8,
                                    "total_launch_count": 8,
                                    "successful_launches": 8,
                                    "failed_launches": 0,
                                    "attempted_landings": 0,
                                    "successful_landings": 0,
                                    "failed_landings": 0,
                                    "fastest_turnaround": null
                                },
                                "fastest_turnaround": null
                            },
                            "launch": {
                                "id": "1b411bfa-86b8-4b88-8f01-6e97ca4b90d7",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/1b411bfa-86b8-4b88-8f01-6e97ca4b90d7/?format=api",
                                "name": "Long March 7 | Tianzhou-8",
                                "response_mode": "normal",
                                "slug": "long-march-7-tianzhou-8",
                                "launch_designator": "2024-211",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2024-11-16T01:45:46Z",
                                "net": "2024-11-15T15:13:18Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2024-11-15T15:20:00Z",
                                "window_start": "2024-11-15T15:03:00Z",
                                "image": {
                                    "id": 1781,
                                    "name": "[AUTO] Long March 7 - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7_image_20210513083007.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193741.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": null,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 88,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                                    "name": "China Aerospace Science and Technology Corporation",
                                    "abbrev": "CASC",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "rocket": {
                                    "id": 8104,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 100,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/100/?format=api",
                                        "name": "Long March 7",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 106,
                                                "name": "Long March"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 114,
                                                "name": "Long March 7"
                                            }
                                        ],
                                        "full_name": "Long March 7",
                                        "variant": ""
                                    }
                                },
                                "mission": {
                                    "id": 6662,
                                    "name": "Tianzhou-8",
                                    "type": "Resupply",
                                    "description": "Seventh cargo delivery mission to the Chinese space station.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 176,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/176/?format=api",
                                    "active": true,
                                    "agencies": [],
                                    "name": "201",
                                    "image": {
                                        "id": 2019,
                                        "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
                                        "credit": "秦英健/Qin Yingjian",
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": false,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                                    "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                                    "latitude": 19.618452,
                                    "longitude": 110.955356,
                                    "country": {
                                        "id": 6,
                                        "name": "China",
                                        "alpha_2_code": "CN",
                                        "alpha_3_code": "CHN",
                                        "nationality_name": "Chinese",
                                        "nationality_name_composed": "Sino"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                                    "total_launch_count": 22,
                                    "orbital_launch_attempt_count": 22,
                                    "fastest_turnaround": "P46DT6H35M",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 8,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/8/?format=api",
                                        "name": "Wenchang Space Launch Site, People's Republic of China",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 6,
                                            "name": "China",
                                            "alpha_2_code": "CN",
                                            "alpha_3_code": "CHN",
                                            "nationality_name": "Chinese",
                                            "nationality_name_composed": "Sino"
                                        },
                                        "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
                                        "image": {
                                            "id": 2019,
                                            "name": "CZ-8 liftoff from pad 201 (Queqiao-2)",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_20240320175819.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-8_liftoff_2_image_thumbnail_20240320175820.jpeg",
                                            "credit": "秦英健/Qin Yingjian",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": false,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                                        "longitude": 110.951133,
                                        "latitude": 19.614492,
                                        "timezone_name": "Asia/Shanghai",
                                        "total_launch_count": 38,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 19,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/19/?format=api",
                                        "name": "Tiangong space station",
                                        "image": {
                                            "id": 1893,
                                            "name": "[AUTO] Tiangong space station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": null,
                                        "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
                                        "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 88,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                                                "name": "China Aerospace Science and Technology Corporation",
                                                "abbrev": "CASC",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "2021-04-29T03:23:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6804,
                                "location_launch_attempt_count": 32,
                                "pad_launch_attempt_count": 20,
                                "agency_launch_attempt_count": 493,
                                "orbital_launch_attempt_count_year": 215,
                                "location_launch_attempt_count_year": 7,
                                "pad_launch_attempt_count_year": 5,
                                "agency_launch_attempt_count_year": 41
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                },
                {
                    "id": 33,
                    "name": "Tianhe forward",
                    "currently_docked": null
                },
                {
                    "id": 41,
                    "name": "Tianhe nadir",
                    "currently_docked": {
                        "id": 623,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/623/?format=api",
                        "docking": "2025-04-24T15:49:00Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 874,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/874/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 609,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/609/?format=api",
                                "name": "Shenzhou 20",
                                "serial_number": "20",
                                "is_placeholder": false,
                                "image": {
                                    "id": 1926,
                                    "name": "[AUTO] Shenzhou - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P14DT16H46M1S",
                                "time_docked": "P14DT10H14M32S",
                                "flights_count": 1,
                                "mission_ends_count": 0,
                                "status": {
                                    "id": 1,
                                    "name": "Active"
                                },
                                "description": "Spacecraft used to launch 3 astronauts on the 9th crewed mission to the Chinese Space Station.",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 2,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
                                    "name": "Shenzhou",
                                    "type": {
                                        "id": 2,
                                        "name": "Capsule"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                                        "name": "China National Space Administration",
                                        "abbrev": "CNSA",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 6,
                                                "name": "China",
                                                "alpha_2_code": "CN",
                                                "alpha_3_code": "CHN",
                                                "nationality_name": "Chinese",
                                                "nationality_name_composed": "Sino"
                                            }
                                        ],
                                        "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                                        "administrator": "Administrator: Tang Dengjie",
                                        "founding_year": 1993,
                                        "launchers": "",
                                        "spacecraft": "Shenzhou",
                                        "parent": null,
                                        "image": {
                                            "id": 9,
                                            "name": "[AUTO] China National Space Administration - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 125,
                                            "name": "[AUTO] China National Space Administration - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 51,
                                            "name": "[AUTO] China National Space Administration - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [],
                                    "in_use": true,
                                    "image": {
                                        "id": 1926,
                                        "name": "[AUTO] Shenzhou - image",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
                                        "credit": null,
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "capability": "Chinese crewed spaceflight program.",
                                    "history": "Shenzhou is a spacecraft used to support the Chinese manned spaceflight program and to carry crew to the Tiangong Space Station. Its design resembles the Russian Soyuz spacecraft, but it is larger in size and all-new in construction. The first launch was on November 19, 1999 and the first manned launch was on October 15, 2003.",
                                    "details": "The Shenzhou spacecraft resembles the Soyuz, although it is longer, with a larger habitable volume. It features a powered service module like the Soyuz, and prior to Shenzhou 8 its orbital module was capable of autonomous flight. \r\n\r\nThe aft service module contains life support and other equipment required for the functioning of Shenzhou.",
                                    "maiden_flight": "1999-11-19",
                                    "height": 9.25,
                                    "diameter": 2.8,
                                    "human_rated": true,
                                    "crew_capacity": 3,
                                    "payload_capacity": null,
                                    "payload_return_capacity": null,
                                    "flight_life": "200 day design life.",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Shenzhou_(spacecraft)",
                                    "info_link": "",
                                    "spacecraft_flown": 20,
                                    "total_launch_count": 20,
                                    "successful_launches": 20,
                                    "failed_launches": 0,
                                    "attempted_landings": 19,
                                    "successful_landings": 17,
                                    "failed_landings": 2,
                                    "fastest_turnaround": null
                                },
                                "fastest_turnaround": null
                            },
                            "launch": {
                                "id": "a164daf8-31df-4d34-bf67-5ec41b3a9f9b",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/a164daf8-31df-4d34-bf67-5ec41b3a9f9b/?format=api",
                                "name": "Long March 2F/G | Shenzhou 20",
                                "response_mode": "normal",
                                "slug": "long-march-2fg-shenzhou-20",
                                "launch_designator": "2025-082",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2025-04-24T21:32:20Z",
                                "net": "2025-04-24T09:17:31Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2025-04-24T09:47:00Z",
                                "window_start": "2025-04-24T09:07:00Z",
                                "image": {
                                    "id": 1765,
                                    "name": "[AUTO] Long March 2 - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193714.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": null,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 88,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                                    "name": "China Aerospace Science and Technology Corporation",
                                    "abbrev": "CASC",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "rocket": {
                                    "id": 8558,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 84,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
                                        "name": "Long March 2",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 106,
                                                "name": "Long March"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 109,
                                                "name": "Long March 2"
                                            }
                                        ],
                                        "full_name": "Long March 2F/G",
                                        "variant": "F/G"
                                    }
                                },
                                "mission": {
                                    "id": 7149,
                                    "name": "Shenzhou 20",
                                    "type": "Human Exploration",
                                    "description": "Ninth crewed flight to the Chinese space station.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 17,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                                            "name": "China National Space Administration",
                                            "abbrev": "CNSA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 6,
                                                    "name": "China",
                                                    "alpha_2_code": "CN",
                                                    "alpha_3_code": "CHN",
                                                    "nationality_name": "Chinese",
                                                    "nationality_name_composed": "Sino"
                                                }
                                            ],
                                            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                                            "administrator": "Administrator: Tang Dengjie",
                                            "founding_year": 1993,
                                            "launchers": "",
                                            "spacecraft": "Shenzhou",
                                            "parent": null,
                                            "image": {
                                                "id": 9,
                                                "name": "[AUTO] China National Space Administration - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 125,
                                                "name": "[AUTO] China National Space Administration - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 51,
                                                "name": "[AUTO] China National Space Administration - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 2,
                                            "consecutive_successful_launches": 2,
                                            "successful_launches": 2,
                                            "failed_launches": 0,
                                            "pending_launches": 0,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 17,
                                            "failed_landings_spacecraft": 1,
                                            "attempted_landings_spacecraft": 19,
                                            "successful_landings_payload": 2,
                                            "failed_landings_payload": 0,
                                            "attempted_landings_payload": 2,
                                            "info_url": "http://www.cnsa.gov.cn/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/China_National_Space_Administration",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/37/?format=api",
                                    "active": true,
                                    "agencies": [],
                                    "name": "Launch Area 4 (SLS-1 / 921)",
                                    "image": {
                                        "id": 1363,
                                        "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
                                        "credit": "我们的太空",
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": false,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                                    "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                                    "latitude": 40.957893,
                                    "longitude": 100.290944,
                                    "country": {
                                        "id": 6,
                                        "name": "China",
                                        "alpha_2_code": "CN",
                                        "alpha_3_code": "CHN",
                                        "nationality_name": "Chinese",
                                        "nationality_name_composed": "Sino"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
                                    "total_launch_count": 25,
                                    "orbital_launch_attempt_count": 25,
                                    "fastest_turnaround": "P31DT9H26M22S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/17/?format=api",
                                        "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 6,
                                            "name": "China",
                                            "alpha_2_code": "CN",
                                            "alpha_3_code": "CHN",
                                            "nationality_name": "Chinese",
                                            "nationality_name_composed": "Sino"
                                        },
                                        "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                                        "image": {
                                            "id": 1374,
                                            "name": "Long March 2F/G liftoff (Shenzhou 16)",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
                                            "credit": "CMS",
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": false,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                                        "longitude": 100.291111,
                                        "latitude": 40.958056,
                                        "timezone_name": "Asia/Shanghai",
                                        "total_launch_count": 248,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 7,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/7/?format=api",
                                        "name": "Shenzhou",
                                        "image": {
                                            "id": 1888,
                                            "name": "[AUTO] Shenzhou - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194040.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": null,
                                        "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
                                        "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 17,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                                                "name": "China National Space Administration",
                                                "abbrev": "CNSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1993-01-01T00:00:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    },
                                    {
                                        "response_mode": "normal",
                                        "id": 19,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/19/?format=api",
                                        "name": "Tiangong space station",
                                        "image": {
                                            "id": 1893,
                                            "name": "[AUTO] Tiangong space station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": null,
                                        "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
                                        "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 88,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                                                "name": "China Aerospace Science and Technology Corporation",
                                                "abbrev": "CASC",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "2021-04-29T03:23:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6933,
                                "location_launch_attempt_count": 248,
                                "pad_launch_attempt_count": 25,
                                "agency_launch_attempt_count": 518,
                                "orbital_launch_attempt_count_year": 84,
                                "location_launch_attempt_count_year": 9,
                                "pad_launch_attempt_count_year": 1,
                                "agency_launch_attempt_count_year": 17
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/8/?format=api",
            "name": "Tiangong 2",
            "image": {
                "id": 1947,
                "name": "[AUTO] Tiangong 2 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194221.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "2016-09-15",
            "deorbited": "2019-07-19",
            "description": "Tiangong-2 (Chinese: 天宫二号; pinyin: Tiāngōng èrhào; literally: \"Celestial Palace 2\") is a Chinese space laboratory and part of the Project 921-2 space station program. Tiangong-2 was launched on 15 September 2016.\r\n\r\nTiangong-2 is neither designed nor planned to be a permanent orbital station; rather, it is intended as a testbed for key technologies that will be used in the Chinese large modular space station, which is planned for launch between 2019 and 2022.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 6,
                            "name": "China",
                            "alpha_2_code": "CN",
                            "alpha_3_code": "CHN",
                            "nationality_name": "Chinese",
                            "nationality_name_composed": "Sino"
                        }
                    ],
                    "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                    "administrator": "Administrator: Tang Dengjie",
                    "founding_year": 1993,
                    "launchers": "",
                    "spacecraft": "Shenzhou",
                    "parent": null,
                    "image": {
                        "id": 9,
                        "name": "[AUTO] China National Space Administration - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 125,
                        "name": "[AUTO] China National Space Administration - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 51,
                        "name": "[AUTO] China National Space Administration - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 10.4,
            "width": 3.35,
            "mass": 9.5,
            "volume": 14,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 31,
                    "name": "Tiangong-2 forward",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/7/?format=api",
            "name": "Tiangong 1",
            "image": {
                "id": 1948,
                "name": "[AUTO] Tiangong 1 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194223.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "2011-09-29",
            "deorbited": "2018-04-02",
            "description": "Tiangong-1 (Chinese: 天宫一号; pinyin: Tiāngōng yīhào; literally: \"Heavenly Palace 1\" or \"Celestial Palace 1\") was China's first prototype space station. It orbited Earth from September 2011 to April 2018, serving as both a manned laboratory and an experimental testbed to demonstrate orbital rendezvous and docking capabilities during its two years of active operational life.\r\n\r\nTiangong-1 was visited by a series of Shenzhou spacecraft during its two-year operational lifetime. The first of these, the unmanned Shenzhou 8, successfully docked with the module in November 2011, while the manned Shenzhou 9 mission docked in June 2012. A third and final mission to Tiangong-1, the manned Shenzhou 10, docked in June 2013. The manned missions to Tiangong-1 were notable for including China's first female astronauts, Liu Yang and Wang Yaping.\r\n\r\nOn 21 March 2016, after a lifespan extended by two years, the China Manned Space Engineering Office announced that Tiangong-1 had officially ended its service. They went on to state that the telemetry link with Tiangong-1 had been lost. A couple of months later, amateur satellite trackers watching Tiangong-1 found that China's space agency had lost control of the station. In September, after conceding they had lost control over the station, officials speculated that the station would re-enter and burn up in the atmosphere late in 2017. According to the China Manned Space Engineering Office, Tiangong-1 started reentry over the southern Pacific Ocean, northwest of Tahiti, on 2 April 2018 at 00:15 UTC.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 6,
                            "name": "China",
                            "alpha_2_code": "CN",
                            "alpha_3_code": "CHN",
                            "nationality_name": "Chinese",
                            "nationality_name_composed": "Sino"
                        }
                    ],
                    "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                    "administrator": "Administrator: Tang Dengjie",
                    "founding_year": 1993,
                    "launchers": "",
                    "spacecraft": "Shenzhou",
                    "parent": null,
                    "image": {
                        "id": 9,
                        "name": "[AUTO] China National Space Administration - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 125,
                        "name": "[AUTO] China National Space Administration - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 51,
                        "name": "[AUTO] China National Space Administration - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 10.4,
            "width": 3.35,
            "mass": 8.5,
            "volume": 15,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 34,
                    "name": "Tiangong-1 forward",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/17/?format=api",
            "name": "Genesis II",
            "image": {
                "id": 1953,
                "name": "[AUTO] Genesis I - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194232.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "status": {
                "id": 3,
                "name": "Decommissioned"
            },
            "founded": "2007-06-28",
            "deorbited": null,
            "description": "Genesis II is the second of two experimental inflatable space habitats. It is a one-third scale model of Bigelow Aerospace's BA330 Module.\r\n\r\nGenesis II became inactive after the avionics systems stopped working 2.5 years into it's lifetime.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 140,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/140/?format=api",
                    "name": "Bigelow Aerospace",
                    "abbrev": "Bigelow",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "description": null,
                    "administrator": null,
                    "founding_year": null,
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image": null,
                    "logo": null,
                    "social_logo": null
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 4.4,
            "width": 2.54,
            "mass": 1.4,
            "volume": 12,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [],
            "active_docking_events": []
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/16/?format=api",
            "name": "Genesis I",
            "image": {
                "id": 1953,
                "name": "[AUTO] Genesis I - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194232.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "status": {
                "id": 3,
                "name": "Decommissioned"
            },
            "founded": "2006-07-12",
            "deorbited": null,
            "description": "Genesis I is the first of two experimental inflatable space habitats. It is a one-third scale model of Bigelow Aerospace's BA330 Module.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 140,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/140/?format=api",
                    "name": "Bigelow Aerospace",
                    "abbrev": "Bigelow",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "description": null,
                    "administrator": null,
                    "founding_year": null,
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image": null,
                    "logo": null,
                    "social_logo": null
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 4.4,
            "width": 2.54,
            "mass": 1.4,
            "volume": 12,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [],
            "active_docking_events": []
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/4/?format=api",
            "name": "International Space Station",
            "image": {
                "id": 1952,
                "name": "ISS as seen from Shuttle Atlantis (STS-132)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194230.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "1998-11-20",
            "deorbited": null,
            "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "abbrev": "CSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 26,
                            "name": "Canada",
                            "alpha_2_code": "CA",
                            "alpha_3_code": "CAN",
                            "nationality_name": "Canadian",
                            "nationality_name_composed": "Canado"
                        }
                    ],
                    "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.",
                    "administrator": "President: Lisa Campbell",
                    "founding_year": 1990,
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image": null,
                    "logo": {
                        "id": 120,
                        "name": "[AUTO] Canadian Space Agency - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_logo_20231122160211.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184927.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 47,
                        "name": "[AUTO] Canadian Space Agency - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/canadian2520space2520agency_nation_20231122160211.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184741.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                {
                    "response_mode": "normal",
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "abbrev": "ESA",
                    "type": {
                        "id": 2,
                        "name": "Multinational"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 1,
                            "name": "France",
                            "alpha_2_code": "FR",
                            "alpha_3_code": "FRA",
                            "nationality_name": "French",
                            "nationality_name_composed": "Franco"
                        },
                        {
                            "id": 3,
                            "name": "Italy",
                            "alpha_2_code": "IT",
                            "alpha_3_code": "ITA",
                            "nationality_name": "Italian",
                            "nationality_name_composed": "Italo"
                        },
                        {
                            "id": 4,
                            "name": "Germany",
                            "alpha_2_code": "DE",
                            "alpha_3_code": "DEU",
                            "nationality_name": "German",
                            "nationality_name_composed": "Germano"
                        },
                        {
                            "id": 7,
                            "name": "Spain",
                            "alpha_2_code": "ES",
                            "alpha_3_code": "ESP",
                            "nationality_name": "Spanish",
                            "nationality_name_composed": "Hispano"
                        },
                        {
                            "id": 8,
                            "name": "Switzerland",
                            "alpha_2_code": "CH",
                            "alpha_3_code": "CHE",
                            "nationality_name": "Swiss",
                            "nationality_name_composed": "Swiss"
                        },
                        {
                            "id": 10,
                            "name": "United Kingdom",
                            "alpha_2_code": "GB",
                            "alpha_3_code": "GBR",
                            "nationality_name": "British",
                            "nationality_name_composed": "Brito"
                        },
                        {
                            "id": 11,
                            "name": "Austria",
                            "alpha_2_code": "AT",
                            "alpha_3_code": "AUT",
                            "nationality_name": "Austrian",
                            "nationality_name_composed": "Austro"
                        },
                        {
                            "id": 15,
                            "name": "Sweden",
                            "alpha_2_code": "SE",
                            "alpha_3_code": "SWE",
                            "nationality_name": "Swedish",
                            "nationality_name_composed": "Swedo"
                        },
                        {
                            "id": 23,
                            "name": "Portugal",
                            "alpha_2_code": "PT",
                            "alpha_3_code": "PRT",
                            "nationality_name": "Portuguese",
                            "nationality_name_composed": "Luso"
                        },
                        {
                            "id": 27,
                            "name": "Netherlands",
                            "alpha_2_code": "NL",
                            "alpha_3_code": "NLD",
                            "nationality_name": "Dutch",
                            "nationality_name_composed": "Dutch"
                        },
                        {
                            "id": 31,
                            "name": "Hungary",
                            "alpha_2_code": "HU",
                            "alpha_3_code": "HUN",
                            "nationality_name": "Hungarian",
                            "nationality_name_composed": "Hungarian"
                        },
                        {
                            "id": 39,
                            "name": "Poland",
                            "alpha_2_code": "PL",
                            "alpha_3_code": "POL",
                            "nationality_name": "Polish",
                            "nationality_name_composed": "Polono"
                        },
                        {
                            "id": 45,
                            "name": "Denmark",
                            "alpha_2_code": "DK",
                            "alpha_3_code": "DNK",
                            "nationality_name": "Danish",
                            "nationality_name_composed": "Dano"
                        },
                        {
                            "id": 46,
                            "name": "Czechia",
                            "alpha_2_code": "CZ",
                            "alpha_3_code": "CZE",
                            "nationality_name": "Czech",
                            "nationality_name_composed": "Czech"
                        },
                        {
                            "id": 47,
                            "name": "Romania",
                            "alpha_2_code": "RO",
                            "alpha_3_code": "ROU",
                            "nationality_name": "Romanian",
                            "nationality_name_composed": "Romanian"
                        },
                        {
                            "id": 49,
                            "name": "Norway",
                            "alpha_2_code": "NO",
                            "alpha_3_code": "NOR",
                            "nationality_name": "Norwegian",
                            "nationality_name_composed": "Norwegian"
                        },
                        {
                            "id": 77,
                            "name": "Finland",
                            "alpha_2_code": "FI",
                            "alpha_3_code": "FIN",
                            "nationality_name": "Finnish",
                            "nationality_name_composed": "Finno"
                        },
                        {
                            "id": 78,
                            "name": "Greece",
                            "alpha_2_code": "GR",
                            "alpha_3_code": "GRC",
                            "nationality_name": "Greek",
                            "nationality_name_composed": "Greco"
                        },
                        {
                            "id": 80,
                            "name": "Estonia",
                            "alpha_2_code": "EE",
                            "alpha_3_code": "EST",
                            "nationality_name": "Estonian",
                            "nationality_name_composed": "Estonian"
                        },
                        {
                            "id": 81,
                            "name": "Ireland",
                            "alpha_2_code": "IE",
                            "alpha_3_code": "IRL",
                            "nationality_name": "Irish",
                            "nationality_name_composed": "Irish"
                        },
                        {
                            "id": 85,
                            "name": "Luxembourg",
                            "alpha_2_code": "LU",
                            "alpha_3_code": "LUX",
                            "nationality_name": "Luxembourger",
                            "nationality_name_composed": "Luxembourgish"
                        },
                        {
                            "id": 20,
                            "name": "Belgium",
                            "alpha_2_code": "BE",
                            "alpha_3_code": "BEL",
                            "nationality_name": "Belgian",
                            "nationality_name_composed": "Belgo"
                        },
                        {
                            "id": 86,
                            "name": "Slovenia",
                            "alpha_2_code": "SI",
                            "alpha_3_code": "SVN",
                            "nationality_name": "Slovenian",
                            "nationality_name_composed": "Slovenian"
                        }
                    ],
                    "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                    "administrator": "Director General: Josef Aschbacher",
                    "founding_year": 1975,
                    "launchers": "Ariane | Vega",
                    "spacecraft": "Space Rider",
                    "parent": null,
                    "image": {
                        "id": 2324,
                        "name": "ESA patch floating in the ISS Cupola",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_thumbnail_20250211192110.png",
                        "credit": "ESA",
                        "license": {
                            "id": 2,
                            "name": "ESA Standard Licence",
                            "priority": 2,
                            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "logo": {
                        "id": 130,
                        "name": "European Space Agency logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                        "credit": "ESA",
                        "license": {
                            "id": 2,
                            "name": "ESA Standard Licence",
                            "priority": 2,
                            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 130,
                        "name": "European Space Agency logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                        "credit": "ESA",
                        "license": {
                            "id": 2,
                            "name": "ESA Standard Licence",
                            "priority": 2,
                            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                {
                    "response_mode": "normal",
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "abbrev": "JAXA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 28,
                            "name": "Japan",
                            "alpha_2_code": "JP",
                            "alpha_3_code": "JPN",
                            "nationality_name": "Japanese",
                            "nationality_name_composed": "Nippo"
                        }
                    ],
                    "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                    "administrator": "Administrator: Hiroshi Yamakawa",
                    "founding_year": 2003,
                    "launchers": "H-II",
                    "spacecraft": "",
                    "parent": null,
                    "image": {
                        "id": 16,
                        "name": "[AUTO] Japan Aerospace Exploration Agency - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184621.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 151,
                        "name": "[AUTO] Japan Aerospace Exploration Agency - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185023.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 69,
                        "name": "[AUTO] Japan Aerospace Exploration Agency - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184813.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                {
                    "response_mode": "normal",
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        }
                    ],
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": 1958,
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image": {
                        "id": 19,
                        "name": "[AUTO] National Aeronautics and Space Administration - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 161,
                        "name": "[AUTO] National Aeronautics and Space Administration - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 76,
                        "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                },
                {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 5,
                            "name": "Russia",
                            "alpha_2_code": "RU",
                            "alpha_3_code": "RUS",
                            "nationality_name": "Russian",
                            "nationality_name_composed": "Russo"
                        }
                    ],
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": 1992,
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image": {
                        "id": 25,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 177,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 89,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [
                {
                    "id": 162,
                    "url": "https://ll.thespacedevs.com/2.3.0/expeditions/162/?format=api",
                    "name": "Expedition 73",
                    "start": "2025-04-19T21:57:33Z",
                    "end": null
                }
            ],
            "height": 72.8,
            "width": 108.5,
            "mass": 419.7,
            "volume": 931,
            "onboard_crew": 7,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 1,
                    "name": "Unity nadir",
                    "currently_docked": null
                },
                {
                    "id": 2,
                    "name": "Zvezda aft",
                    "currently_docked": {
                        "id": 618,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/618/?format=api",
                        "docking": "2025-03-01T23:02:00Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 872,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/872/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 607,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/607/?format=api",
                                "name": "Progress MS-30",
                                "serial_number": null,
                                "is_placeholder": false,
                                "image": {
                                    "id": 1924,
                                    "name": "[AUTO] Progress-MS - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P70DT4H39M5S",
                                "time_docked": "P68DT3H1M32S",
                                "flights_count": 1,
                                "mission_ends_count": 0,
                                "status": {
                                    "id": 4,
                                    "name": "Single Use"
                                },
                                "description": "Progress MS-30 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 33,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/33/?format=api",
                                    "name": "Progress-MS",
                                    "type": {
                                        "id": 4,
                                        "name": "Cargo Resupply"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 63,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                        "abbrev": "RFSA",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 5,
                                                "name": "Russia",
                                                "alpha_2_code": "RU",
                                                "alpha_3_code": "RUS",
                                                "nationality_name": "Russian",
                                                "nationality_name_composed": "Russo"
                                            }
                                        ],
                                        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                        "administrator": "Administrator: Yuri Borisov",
                                        "founding_year": 1992,
                                        "launchers": "Soyuz",
                                        "spacecraft": "Soyuz",
                                        "parent": null,
                                        "image": {
                                            "id": 25,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 177,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 89,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [
                                        {
                                            "response_mode": "normal",
                                            "id": 2,
                                            "name": "Progress",
                                            "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 1000,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                                                "name": "Energia",
                                                "abbrev": "OKB-1",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                },
                                                "featured": false,
                                                "country": [
                                                    {
                                                        "id": 5,
                                                        "name": "Russia",
                                                        "alpha_2_code": "RU",
                                                        "alpha_3_code": "RUS",
                                                        "nationality_name": "Russian",
                                                        "nationality_name_composed": "Russo"
                                                    }
                                                ],
                                                "description": null,
                                                "administrator": null,
                                                "founding_year": 1946,
                                                "launchers": "",
                                                "spacecraft": "",
                                                "parent": null,
                                                "image": null,
                                                "logo": null,
                                                "social_logo": null
                                            },
                                            "parent": null,
                                            "maiden_flight": "1978-01-20",
                                            "spacecraft_flown": 183,
                                            "total_launch_count": 183,
                                            "successful_launches": 180,
                                            "failed_launches": 3,
                                            "attempted_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0
                                        }
                                    ],
                                    "in_use": true,
                                    "image": {
                                        "id": 1924,
                                        "name": "[AUTO] Progress-MS - image",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
                                        "credit": null,
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "capability": "ISS Logistics, ISS Orbit Raising",
                                    "history": "Progress-MS is an improved variant which first launched on 21 December 2015. It has the following improvements:\r\n- New external compartment that enables it to deploy satellites.\r\n- Enhanced redundancy\r\n- Improved Micrometeoroid (MMOD) protection\r\n- Luch Russian relay satellites link capabilities\r\n- GNSS autonomous navigation\r\n- Real time relative navigation\r\n- New digital radio\r\n    The Ukrainian Chezara Kvant-V on board radio system and antenna/feeder system has been replaced with a Unified Command Telemetry System (UCTS).\r\n- Replacement of the Kurs A with Kurs NA digital system.",
                                    "details": "Progress is derived from the manned Soyuz spacecraft and is launched on the same vehicle, a Soyuz rocket.\r\nThe purpose of Progress is to deliver supplies needed to sustain human presence in orbit. Currently it is used as a re-supply spacecraft for the ISS.",
                                    "maiden_flight": "2015-12-21",
                                    "height": 7.23,
                                    "diameter": 2.72,
                                    "human_rated": false,
                                    "crew_capacity": null,
                                    "payload_capacity": 2400,
                                    "payload_return_capacity": null,
                                    "flight_life": "6 Months docked to ISS",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Progress_(spacecraft)#Progress_MS_(2015%E2%80%93present)",
                                    "info_link": "",
                                    "spacecraft_flown": 30,
                                    "total_launch_count": 30,
                                    "successful_launches": 29,
                                    "failed_launches": 1,
                                    "attempted_landings": 0,
                                    "successful_landings": 0,
                                    "failed_landings": 0,
                                    "fastest_turnaround": null
                                },
                                "fastest_turnaround": null
                            },
                            "launch": {
                                "id": "76cbeca6-325c-40bb-b273-53bbb51c84fe",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/76cbeca6-325c-40bb-b273-53bbb51c84fe/?format=api",
                                "name": "Soyuz 2.1a | Progress MS-30 (91P)",
                                "response_mode": "normal",
                                "slug": "soyuz-21a-progress-ms-30-91p",
                                "launch_designator": "2025-041",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2025-02-28T10:39:31Z",
                                "net": "2025-02-27T21:24:27Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2025-02-27T21:24:27Z",
                                "window_start": "2025-02-27T21:24:27Z",
                                "image": {
                                    "id": 2340,
                                    "name": "Soyuz 2.1a liftoff (Progress MS-30)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_lift_image_20250228103923.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_lift_image_thumbnail_20250228103923.jpeg",
                                    "credit": "Roscosmos",
                                    "license": {
                                        "id": 14,
                                        "name": "Roscosmos Image Use Policy",
                                        "priority": 3,
                                        "link": "https://www.roscosmos.ru/22650/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": null,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "abbrev": "RFSA",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "rocket": {
                                    "id": 8358,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 24,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/24/?format=api",
                                        "name": "Soyuz 2.1a",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 147,
                                                "name": "Soyuz"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 190,
                                                "name": "Soyuz 2"
                                            }
                                        ],
                                        "full_name": "Soyuz 2.1a",
                                        "variant": ""
                                    }
                                },
                                "mission": {
                                    "id": 6939,
                                    "name": "Progress MS-30 (91P)",
                                    "type": "Resupply",
                                    "description": "Progress resupply mission to the International Space Station.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 63,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                            "abbrev": "RFSA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 5,
                                                    "name": "Russia",
                                                    "alpha_2_code": "RU",
                                                    "alpha_3_code": "RUS",
                                                    "nationality_name": "Russian",
                                                    "nationality_name_composed": "Russo"
                                                }
                                            ],
                                            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                            "administrator": "Administrator: Yuri Borisov",
                                            "founding_year": 1992,
                                            "launchers": "Soyuz",
                                            "spacecraft": "Soyuz",
                                            "parent": null,
                                            "image": {
                                                "id": 25,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 177,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 89,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 331,
                                            "consecutive_successful_launches": 55,
                                            "successful_launches": 320,
                                            "failed_launches": 11,
                                            "pending_launches": 10,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 199,
                                            "failed_landings_spacecraft": 7,
                                            "attempted_landings_spacecraft": 206,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 1,
                                            "attempted_landings_payload": 1,
                                            "info_url": "http://en.roscosmos.ru/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 20,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/20/?format=api",
                                    "active": true,
                                    "agencies": [],
                                    "name": "31/6",
                                    "image": {
                                        "id": 1467,
                                        "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
                                        "credit": "Roscosmos",
                                        "license": {
                                            "id": 14,
                                            "name": "Roscosmos Image Use Policy",
                                            "priority": 3,
                                            "link": "https://www.roscosmos.ru/22650/"
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                                    "latitude": 45.996034,
                                    "longitude": 63.564003,
                                    "country": {
                                        "id": 44,
                                        "name": "Kazakhstan",
                                        "alpha_2_code": "KZ",
                                        "alpha_3_code": "KAZ",
                                        "nationality_name": "Kazakh",
                                        "nationality_name_composed": "Kazakhstani"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                                    "total_launch_count": 422,
                                    "orbital_launch_attempt_count": 422,
                                    "fastest_turnaround": "P1DT23H9M9S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 15,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/15/?format=api",
                                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 44,
                                            "name": "Kazakhstan",
                                            "alpha_2_code": "KZ",
                                            "alpha_3_code": "KAZ",
                                            "nationality_name": "Kazakh",
                                            "nationality_name_composed": "Kazakhstani"
                                        },
                                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                                        "image": {
                                            "id": 2198,
                                            "name": "Soyuz launch pad at the Baikonur Cosmodrome",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
                                            "credit": "NASA/Bill Ingalls",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                                        "longitude": 63.305,
                                        "latitude": 45.965,
                                        "timezone_name": "Asia/Qyzylorda",
                                        "total_launch_count": 1555,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/17/?format=api",
                                        "name": "International Space Station",
                                        "image": {
                                            "id": 1874,
                                            "name": "[AUTO] International Space Station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 16,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                                                "name": "Canadian Space Agency",
                                                "abbrev": "CSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 27,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                                                "name": "European Space Agency",
                                                "abbrev": "ESA",
                                                "type": {
                                                    "id": 2,
                                                    "name": "Multinational"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 37,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                                "name": "Japan Aerospace Exploration Agency",
                                                "abbrev": "JAXA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1998-11-20T06:40:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6890,
                                "location_launch_attempt_count": 1554,
                                "pad_launch_attempt_count": 421,
                                "agency_launch_attempt_count": 330,
                                "orbital_launch_attempt_count_year": 41,
                                "location_launch_attempt_count_year": 1,
                                "pad_launch_attempt_count_year": 1,
                                "agency_launch_attempt_count_year": 1
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                },
                {
                    "id": 3,
                    "name": "Poisk zenith",
                    "currently_docked": {
                        "id": 617,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/617/?format=api",
                        "docking": "2024-11-23T14:31:17Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 866,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/866/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 604,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/604/?format=api",
                                "name": "Progress MS-29",
                                "serial_number": null,
                                "is_placeholder": false,
                                "image": {
                                    "id": 1924,
                                    "name": "[AUTO] Progress-MS - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P168DT13H41M8S",
                                "time_docked": "P166DT11H32M14S",
                                "flights_count": 1,
                                "mission_ends_count": 0,
                                "status": {
                                    "id": 4,
                                    "name": "Single Use"
                                },
                                "description": "Progress MS-29 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 33,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/33/?format=api",
                                    "name": "Progress-MS",
                                    "type": {
                                        "id": 4,
                                        "name": "Cargo Resupply"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 63,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                        "abbrev": "RFSA",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 5,
                                                "name": "Russia",
                                                "alpha_2_code": "RU",
                                                "alpha_3_code": "RUS",
                                                "nationality_name": "Russian",
                                                "nationality_name_composed": "Russo"
                                            }
                                        ],
                                        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                        "administrator": "Administrator: Yuri Borisov",
                                        "founding_year": 1992,
                                        "launchers": "Soyuz",
                                        "spacecraft": "Soyuz",
                                        "parent": null,
                                        "image": {
                                            "id": 25,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 177,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 89,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [
                                        {
                                            "response_mode": "normal",
                                            "id": 2,
                                            "name": "Progress",
                                            "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 1000,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                                                "name": "Energia",
                                                "abbrev": "OKB-1",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                },
                                                "featured": false,
                                                "country": [
                                                    {
                                                        "id": 5,
                                                        "name": "Russia",
                                                        "alpha_2_code": "RU",
                                                        "alpha_3_code": "RUS",
                                                        "nationality_name": "Russian",
                                                        "nationality_name_composed": "Russo"
                                                    }
                                                ],
                                                "description": null,
                                                "administrator": null,
                                                "founding_year": 1946,
                                                "launchers": "",
                                                "spacecraft": "",
                                                "parent": null,
                                                "image": null,
                                                "logo": null,
                                                "social_logo": null
                                            },
                                            "parent": null,
                                            "maiden_flight": "1978-01-20",
                                            "spacecraft_flown": 183,
                                            "total_launch_count": 183,
                                            "successful_launches": 180,
                                            "failed_launches": 3,
                                            "attempted_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0
                                        }
                                    ],
                                    "in_use": true,
                                    "image": {
                                        "id": 1924,
                                        "name": "[AUTO] Progress-MS - image",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
                                        "credit": null,
                                        "license": {
                                            "id": 1,
                                            "name": "Unknown",
                                            "priority": 9,
                                            "link": null
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "capability": "ISS Logistics, ISS Orbit Raising",
                                    "history": "Progress-MS is an improved variant which first launched on 21 December 2015. It has the following improvements:\r\n- New external compartment that enables it to deploy satellites.\r\n- Enhanced redundancy\r\n- Improved Micrometeoroid (MMOD) protection\r\n- Luch Russian relay satellites link capabilities\r\n- GNSS autonomous navigation\r\n- Real time relative navigation\r\n- New digital radio\r\n    The Ukrainian Chezara Kvant-V on board radio system and antenna/feeder system has been replaced with a Unified Command Telemetry System (UCTS).\r\n- Replacement of the Kurs A with Kurs NA digital system.",
                                    "details": "Progress is derived from the manned Soyuz spacecraft and is launched on the same vehicle, a Soyuz rocket.\r\nThe purpose of Progress is to deliver supplies needed to sustain human presence in orbit. Currently it is used as a re-supply spacecraft for the ISS.",
                                    "maiden_flight": "2015-12-21",
                                    "height": 7.23,
                                    "diameter": 2.72,
                                    "human_rated": false,
                                    "crew_capacity": null,
                                    "payload_capacity": 2400,
                                    "payload_return_capacity": null,
                                    "flight_life": "6 Months docked to ISS",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Progress_(spacecraft)#Progress_MS_(2015%E2%80%93present)",
                                    "info_link": "",
                                    "spacecraft_flown": 30,
                                    "total_launch_count": 30,
                                    "successful_launches": 29,
                                    "failed_launches": 1,
                                    "attempted_landings": 0,
                                    "successful_landings": 0,
                                    "failed_landings": 0,
                                    "fastest_turnaround": null
                                },
                                "fastest_turnaround": null
                            },
                            "launch": {
                                "id": "71751e1c-92ff-4484-b299-eb9dab7a4020",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/71751e1c-92ff-4484-b299-eb9dab7a4020/?format=api",
                                "name": "Soyuz 2.1a | Progress MS-29 (90P)",
                                "response_mode": "normal",
                                "slug": "soyuz-21a-progress-ms-29-90p",
                                "launch_designator": "2024-215",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2024-11-23T00:31:39Z",
                                "net": "2024-11-21T12:22:23Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2024-11-21T12:22:23Z",
                                "window_start": "2024-11-21T12:22:23Z",
                                "image": {
                                    "id": 1828,
                                    "name": "[AUTO] Soyuz 2.1a - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193857.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": null,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "abbrev": "RFSA",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "rocket": {
                                    "id": 8235,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 24,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/24/?format=api",
                                        "name": "Soyuz 2.1a",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 147,
                                                "name": "Soyuz"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 190,
                                                "name": "Soyuz 2"
                                            }
                                        ],
                                        "full_name": "Soyuz 2.1a",
                                        "variant": ""
                                    }
                                },
                                "mission": {
                                    "id": 6816,
                                    "name": "Progress MS-29 (90P)",
                                    "type": "Resupply",
                                    "description": "Progress resupply mission to the International Space Station.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 63,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                            "abbrev": "RFSA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 5,
                                                    "name": "Russia",
                                                    "alpha_2_code": "RU",
                                                    "alpha_3_code": "RUS",
                                                    "nationality_name": "Russian",
                                                    "nationality_name_composed": "Russo"
                                                }
                                            ],
                                            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                            "administrator": "Administrator: Yuri Borisov",
                                            "founding_year": 1992,
                                            "launchers": "Soyuz",
                                            "spacecraft": "Soyuz",
                                            "parent": null,
                                            "image": {
                                                "id": 25,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 177,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 89,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 331,
                                            "consecutive_successful_launches": 55,
                                            "successful_launches": 320,
                                            "failed_launches": 11,
                                            "pending_launches": 10,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 199,
                                            "failed_landings_spacecraft": 7,
                                            "attempted_landings_spacecraft": 206,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 1,
                                            "attempted_landings_payload": 1,
                                            "info_url": "http://en.roscosmos.ru/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 20,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/20/?format=api",
                                    "active": true,
                                    "agencies": [],
                                    "name": "31/6",
                                    "image": {
                                        "id": 1467,
                                        "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
                                        "credit": "Roscosmos",
                                        "license": {
                                            "id": 14,
                                            "name": "Roscosmos Image Use Policy",
                                            "priority": 3,
                                            "link": "https://www.roscosmos.ru/22650/"
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                                    "latitude": 45.996034,
                                    "longitude": 63.564003,
                                    "country": {
                                        "id": 44,
                                        "name": "Kazakhstan",
                                        "alpha_2_code": "KZ",
                                        "alpha_3_code": "KAZ",
                                        "nationality_name": "Kazakh",
                                        "nationality_name_composed": "Kazakhstani"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                                    "total_launch_count": 422,
                                    "orbital_launch_attempt_count": 422,
                                    "fastest_turnaround": "P1DT23H9M9S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 15,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/15/?format=api",
                                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 44,
                                            "name": "Kazakhstan",
                                            "alpha_2_code": "KZ",
                                            "alpha_3_code": "KAZ",
                                            "nationality_name": "Kazakh",
                                            "nationality_name_composed": "Kazakhstani"
                                        },
                                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                                        "image": {
                                            "id": 2198,
                                            "name": "Soyuz launch pad at the Baikonur Cosmodrome",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
                                            "credit": "NASA/Bill Ingalls",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                                        "longitude": 63.305,
                                        "latitude": 45.965,
                                        "timezone_name": "Asia/Qyzylorda",
                                        "total_launch_count": 1555,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/17/?format=api",
                                        "name": "International Space Station",
                                        "image": {
                                            "id": 1874,
                                            "name": "[AUTO] International Space Station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 16,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                                                "name": "Canadian Space Agency",
                                                "abbrev": "CSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 27,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                                                "name": "European Space Agency",
                                                "abbrev": "ESA",
                                                "type": {
                                                    "id": 2,
                                                    "name": "Multinational"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 37,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                                "name": "Japan Aerospace Exploration Agency",
                                                "abbrev": "JAXA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1998-11-20T06:40:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6808,
                                "location_launch_attempt_count": 1552,
                                "pad_launch_attempt_count": 419,
                                "agency_launch_attempt_count": 327,
                                "orbital_launch_attempt_count_year": 219,
                                "location_launch_attempt_count_year": 7,
                                "pad_launch_attempt_count_year": 7,
                                "agency_launch_attempt_count_year": 9
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                },
                {
                    "id": 12,
                    "name": "Node 2 forward",
                    "currently_docked": null
                },
                {
                    "id": 13,
                    "name": "Rassvet nadir",
                    "currently_docked": null
                },
                {
                    "id": 14,
                    "name": "Zarya forward",
                    "currently_docked": null
                },
                {
                    "id": 15,
                    "name": "Unity forward",
                    "currently_docked": null
                },
                {
                    "id": 16,
                    "name": "Zvezda",
                    "currently_docked": null
                },
                {
                    "id": 17,
                    "name": "Destiny forward",
                    "currently_docked": null
                },
                {
                    "id": 18,
                    "name": "Pirs nadir",
                    "currently_docked": null
                },
                {
                    "id": 19,
                    "name": "Harmony forward",
                    "currently_docked": {
                        "id": 619,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/619/?format=api",
                        "docking": "2025-03-16T04:52:00Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 840,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/840/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 542,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/542/?format=api",
                                "name": "Crew Dragon Endurance",
                                "serial_number": "C210",
                                "is_placeholder": false,
                                "image": {
                                    "id": 1181,
                                    "name": "Crew Dragon docking",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P587DT17H59M21S",
                                "time_docked": "P580DT15H21M30S",
                                "flights_count": 4,
                                "mission_ends_count": 3,
                                "status": {
                                    "id": 1,
                                    "name": "Active"
                                },
                                "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 6,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
                                    "name": "Crew Dragon 2",
                                    "type": {
                                        "id": 2,
                                        "name": "Capsule"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 121,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                        "name": "SpaceX",
                                        "abbrev": "SpX",
                                        "type": {
                                            "id": 3,
                                            "name": "Commercial"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 2,
                                                "name": "United States of America",
                                                "alpha_2_code": "US",
                                                "alpha_3_code": "USA",
                                                "nationality_name": "American",
                                                "nationality_name_composed": "Americano"
                                            }
                                        ],
                                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                        "administrator": "CEO: Elon Musk",
                                        "founding_year": 2002,
                                        "launchers": "Falcon | Starship",
                                        "spacecraft": "Dragon",
                                        "parent": null,
                                        "image": {
                                            "id": 29,
                                            "name": "[AUTO] SpaceX - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 186,
                                            "name": "[AUTO] SpaceX - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 94,
                                            "name": "[AUTO] SpaceX - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [
                                        {
                                            "response_mode": "normal",
                                            "id": 6,
                                            "name": "Dragon",
                                            "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                },
                                                "featured": true,
                                                "country": [
                                                    {
                                                        "id": 2,
                                                        "name": "United States of America",
                                                        "alpha_2_code": "US",
                                                        "alpha_3_code": "USA",
                                                        "nationality_name": "American",
                                                        "nationality_name_composed": "Americano"
                                                    }
                                                ],
                                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                                "administrator": "CEO: Elon Musk",
                                                "founding_year": 2002,
                                                "launchers": "Falcon | Starship",
                                                "spacecraft": "Dragon",
                                                "parent": null,
                                                "image": {
                                                    "id": 29,
                                                    "name": "[AUTO] SpaceX - image",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "logo": {
                                                    "id": 186,
                                                    "name": "[AUTO] SpaceX - logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "social_logo": {
                                                    "id": 94,
                                                    "name": "[AUTO] SpaceX - social_logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                }
                                            },
                                            "parent": null,
                                            "maiden_flight": "2010-12-08",
                                            "spacecraft_flown": 22,
                                            "total_launch_count": 53,
                                            "successful_launches": 51,
                                            "failed_launches": 2,
                                            "attempted_landings": 50,
                                            "successful_landings": 49,
                                            "failed_landings": 1
                                        },
                                        {
                                            "response_mode": "normal",
                                            "id": 7,
                                            "name": "Dragon 2",
                                            "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                },
                                                "featured": true,
                                                "country": [
                                                    {
                                                        "id": 2,
                                                        "name": "United States of America",
                                                        "alpha_2_code": "US",
                                                        "alpha_3_code": "USA",
                                                        "nationality_name": "American",
                                                        "nationality_name_composed": "Americano"
                                                    }
                                                ],
                                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                                "administrator": "CEO: Elon Musk",
                                                "founding_year": 2002,
                                                "launchers": "Falcon | Starship",
                                                "spacecraft": "Dragon",
                                                "parent": null,
                                                "image": {
                                                    "id": 29,
                                                    "name": "[AUTO] SpaceX - image",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "logo": {
                                                    "id": 186,
                                                    "name": "[AUTO] SpaceX - logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "social_logo": {
                                                    "id": 94,
                                                    "name": "[AUTO] SpaceX - social_logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                }
                                            },
                                            "parent": {
                                                "response_mode": "normal",
                                                "id": 6,
                                                "name": "Dragon",
                                                "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                                                "manufacturer": {
                                                    "response_mode": "list",
                                                    "id": 121,
                                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                    "name": "SpaceX",
                                                    "abbrev": "SpX",
                                                    "type": {
                                                        "id": 3,
                                                        "name": "Commercial"
                                                    }
                                                },
                                                "parent": null,
                                                "maiden_flight": "2010-12-08"
                                            },
                                            "maiden_flight": "2019-03-02",
                                            "spacecraft_flown": 9,
                                            "total_launch_count": 31,
                                            "successful_launches": 31,
                                            "failed_launches": 0,
                                            "attempted_landings": 29,
                                            "successful_landings": 28,
                                            "failed_landings": 1
                                        }
                                    ],
                                    "in_use": true,
                                    "image": {
                                        "id": 1181,
                                        "name": "Crew Dragon docking",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
                                        "credit": "NASA",
                                        "license": {
                                            "id": 4,
                                            "name": "NASA Image and Media Guidelines",
                                            "priority": 0,
                                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                        },
                                        "single_use": false,
                                        "variants": []
                                    },
                                    "capability": "Crew Flights to ISS or Low Earth Orbit",
                                    "history": "Crew Dragon 2 is a spacecraft developed by SpaceX, an American private space transportation company based in Hawthorne, California. Dragon is launched into space by the SpaceX Falcon 9 two-stage-to-orbit launch vehicle. It is one of two American Spacecraft being develeoped capable of lifting American Astronauts to the International Space Station.\r\n\r\nThe first crewed flight, launched on 30 May 2020 on a Falcon 9 rocket, and carried NASA astronauts Douglas Hurley and Robert Behnken to the International Space Station in the first crewed orbital spaceflight launched from the US since the final Space Shuttle mission in 2011, and the first ever operated by a commercial provider.",
                                    "details": "Crew Dragon 2 is capable of lifting four astronauts, or a combination of crew and cargo to and from low Earth orbit. Its heat shield is designed to withstand Earth re-entry velocities from Lunar and Martian spaceflights.",
                                    "maiden_flight": "2019-03-02",
                                    "height": 7.2,
                                    "diameter": 3.7,
                                    "human_rated": true,
                                    "crew_capacity": 4,
                                    "payload_capacity": 6000,
                                    "payload_return_capacity": null,
                                    "flight_life": "Able to fly for up to one week of free flight or two years docked.",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Dragon_2",
                                    "info_link": "https://www.spacex.com/crew-dragon",
                                    "spacecraft_flown": 6,
                                    "total_launch_count": 19,
                                    "successful_launches": 19,
                                    "failed_launches": 0,
                                    "attempted_landings": 18,
                                    "successful_landings": 17,
                                    "failed_landings": 1,
                                    "fastest_turnaround": "P136DT17H5M56S"
                                },
                                "fastest_turnaround": "P152DT11H17M57S"
                            },
                            "launch": {
                                "id": "fb39ac94-5e74-4ee9-afc5-df19c4132b28",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/fb39ac94-5e74-4ee9-afc5-df19c4132b28/?format=api",
                                "name": "Falcon 9 Block 5 | Crew-10",
                                "response_mode": "normal",
                                "slug": "falcon-9-block-5-crew-10",
                                "launch_designator": "2025-049",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2025-03-16T02:08:38Z",
                                "net": "2025-03-14T23:03:48Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2025-03-14T23:03:48Z",
                                "window_start": "2025-03-14T23:03:48Z",
                                "image": {
                                    "id": 1385,
                                    "name": "Crew Dragon at sunset",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192609.jpeg",
                                    "credit": "SpaceX",
                                    "license": {
                                        "id": 5,
                                        "name": "CC BY-NC 2.0",
                                        "priority": 1,
                                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": 99,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 121,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "abbrev": "SpX",
                                    "type": {
                                        "id": 3,
                                        "name": "Commercial"
                                    }
                                },
                                "rocket": {
                                    "id": 7597,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 164,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
                                        "name": "Falcon 9",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 1,
                                                "name": "Falcon"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 176,
                                                "name": "Falcon 9"
                                            }
                                        ],
                                        "full_name": "Falcon 9 Block 5",
                                        "variant": "Block 5"
                                    }
                                },
                                "mission": {
                                    "id": 6040,
                                    "name": "Crew-10",
                                    "type": "Human Exploration",
                                    "description": "SpaceX Crew-10 is the tenth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 37,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                            "name": "Japan Aerospace Exploration Agency",
                                            "abbrev": "JAXA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 28,
                                                    "name": "Japan",
                                                    "alpha_2_code": "JP",
                                                    "alpha_3_code": "JPN",
                                                    "nationality_name": "Japanese",
                                                    "nationality_name_composed": "Nippo"
                                                }
                                            ],
                                            "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                                            "administrator": "Administrator: Hiroshi Yamakawa",
                                            "founding_year": 2003,
                                            "launchers": "H-II",
                                            "spacecraft": "",
                                            "parent": null,
                                            "image": {
                                                "id": 16,
                                                "name": "[AUTO] Japan Aerospace Exploration Agency - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184621.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 151,
                                                "name": "[AUTO] Japan Aerospace Exploration Agency - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185023.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 69,
                                                "name": "[AUTO] Japan Aerospace Exploration Agency - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184813.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 36,
                                            "consecutive_successful_launches": 1,
                                            "successful_launches": 32,
                                            "failed_launches": 4,
                                            "pending_launches": 4,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 0,
                                            "failed_landings_spacecraft": 0,
                                            "attempted_landings_spacecraft": 0,
                                            "successful_landings_payload": 1,
                                            "failed_landings_payload": 0,
                                            "attempted_landings_payload": 1,
                                            "info_url": "http://www.jaxa.jp/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                                            "social_media_links": []
                                        },
                                        {
                                            "response_mode": "normal",
                                            "id": 44,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                            "name": "National Aeronautics and Space Administration",
                                            "abbrev": "NASA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 2,
                                                    "name": "United States of America",
                                                    "alpha_2_code": "US",
                                                    "alpha_3_code": "USA",
                                                    "nationality_name": "American",
                                                    "nationality_name_composed": "Americano"
                                                }
                                            ],
                                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                            "administrator": "Acting Administrator:  James Free",
                                            "founding_year": 1958,
                                            "launchers": "Space Shuttle | SLS",
                                            "spacecraft": "Orion",
                                            "parent": null,
                                            "image": {
                                                "id": 19,
                                                "name": "[AUTO] National Aeronautics and Space Administration - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 161,
                                                "name": "[AUTO] National Aeronautics and Space Administration - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 76,
                                                "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 141,
                                            "consecutive_successful_launches": 11,
                                            "successful_launches": 121,
                                            "failed_launches": 20,
                                            "pending_launches": 6,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 178,
                                            "failed_landings_spacecraft": 2,
                                            "attempted_landings_spacecraft": 180,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 0,
                                            "attempted_landings_payload": 0,
                                            "info_url": "http://www.nasa.gov",
                                            "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                            "social_media_links": []
                                        },
                                        {
                                            "response_mode": "normal",
                                            "id": 63,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                            "abbrev": "RFSA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 5,
                                                    "name": "Russia",
                                                    "alpha_2_code": "RU",
                                                    "alpha_3_code": "RUS",
                                                    "nationality_name": "Russian",
                                                    "nationality_name_composed": "Russo"
                                                }
                                            ],
                                            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                            "administrator": "Administrator: Yuri Borisov",
                                            "founding_year": 1992,
                                            "launchers": "Soyuz",
                                            "spacecraft": "Soyuz",
                                            "parent": null,
                                            "image": {
                                                "id": 25,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 177,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 89,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 331,
                                            "consecutive_successful_launches": 55,
                                            "successful_launches": 320,
                                            "failed_launches": 11,
                                            "pending_launches": 10,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 199,
                                            "failed_landings_spacecraft": 7,
                                            "attempted_landings_spacecraft": 206,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 1,
                                            "attempted_landings_payload": 1,
                                            "info_url": "http://en.roscosmos.ru/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 87,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/87/?format=api",
                                    "active": true,
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 121,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                            "name": "SpaceX",
                                            "abbrev": "SpX",
                                            "type": {
                                                "id": 3,
                                                "name": "Commercial"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 2,
                                                    "name": "United States of America",
                                                    "alpha_2_code": "US",
                                                    "alpha_3_code": "USA",
                                                    "nationality_name": "American",
                                                    "nationality_name_composed": "Americano"
                                                }
                                            ],
                                            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                            "administrator": "CEO: Elon Musk",
                                            "founding_year": 2002,
                                            "launchers": "Falcon | Starship",
                                            "spacecraft": "Dragon",
                                            "parent": null,
                                            "image": {
                                                "id": 29,
                                                "name": "[AUTO] SpaceX - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 186,
                                                "name": "[AUTO] SpaceX - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 94,
                                                "name": "[AUTO] SpaceX - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            }
                                        }
                                    ],
                                    "name": "Launch Complex 39A",
                                    "image": {
                                        "id": 2119,
                                        "name": "FH liftoff from LC-39A (GOES-U)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_thumbnail_20240626200233.jpeg",
                                        "credit": "SpaceX",
                                        "license": {
                                            "id": 5,
                                            "name": "CC BY-NC 2.0",
                                            "priority": 1,
                                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                                    "latitude": 28.60822681,
                                    "longitude": -80.60428186,
                                    "country": {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                                    "total_launch_count": 206,
                                    "orbital_launch_attempt_count": 205,
                                    "fastest_turnaround": "P5DT6H20M30S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 27,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/27/?format=api",
                                        "name": "Kennedy Space Center, FL, USA",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 2,
                                            "name": "United States of America",
                                            "alpha_2_code": "US",
                                            "alpha_3_code": "USA",
                                            "nationality_name": "American",
                                            "nationality_name_composed": "Americano"
                                        },
                                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                                        "image": {
                                            "id": 2200,
                                            "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                                            "credit": "NASA",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                                        "longitude": -80.650833,
                                        "latitude": 28.524167,
                                        "timezone_name": "America/New_York",
                                        "total_launch_count": 264,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 5,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/5/?format=api",
                                        "name": "Commercial Crew Program",
                                        "image": {
                                            "id": 1869,
                                            "name": "Commercial Crew Program logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194004.png",
                                            "credit": "NASA",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                                        "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 80,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/80/?format=api",
                                                "name": "Boeing",
                                                "abbrev": "BA",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                }
                                            }
                                        ],
                                        "start_date": "2011-04-18T00:00:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    },
                                    {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/17/?format=api",
                                        "name": "International Space Station",
                                        "image": {
                                            "id": 1874,
                                            "name": "[AUTO] International Space Station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 16,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                                                "name": "Canadian Space Agency",
                                                "abbrev": "CSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 27,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                                                "name": "European Space Agency",
                                                "abbrev": "ESA",
                                                "type": {
                                                    "id": 2,
                                                    "name": "Multinational"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 37,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                                "name": "Japan Aerospace Exploration Agency",
                                                "abbrev": "JAXA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1998-11-20T06:40:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6899,
                                "location_launch_attempt_count": 259,
                                "pad_launch_attempt_count": 201,
                                "agency_launch_attempt_count": 480,
                                "orbital_launch_attempt_count_year": 50,
                                "location_launch_attempt_count_year": 7,
                                "pad_launch_attempt_count_year": 7,
                                "agency_launch_attempt_count_year": 31
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                },
                {
                    "id": 20,
                    "name": "Zarya nadir",
                    "currently_docked": null
                },
                {
                    "id": 21,
                    "name": "Harmony nadir",
                    "currently_docked": null
                },
                {
                    "id": 30,
                    "name": "Harmony zenith",
                    "currently_docked": {
                        "id": 622,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/622/?format=api",
                        "docking": "2025-04-22T12:40:00Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 877,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/877/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 474,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/474/?format=api",
                                "name": "Cargo Dragon C209",
                                "serial_number": "C209",
                                "is_placeholder": false,
                                "image": {
                                    "id": 1086,
                                    "name": "Cargo Dragon docking",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P159DT19H54M38S",
                                "time_docked": "P148DT11H23M",
                                "flights_count": 5,
                                "mission_ends_count": 4,
                                "status": {
                                    "id": 1,
                                    "name": "Active"
                                },
                                "description": "Second Cargo Dragon 2",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 7,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/7/?format=api",
                                    "name": "Cargo Dragon 2",
                                    "type": {
                                        "id": 2,
                                        "name": "Capsule"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 121,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                        "name": "SpaceX",
                                        "abbrev": "SpX",
                                        "type": {
                                            "id": 3,
                                            "name": "Commercial"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 2,
                                                "name": "United States of America",
                                                "alpha_2_code": "US",
                                                "alpha_3_code": "USA",
                                                "nationality_name": "American",
                                                "nationality_name_composed": "Americano"
                                            }
                                        ],
                                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                        "administrator": "CEO: Elon Musk",
                                        "founding_year": 2002,
                                        "launchers": "Falcon | Starship",
                                        "spacecraft": "Dragon",
                                        "parent": null,
                                        "image": {
                                            "id": 29,
                                            "name": "[AUTO] SpaceX - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 186,
                                            "name": "[AUTO] SpaceX - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 94,
                                            "name": "[AUTO] SpaceX - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [
                                        {
                                            "response_mode": "normal",
                                            "id": 6,
                                            "name": "Dragon",
                                            "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                },
                                                "featured": true,
                                                "country": [
                                                    {
                                                        "id": 2,
                                                        "name": "United States of America",
                                                        "alpha_2_code": "US",
                                                        "alpha_3_code": "USA",
                                                        "nationality_name": "American",
                                                        "nationality_name_composed": "Americano"
                                                    }
                                                ],
                                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                                "administrator": "CEO: Elon Musk",
                                                "founding_year": 2002,
                                                "launchers": "Falcon | Starship",
                                                "spacecraft": "Dragon",
                                                "parent": null,
                                                "image": {
                                                    "id": 29,
                                                    "name": "[AUTO] SpaceX - image",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "logo": {
                                                    "id": 186,
                                                    "name": "[AUTO] SpaceX - logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "social_logo": {
                                                    "id": 94,
                                                    "name": "[AUTO] SpaceX - social_logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                }
                                            },
                                            "parent": null,
                                            "maiden_flight": "2010-12-08",
                                            "spacecraft_flown": 22,
                                            "total_launch_count": 53,
                                            "successful_launches": 51,
                                            "failed_launches": 2,
                                            "attempted_landings": 50,
                                            "successful_landings": 49,
                                            "failed_landings": 1
                                        },
                                        {
                                            "response_mode": "normal",
                                            "id": 7,
                                            "name": "Dragon 2",
                                            "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                },
                                                "featured": true,
                                                "country": [
                                                    {
                                                        "id": 2,
                                                        "name": "United States of America",
                                                        "alpha_2_code": "US",
                                                        "alpha_3_code": "USA",
                                                        "nationality_name": "American",
                                                        "nationality_name_composed": "Americano"
                                                    }
                                                ],
                                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                                "administrator": "CEO: Elon Musk",
                                                "founding_year": 2002,
                                                "launchers": "Falcon | Starship",
                                                "spacecraft": "Dragon",
                                                "parent": null,
                                                "image": {
                                                    "id": 29,
                                                    "name": "[AUTO] SpaceX - image",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "logo": {
                                                    "id": 186,
                                                    "name": "[AUTO] SpaceX - logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                },
                                                "social_logo": {
                                                    "id": 94,
                                                    "name": "[AUTO] SpaceX - social_logo",
                                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                    "credit": null,
                                                    "license": {
                                                        "id": 1,
                                                        "name": "Unknown",
                                                        "priority": 9,
                                                        "link": null
                                                    },
                                                    "single_use": true,
                                                    "variants": []
                                                }
                                            },
                                            "parent": {
                                                "response_mode": "normal",
                                                "id": 6,
                                                "name": "Dragon",
                                                "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                                                "manufacturer": {
                                                    "response_mode": "list",
                                                    "id": 121,
                                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                    "name": "SpaceX",
                                                    "abbrev": "SpX",
                                                    "type": {
                                                        "id": 3,
                                                        "name": "Commercial"
                                                    }
                                                },
                                                "parent": null,
                                                "maiden_flight": "2010-12-08"
                                            },
                                            "maiden_flight": "2019-03-02",
                                            "spacecraft_flown": 9,
                                            "total_launch_count": 31,
                                            "successful_launches": 31,
                                            "failed_launches": 0,
                                            "attempted_landings": 29,
                                            "successful_landings": 28,
                                            "failed_landings": 1
                                        }
                                    ],
                                    "in_use": true,
                                    "image": {
                                        "id": 1086,
                                        "name": "Cargo Dragon docking",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
                                        "credit": "NASA",
                                        "license": {
                                            "id": 4,
                                            "name": "NASA Image and Media Guidelines",
                                            "priority": 0,
                                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                        },
                                        "single_use": false,
                                        "variants": []
                                    },
                                    "capability": "Cargo Earth Orbit Logistics",
                                    "history": "Cargo Dragon 2 is an updated version of the original Dragon spaceship designed to service the International Space Station with first flights conducted in 2020.\r\n\r\nIn contrast to Dragon 1 it docks to the International Space Station instead of being berthed by the Canada Arm.",
                                    "details": "Cargo Dragon 2 is a autonomous spaceship capable of bringing science to and from the International Space Station with large pressurized and un-pressurized sections to support a variety of missions.",
                                    "maiden_flight": "2020-12-06",
                                    "height": 7.2,
                                    "diameter": 3.7,
                                    "human_rated": false,
                                    "crew_capacity": null,
                                    "payload_capacity": 6000,
                                    "payload_return_capacity": 3000,
                                    "flight_life": "Able to fly for up to one week of free flight or two years docked.",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Dragon_2",
                                    "info_link": "https://www.spacex.com/dragon",
                                    "spacecraft_flown": 3,
                                    "total_launch_count": 12,
                                    "successful_launches": 12,
                                    "failed_launches": 0,
                                    "attempted_landings": 11,
                                    "successful_landings": 11,
                                    "failed_landings": 0,
                                    "fastest_turnaround": "P164DT6H38M8S"
                                },
                                "fastest_turnaround": "P164DT6H38M8S"
                            },
                            "launch": {
                                "id": "6f25718d-40d8-4c74-be30-b70674a0dfb3",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/6f25718d-40d8-4c74-be30-b70674a0dfb3/?format=api",
                                "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-32",
                                "response_mode": "normal",
                                "slug": "falcon-9-block-5-dragon-crs-2-spx-32",
                                "launch_designator": "2025-080",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2025-04-22T04:10:57Z",
                                "net": "2025-04-21T08:15:45Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2025-04-21T08:15:45Z",
                                "window_start": "2025-04-21T08:15:45Z",
                                "image": {
                                    "id": 1390,
                                    "name": "F9B5 liftoff from 39A with Cargo Dragon",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210520085648.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192619.jpeg",
                                    "credit": "SpaceX",
                                    "license": {
                                        "id": 5,
                                        "name": "CC BY-NC 2.0",
                                        "priority": 1,
                                        "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": 95,
                                "weather_concerns": "Cumulus Cloud Rule",
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 121,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "abbrev": "SpX",
                                    "type": {
                                        "id": 3,
                                        "name": "Commercial"
                                    }
                                },
                                "rocket": {
                                    "id": 7745,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 164,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
                                        "name": "Falcon 9",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 1,
                                                "name": "Falcon"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 176,
                                                "name": "Falcon 9"
                                            }
                                        ],
                                        "full_name": "Falcon 9 Block 5",
                                        "variant": "Block 5"
                                    }
                                },
                                "mission": {
                                    "id": 6263,
                                    "name": "Dragon CRS-2 SpX-32",
                                    "type": "Resupply",
                                    "description": "32nd commercial resupply services mission to the International Space Station operated by SpaceX. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nCargo Dragon 2 brings supplies and payloads, including critical materials to directly support science and research investigations that occur onboard the orbiting laboratory.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 44,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                            "name": "National Aeronautics and Space Administration",
                                            "abbrev": "NASA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 2,
                                                    "name": "United States of America",
                                                    "alpha_2_code": "US",
                                                    "alpha_3_code": "USA",
                                                    "nationality_name": "American",
                                                    "nationality_name_composed": "Americano"
                                                }
                                            ],
                                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                            "administrator": "Acting Administrator:  James Free",
                                            "founding_year": 1958,
                                            "launchers": "Space Shuttle | SLS",
                                            "spacecraft": "Orion",
                                            "parent": null,
                                            "image": {
                                                "id": 19,
                                                "name": "[AUTO] National Aeronautics and Space Administration - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 161,
                                                "name": "[AUTO] National Aeronautics and Space Administration - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 76,
                                                "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 141,
                                            "consecutive_successful_launches": 11,
                                            "successful_launches": 121,
                                            "failed_launches": 20,
                                            "pending_launches": 6,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 178,
                                            "failed_landings_spacecraft": 2,
                                            "attempted_landings_spacecraft": 180,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 0,
                                            "attempted_landings_payload": 0,
                                            "info_url": "http://www.nasa.gov",
                                            "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 87,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/87/?format=api",
                                    "active": true,
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 121,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                            "name": "SpaceX",
                                            "abbrev": "SpX",
                                            "type": {
                                                "id": 3,
                                                "name": "Commercial"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 2,
                                                    "name": "United States of America",
                                                    "alpha_2_code": "US",
                                                    "alpha_3_code": "USA",
                                                    "nationality_name": "American",
                                                    "nationality_name_composed": "Americano"
                                                }
                                            ],
                                            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                            "administrator": "CEO: Elon Musk",
                                            "founding_year": 2002,
                                            "launchers": "Falcon | Starship",
                                            "spacecraft": "Dragon",
                                            "parent": null,
                                            "image": {
                                                "id": 29,
                                                "name": "[AUTO] SpaceX - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 186,
                                                "name": "[AUTO] SpaceX - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 94,
                                                "name": "[AUTO] SpaceX - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            }
                                        }
                                    ],
                                    "name": "Launch Complex 39A",
                                    "image": {
                                        "id": 2119,
                                        "name": "FH liftoff from LC-39A (GOES-U)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_thumbnail_20240626200233.jpeg",
                                        "credit": "SpaceX",
                                        "license": {
                                            "id": 5,
                                            "name": "CC BY-NC 2.0",
                                            "priority": 1,
                                            "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                                    "latitude": 28.60822681,
                                    "longitude": -80.60428186,
                                    "country": {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                                    "total_launch_count": 206,
                                    "orbital_launch_attempt_count": 205,
                                    "fastest_turnaround": "P5DT6H20M30S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 27,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/27/?format=api",
                                        "name": "Kennedy Space Center, FL, USA",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 2,
                                            "name": "United States of America",
                                            "alpha_2_code": "US",
                                            "alpha_3_code": "USA",
                                            "nationality_name": "American",
                                            "nationality_name_composed": "Americano"
                                        },
                                        "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                                        "image": {
                                            "id": 2200,
                                            "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                                            "credit": "NASA",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                                        "longitude": -80.650833,
                                        "latitude": 28.524167,
                                        "timezone_name": "America/New_York",
                                        "total_launch_count": 264,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 11,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/11/?format=api",
                                        "name": "Commercial Resupply Services",
                                        "image": {
                                            "id": 1878,
                                            "name": "[AUTO] Commercial Resupply Services - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194021.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": null,
                                        "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                                        "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 257,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/257/?format=api",
                                                "name": "Northrop Grumman Space Systems",
                                                "abbrev": "NGSS",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 1020,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1020/?format=api",
                                                "name": "Sierra Nevada Corporation",
                                                "abbrev": "SNC",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 121,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                                "name": "SpaceX",
                                                "abbrev": "SpX",
                                                "type": {
                                                    "id": 3,
                                                    "name": "Commercial"
                                                }
                                            }
                                        ],
                                        "start_date": "2008-12-23T00:00:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    },
                                    {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/17/?format=api",
                                        "name": "International Space Station",
                                        "image": {
                                            "id": 1874,
                                            "name": "[AUTO] International Space Station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 16,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                                                "name": "Canadian Space Agency",
                                                "abbrev": "CSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 27,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                                                "name": "European Space Agency",
                                                "abbrev": "ESA",
                                                "type": {
                                                    "id": 2,
                                                    "name": "Multinational"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 37,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                                "name": "Japan Aerospace Exploration Agency",
                                                "abbrev": "JAXA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1998-11-20T06:40:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6931,
                                "location_launch_attempt_count": 262,
                                "pad_launch_attempt_count": 204,
                                "agency_launch_attempt_count": 496,
                                "orbital_launch_attempt_count_year": 82,
                                "location_launch_attempt_count_year": 10,
                                "pad_launch_attempt_count_year": 10,
                                "agency_launch_attempt_count_year": 47
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                },
                {
                    "id": 38,
                    "name": "Zvezda nadir",
                    "currently_docked": null
                },
                {
                    "id": 39,
                    "name": "Zvezda zenith",
                    "currently_docked": null
                },
                {
                    "id": 40,
                    "name": "Nauka nadir",
                    "currently_docked": null
                },
                {
                    "id": 42,
                    "name": "Prichal nadir",
                    "currently_docked": {
                        "id": 620,
                        "url": "https://ll.thespacedevs.com/2.3.0/docking_events/620/?format=api",
                        "docking": "2025-04-08T08:57:43Z",
                        "departure": null,
                        "flight_vehicle_chaser": {
                            "id": 858,
                            "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/858/?format=api",
                            "spacecraft": {
                                "response_mode": "normal",
                                "id": 598,
                                "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/598/?format=api",
                                "name": "Soyuz MS-27",
                                "serial_number": null,
                                "is_placeholder": false,
                                "image": {
                                    "id": 967,
                                    "name": "Soyuz MS in orbit (MS-19)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
                                    "credit": "ESA/NASA/T. Pesquet",
                                    "license": {
                                        "id": 2,
                                        "name": "ESA Standard Licence",
                                        "priority": 2,
                                        "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                                    },
                                    "single_use": false,
                                    "variants": []
                                },
                                "in_space": true,
                                "time_in_space": "P30DT20H16M13S",
                                "time_docked": "P30DT17H5M45S",
                                "flights_count": 1,
                                "mission_ends_count": 0,
                                "status": {
                                    "id": 4,
                                    "name": "Single Use"
                                },
                                "description": "Spacecraft planned to launch to the ISS in March 2025.",
                                "spacecraft_config": {
                                    "response_mode": "detailed",
                                    "id": 38,
                                    "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/38/?format=api",
                                    "name": "Soyuz MS",
                                    "type": {
                                        "id": 2,
                                        "name": "Capsule"
                                    },
                                    "agency": {
                                        "response_mode": "normal",
                                        "id": 63,
                                        "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                        "abbrev": "RFSA",
                                        "type": {
                                            "id": 1,
                                            "name": "Government"
                                        },
                                        "featured": true,
                                        "country": [
                                            {
                                                "id": 5,
                                                "name": "Russia",
                                                "alpha_2_code": "RU",
                                                "alpha_3_code": "RUS",
                                                "nationality_name": "Russian",
                                                "nationality_name_composed": "Russo"
                                            }
                                        ],
                                        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                        "administrator": "Administrator: Yuri Borisov",
                                        "founding_year": 1992,
                                        "launchers": "Soyuz",
                                        "spacecraft": "Soyuz",
                                        "parent": null,
                                        "image": {
                                            "id": 25,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "logo": {
                                            "id": 177,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "social_logo": {
                                            "id": 89,
                                            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        }
                                    },
                                    "family": [
                                        {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Soyuz",
                                            "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
                                            "manufacturer": {
                                                "response_mode": "normal",
                                                "id": 1000,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                                                "name": "Energia",
                                                "abbrev": "OKB-1",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                },
                                                "featured": false,
                                                "country": [
                                                    {
                                                        "id": 5,
                                                        "name": "Russia",
                                                        "alpha_2_code": "RU",
                                                        "alpha_3_code": "RUS",
                                                        "nationality_name": "Russian",
                                                        "nationality_name_composed": "Russo"
                                                    }
                                                ],
                                                "description": null,
                                                "administrator": null,
                                                "founding_year": 1946,
                                                "launchers": "",
                                                "spacecraft": "",
                                                "parent": null,
                                                "image": null,
                                                "logo": null,
                                                "social_logo": null
                                            },
                                            "parent": null,
                                            "maiden_flight": "1966-11-28",
                                            "spacecraft_flown": 197,
                                            "total_launch_count": 197,
                                            "successful_launches": 182,
                                            "failed_launches": 15,
                                            "attempted_landings": 190,
                                            "successful_landings": 184,
                                            "failed_landings": 6
                                        }
                                    ],
                                    "in_use": true,
                                    "image": {
                                        "id": 967,
                                        "name": "Soyuz MS in orbit (MS-19)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
                                        "credit": "ESA/NASA/T. Pesquet",
                                        "license": {
                                            "id": 2,
                                            "name": "ESA Standard Licence",
                                            "priority": 2,
                                            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                                        },
                                        "single_use": false,
                                        "variants": []
                                    },
                                    "capability": "Manned and Cargo ISS Logistics, Lifeboat",
                                    "history": "Soyuz MS is the final planned upgrade of the Soyuz spacecraft.\r\n\r\nMajor changes include:\r\n\r\n- more efficient solar panels\r\n- modified engine positions for redundancy\r\n- new Kurs NA approach and docking system\r\n- new TsVM-101 computer\r\n- unified digital command/telemetry system (MBITS) to relay telemetry via satellite, and control spacecraft when out of sight of ground stations\r\n- GLONASS/GPS and Cospas-Sarsat satellite systems for more accurate location afterlanding",
                                    "details": "Soyuz is a series of spacecraft designed for the Soviet space programme by the Korolyov Design Bureau (now RKK Energia) in the 1960s that remains in service today. The Soyuz succeeded the Voskhod spacecraft and was originally built as part of the Soviet Manned Lunar programme. The Soyuz spacecraft is launched on a Soyuz rocket, the most frequently used and most reliable launch vehicle in the world to date. The Soyuz rocket design is based on the Vostok launcher, which in turn was based on the 8K74 or R-7A Semyorka, a Soviet intercontinental ballistic missile. All Soyuz spacecraft are launched from the Baikonur Cosmodrome in Kazakhstan.",
                                    "maiden_flight": "2016-07-07",
                                    "height": 7.48,
                                    "diameter": 2.72,
                                    "human_rated": true,
                                    "crew_capacity": 3,
                                    "payload_capacity": null,
                                    "payload_return_capacity": null,
                                    "flight_life": "210 days while docked",
                                    "wiki_link": "https://en.wikipedia.org/wiki/Soyuz_MS",
                                    "info_link": "",
                                    "spacecraft_flown": 27,
                                    "total_launch_count": 27,
                                    "successful_launches": 26,
                                    "failed_launches": 1,
                                    "attempted_landings": 26,
                                    "successful_landings": 26,
                                    "failed_landings": 0,
                                    "fastest_turnaround": null
                                },
                                "fastest_turnaround": null
                            },
                            "launch": {
                                "id": "a3c9c47e-976e-40a5-8889-30c407131e3a",
                                "url": "https://ll.thespacedevs.com/2.3.0/launches/a3c9c47e-976e-40a5-8889-30c407131e3a/?format=api",
                                "name": "Soyuz 2.1a | Soyuz MS-27",
                                "response_mode": "normal",
                                "slug": "soyuz-21a-soyuz-ms-27",
                                "launch_designator": "2025-072",
                                "status": {
                                    "id": 3,
                                    "name": "Launch Successful",
                                    "abbrev": "Success",
                                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                                },
                                "last_updated": "2025-04-08T07:20:56Z",
                                "net": "2025-04-08T05:47:15Z",
                                "net_precision": {
                                    "id": 0,
                                    "name": "Second",
                                    "abbrev": "SEC",
                                    "description": "The T-0 is accurate to the second."
                                },
                                "window_end": "2025-04-08T05:47:15Z",
                                "window_start": "2025-04-08T05:47:15Z",
                                "image": {
                                    "id": 2363,
                                    "name": "Soyuz 2.1A on the launch pad (Soyuz MS-27)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_on_t_image_20250408055154.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_on_t_image_thumbnail_20250408055155.jpeg",
                                    "credit": "Roscosmos",
                                    "license": {
                                        "id": 14,
                                        "name": "Roscosmos Image Use Policy",
                                        "priority": 3,
                                        "link": "https://www.roscosmos.ru/22650/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "infographic": null,
                                "probability": null,
                                "weather_concerns": null,
                                "failreason": "",
                                "hashtag": null,
                                "launch_service_provider": {
                                    "response_mode": "list",
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "abbrev": "RFSA",
                                    "type": {
                                        "id": 1,
                                        "name": "Government"
                                    }
                                },
                                "rocket": {
                                    "id": 8311,
                                    "configuration": {
                                        "response_mode": "list",
                                        "id": 24,
                                        "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/24/?format=api",
                                        "name": "Soyuz 2.1a",
                                        "families": [
                                            {
                                                "response_mode": "list",
                                                "id": 147,
                                                "name": "Soyuz"
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 190,
                                                "name": "Soyuz 2"
                                            }
                                        ],
                                        "full_name": "Soyuz 2.1a",
                                        "variant": ""
                                    }
                                },
                                "mission": {
                                    "id": 6892,
                                    "name": "Soyuz MS-27",
                                    "type": "Human Exploration",
                                    "description": "Soyuz MS-27 will carry two cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. The crew consists of Roscosmos cosmonauts Sergey Ryzhikov, Alexey Zubritsky, and NASA astronaut Jonathan \"Jonny\" Kim.",
                                    "image": null,
                                    "orbit": {
                                        "id": 8,
                                        "name": "Low Earth Orbit",
                                        "abbrev": "LEO",
                                        "celestial_body": {
                                            "response_mode": "list",
                                            "id": 1,
                                            "name": "Earth"
                                        }
                                    },
                                    "agencies": [
                                        {
                                            "response_mode": "normal",
                                            "id": 44,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                            "name": "National Aeronautics and Space Administration",
                                            "abbrev": "NASA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 2,
                                                    "name": "United States of America",
                                                    "alpha_2_code": "US",
                                                    "alpha_3_code": "USA",
                                                    "nationality_name": "American",
                                                    "nationality_name_composed": "Americano"
                                                }
                                            ],
                                            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                                            "administrator": "Acting Administrator:  James Free",
                                            "founding_year": 1958,
                                            "launchers": "Space Shuttle | SLS",
                                            "spacecraft": "Orion",
                                            "parent": null,
                                            "image": {
                                                "id": 19,
                                                "name": "[AUTO] National Aeronautics and Space Administration - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 161,
                                                "name": "[AUTO] National Aeronautics and Space Administration - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 76,
                                                "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 141,
                                            "consecutive_successful_launches": 11,
                                            "successful_launches": 121,
                                            "failed_launches": 20,
                                            "pending_launches": 6,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 178,
                                            "failed_landings_spacecraft": 2,
                                            "attempted_landings_spacecraft": 180,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 0,
                                            "attempted_landings_payload": 0,
                                            "info_url": "http://www.nasa.gov",
                                            "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                                            "social_media_links": []
                                        },
                                        {
                                            "response_mode": "normal",
                                            "id": 63,
                                            "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                            "abbrev": "RFSA",
                                            "type": {
                                                "id": 1,
                                                "name": "Government"
                                            },
                                            "featured": true,
                                            "country": [
                                                {
                                                    "id": 5,
                                                    "name": "Russia",
                                                    "alpha_2_code": "RU",
                                                    "alpha_3_code": "RUS",
                                                    "nationality_name": "Russian",
                                                    "nationality_name_composed": "Russo"
                                                }
                                            ],
                                            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                                            "administrator": "Administrator: Yuri Borisov",
                                            "founding_year": 1992,
                                            "launchers": "Soyuz",
                                            "spacecraft": "Soyuz",
                                            "parent": null,
                                            "image": {
                                                "id": 25,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "logo": {
                                                "id": 177,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "social_logo": {
                                                "id": 89,
                                                "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                                                "credit": null,
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "total_launch_count": 331,
                                            "consecutive_successful_launches": 55,
                                            "successful_launches": 320,
                                            "failed_launches": 11,
                                            "pending_launches": 10,
                                            "consecutive_successful_landings": 0,
                                            "successful_landings": 0,
                                            "failed_landings": 0,
                                            "attempted_landings": 0,
                                            "successful_landings_spacecraft": 199,
                                            "failed_landings_spacecraft": 7,
                                            "attempted_landings_spacecraft": 206,
                                            "successful_landings_payload": 0,
                                            "failed_landings_payload": 1,
                                            "attempted_landings_payload": 1,
                                            "info_url": "http://en.roscosmos.ru/",
                                            "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                                            "social_media_links": []
                                        }
                                    ],
                                    "info_urls": [],
                                    "vid_urls": []
                                },
                                "pad": {
                                    "id": 20,
                                    "url": "https://ll.thespacedevs.com/2.3.0/pads/20/?format=api",
                                    "active": true,
                                    "agencies": [],
                                    "name": "31/6",
                                    "image": {
                                        "id": 1467,
                                        "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
                                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
                                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
                                        "credit": "Roscosmos",
                                        "license": {
                                            "id": 14,
                                            "name": "Roscosmos Image Use Policy",
                                            "priority": 3,
                                            "link": "https://www.roscosmos.ru/22650/"
                                        },
                                        "single_use": true,
                                        "variants": []
                                    },
                                    "description": "",
                                    "info_url": null,
                                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                                    "latitude": 45.996034,
                                    "longitude": 63.564003,
                                    "country": {
                                        "id": 44,
                                        "name": "Kazakhstan",
                                        "alpha_2_code": "KZ",
                                        "alpha_3_code": "KAZ",
                                        "nationality_name": "Kazakh",
                                        "nationality_name_composed": "Kazakhstani"
                                    },
                                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                                    "total_launch_count": 422,
                                    "orbital_launch_attempt_count": 422,
                                    "fastest_turnaround": "P1DT23H9M9S",
                                    "location": {
                                        "response_mode": "normal",
                                        "id": 15,
                                        "url": "https://ll.thespacedevs.com/2.3.0/locations/15/?format=api",
                                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                                        "celestial_body": {
                                            "response_mode": "normal",
                                            "id": 1,
                                            "name": "Earth",
                                            "type": {
                                                "id": 1,
                                                "name": "Planet"
                                            },
                                            "diameter": 12742000.0,
                                            "mass": 5.972168e+24,
                                            "gravity": 9.80655,
                                            "length_of_day": "1 00:00:00",
                                            "atmosphere": true,
                                            "image": {
                                                "id": 2040,
                                                "name": "Earth (Apollo 17)",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                                "credit": "NASA",
                                                "license": {
                                                    "id": 4,
                                                    "name": "NASA Image and Media Guidelines",
                                                    "priority": 0,
                                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                                },
                                                "single_use": true,
                                                "variants": []
                                            },
                                            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                            "total_attempted_launches": 7150,
                                            "successful_launches": 6607,
                                            "failed_launches": 543,
                                            "total_attempted_landings": 1104,
                                            "successful_landings": 1061,
                                            "failed_landings": 43
                                        },
                                        "active": true,
                                        "country": {
                                            "id": 44,
                                            "name": "Kazakhstan",
                                            "alpha_2_code": "KZ",
                                            "alpha_3_code": "KAZ",
                                            "nationality_name": "Kazakh",
                                            "nationality_name_composed": "Kazakhstani"
                                        },
                                        "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                                        "image": {
                                            "id": 2198,
                                            "name": "Soyuz launch pad at the Baikonur Cosmodrome",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
                                            "credit": "NASA/Bill Ingalls",
                                            "license": {
                                                "id": 4,
                                                "name": "NASA Image and Media Guidelines",
                                                "priority": 0,
                                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                                        "longitude": 63.305,
                                        "latitude": 45.965,
                                        "timezone_name": "Asia/Qyzylorda",
                                        "total_launch_count": 1555,
                                        "total_landing_count": 0
                                    }
                                },
                                "webcast_live": false,
                                "program": [
                                    {
                                        "response_mode": "normal",
                                        "id": 17,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/17/?format=api",
                                        "name": "International Space Station",
                                        "image": {
                                            "id": 1874,
                                            "name": "[AUTO] International Space Station - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 16,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/16/?format=api",
                                                "name": "Canadian Space Agency",
                                                "abbrev": "CSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 27,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
                                                "name": "European Space Agency",
                                                "abbrev": "ESA",
                                                "type": {
                                                    "id": 2,
                                                    "name": "Multinational"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 37,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                                                "name": "Japan Aerospace Exploration Agency",
                                                "abbrev": "JAXA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 44,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
                                                "name": "National Aeronautics and Space Administration",
                                                "abbrev": "NASA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1998-11-20T06:40:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    },
                                    {
                                        "response_mode": "normal",
                                        "id": 8,
                                        "url": "https://ll.thespacedevs.com/2.3.0/programs/8/?format=api",
                                        "name": "Soyuz",
                                        "image": {
                                            "id": 1892,
                                            "name": "[AUTO] Soyuz - image",
                                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194048.png",
                                            "credit": null,
                                            "license": {
                                                "id": 1,
                                                "name": "Unknown",
                                                "priority": 9,
                                                "link": null
                                            },
                                            "single_use": true,
                                            "variants": []
                                        },
                                        "info_url": null,
                                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                                        "agencies": [
                                            {
                                                "response_mode": "list",
                                                "id": 63,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                                "abbrev": "RFSA",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            },
                                            {
                                                "response_mode": "list",
                                                "id": 66,
                                                "url": "https://ll.thespacedevs.com/2.3.0/agencies/66/?format=api",
                                                "name": "Soviet Space Program",
                                                "abbrev": "CCCP",
                                                "type": {
                                                    "id": 1,
                                                    "name": "Government"
                                                }
                                            }
                                        ],
                                        "start_date": "1966-11-28T11:02:00Z",
                                        "end_date": null,
                                        "mission_patches": [],
                                        "type": {
                                            "id": 2,
                                            "name": "Human Spaceflight"
                                        }
                                    }
                                ],
                                "orbital_launch_attempt_count": 6923,
                                "location_launch_attempt_count": 1555,
                                "pad_launch_attempt_count": 422,
                                "agency_launch_attempt_count": 331,
                                "orbital_launch_attempt_count_year": 74,
                                "location_launch_attempt_count_year": 2,
                                "pad_launch_attempt_count_year": 2,
                                "agency_launch_attempt_count_year": 2
                            }
                        },
                        "space_station_chaser": null,
                        "payload_flight_chaser": null
                    }
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/5/?format=api",
            "name": "Mir",
            "image": {
                "id": 1943,
                "name": "[AUTO] Mir - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "1986-02-20",
            "deorbited": "2001-03-23",
            "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 5,
                            "name": "Russia",
                            "alpha_2_code": "RU",
                            "alpha_3_code": "RUS",
                            "nationality_name": "Russian",
                            "nationality_name_composed": "Russo"
                        }
                    ],
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": 1992,
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image": {
                        "id": 25,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 177,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 89,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 27.5,
            "width": 31.0,
            "mass": 129.7,
            "volume": 350,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 6,
                    "name": "Kvant-1 aft",
                    "currently_docked": null
                },
                {
                    "id": 7,
                    "name": "Mir-Progress 27",
                    "currently_docked": null
                },
                {
                    "id": 8,
                    "name": "Kvant-2",
                    "currently_docked": null
                },
                {
                    "id": 10,
                    "name": "Kristall module",
                    "currently_docked": null
                },
                {
                    "id": 11,
                    "name": "Mir SO starboard",
                    "currently_docked": null
                },
                {
                    "id": 29,
                    "name": "Mir Core aft",
                    "currently_docked": null
                },
                {
                    "id": 37,
                    "name": "Mir Core forward",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/15/?format=api",
            "name": "Salyut 7",
            "image": {
                "id": 1950,
                "name": "[AUTO] Salyut 7 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "1982-04-19",
            "deorbited": "1991-02-07",
            "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 5,
                            "name": "Russia",
                            "alpha_2_code": "RU",
                            "alpha_3_code": "RUS",
                            "nationality_name": "Russian",
                            "nationality_name_composed": "Russo"
                        }
                    ],
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": 1992,
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image": {
                        "id": 25,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 177,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 89,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 15.0,
            "width": 4.15,
            "mass": 19.8,
            "volume": 90,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 35,
                    "name": "Salyut-7 forward",
                    "currently_docked": null
                },
                {
                    "id": 36,
                    "name": "Salyut-7 aft",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/14/?format=api",
            "name": "Salyut 6",
            "image": {
                "id": 1946,
                "name": "[AUTO] Salyut 6 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "1977-09-29",
            "deorbited": "1982-07-29",
            "description": "Salyut 6, also known as DOS-5, was a Soviet orbital space station, the eighth flown as part of the Salyut programme. Launched on 29 September 1977 by a Proton rocket, the station was the first of the \"second-generation\" type of space station. Salyut 6 possessed several revolutionary advances over the earlier Soviet space stations, which it nevertheless resembled in overall design. These included the addition of a second docking port, a new main propulsion system and the station's primary scientific instrument, the BST-1M multispectral telescope. The addition of the second docking port made crew handovers and station resupply by unmanned Progress freighters possible for the first time.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 5,
                            "name": "Russia",
                            "alpha_2_code": "RU",
                            "alpha_3_code": "RUS",
                            "nationality_name": "Russian",
                            "nationality_name_composed": "Russo"
                        }
                    ],
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": 1992,
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image": {
                        "id": 25,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 177,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 89,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 15.8,
            "width": 4.15,
            "mass": 19.8,
            "volume": 90,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 4,
                    "name": "Salyut-6 forward",
                    "currently_docked": null
                },
                {
                    "id": 9,
                    "name": "Salyut-6 aft",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.3.0/space_stations/13/?format=api",
            "name": "Salyut 5",
            "image": {
                "id": 1942,
                "name": "[AUTO] Salyut 5 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "founded": "1976-06-22",
            "deorbited": "1988-08-08",
            "description": "Salyut 5, also known as OPS-3, was a Soviet space station. Launched in 1976 as part of the Salyut programme, it was the third and last Almaz space station to be launched for the Soviet military. Two Soyuz missions visited the station, each manned by two cosmonauts. A third Soyuz mission attempted to visit the station, but failed to dock, whilst a fourth mission was planned but never launched.",
            "orbit": "Low Earth Orbit",
            "type": {
                "id": 2,
                "name": "Government"
            },
            "owners": [
                {
                    "response_mode": "normal",
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    },
                    "featured": true,
                    "country": [
                        {
                            "id": 5,
                            "name": "Russia",
                            "alpha_2_code": "RU",
                            "alpha_3_code": "RUS",
                            "nationality_name": "Russian",
                            "nationality_name_composed": "Russo"
                        }
                    ],
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": 1992,
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image": {
                        "id": 25,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "logo": {
                        "id": 177,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "social_logo": {
                        "id": 89,
                        "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    }
                }
            ],
            "response_mode": "detailed",
            "active_expeditions": [],
            "height": 13.55,
            "width": 4.15,
            "mass": 19.0,
            "volume": 100,
            "onboard_crew": 0,
            "docked_vehicles": 0,
            "docking_location": [
                {
                    "id": 22,
                    "name": "Salyut-5 forward",
                    "currently_docked": null
                }
            ],
            "active_docking_events": []
        }
    ]
}