Filters

Parameters - active, agencies_ids, id, id__contains, latitude__gt, latitude__gte, latitude__lt, latitude__lte, location__id, location__name, location__name__contains, longitude__gt, longitude__gte, longitude__lt, longitude__lte, name, name__contains, orbital_launch_attempt_count, orbital_launch_attempt_count__gt, orbital_launch_attempt_count__gte, orbital_launch_attempt_count__lt, orbital_launch_attempt_count__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte

Example - /pads/?location__id=11

Fields searched - location__name, name, orbital_launch_attempt_count, total_launch_count

Example - /pads/?search=39A

Ordering

Fields - id, location__id, location__name, name, orbital_launch_attempt_count, total_launch_count

Example - /pads/?ordering=-orbital_launch_attempt_count

Number of results

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

Example - /pads/?limit=2

Format

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

Help

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

GET /2.3.0/pads/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 231,
    "next": "https://ll.thespacedevs.com/2.3.0/pads/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.3.0/pads/?format=api&limit=10",
    "results": [
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/101/?format=api",
            "active": true,
            "agencies": [],
            "name": "Unknown Pad",
            "image": null,
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=0.0,0.0",
            "latitude": null,
            "longitude": null,
            "country": null,
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_101_20200803143204.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null,
            "location": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/3/?format=api",
                "name": "Sea Launch",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 17,
                    "name": "Unknown",
                    "alpha_2_code": "??",
                    "alpha_3_code": "???",
                    "nationality_name": "Earthling",
                    "nationality_name_composed": "Earthling"
                },
                "description": "",
                "image": {
                    "id": 1418,
                    "name": "Ceres-1S liftoff from DeFu-15002 (4x Tianqi)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192712.jpeg",
                    "credit": "CASC",
                    "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_3_20200803142448.jpg",
                "longitude": null,
                "latitude": null,
                "timezone_name": "",
                "total_launch_count": 55,
                "total_landing_count": 0
            }
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/148/?format=api",
            "active": true,
            "agencies": [],
            "name": "Borisoglebsk (K-496)",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Russian_submarine_Borisoglebsk_(K-496)",
            "map_url": "https://www.google.com/maps?q=74.0000,38.0000",
            "latitude": 74.0,
            "longitude": 38.0,
            "country": {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_148_20200803143426.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null,
            "location": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/3/?format=api",
                "name": "Sea Launch",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 17,
                    "name": "Unknown",
                    "alpha_2_code": "??",
                    "alpha_3_code": "???",
                    "nationality_name": "Earthling",
                    "nationality_name_composed": "Earthling"
                },
                "description": "",
                "image": {
                    "id": 1418,
                    "name": "Ceres-1S liftoff from DeFu-15002 (4x Tianqi)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192712.jpeg",
                    "credit": "CASC",
                    "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_3_20200803142448.jpg",
                "longitude": null,
                "latitude": null,
                "timezone_name": "",
                "total_launch_count": 55,
                "total_landing_count": 0
            }
        },
        {
            "id": 217,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/217/?format=api",
            "active": true,
            "agencies": [],
            "name": "Bo Run Jiu Zhou mobile launch platform",
            "image": {
                "id": 1407,
                "name": "Smart Dragon 3 liftoff from Bo Run Jiu Zhou (9 satellites)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/smart2520drago_image_20240204094625.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192650.jpeg",
                "credit": "China Daily/Chen Xiaolong",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=21.283333,112.0",
            "latitude": 21.283333,
            "longitude": 112.0,
            "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_bo_run_jiu_zhou_mobile_launch_platform_20231206001303.jpg",
            "total_launch_count": 3,
            "orbital_launch_attempt_count": 3,
            "fastest_turnaround": "P20DT3H15M",
            "location": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/3/?format=api",
                "name": "Sea Launch",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 17,
                    "name": "Unknown",
                    "alpha_2_code": "??",
                    "alpha_3_code": "???",
                    "nationality_name": "Earthling",
                    "nationality_name_composed": "Earthling"
                },
                "description": "",
                "image": {
                    "id": 1418,
                    "name": "Ceres-1S liftoff from DeFu-15002 (4x Tianqi)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192712.jpeg",
                    "credit": "CASC",
                    "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_3_20200803142448.jpg",
                "longitude": null,
                "latitude": null,
                "timezone_name": "",
                "total_launch_count": 55,
                "total_landing_count": 0
            }
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/144/?format=api",
            "active": true,
            "agencies": [
                {
                    "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": []
                    }
                }
            ],
            "name": "DeBo 3 mobile launch platform",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": null,
            "map_url": "https://www.google.com/maps?q=34.311667,123.761111",
            "latitude": 34.311667,
            "longitude": 123.761111,
            "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_144_20200803143251.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null,
            "location": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/3/?format=api",
                "name": "Sea Launch",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 17,
                    "name": "Unknown",
                    "alpha_2_code": "??",
                    "alpha_3_code": "???",
                    "nationality_name": "Earthling",
                    "nationality_name_composed": "Earthling"
                },
                "description": "",
                "image": {
                    "id": 1418,
                    "name": "Ceres-1S liftoff from DeFu-15002 (4x Tianqi)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192712.jpeg",
                    "credit": "CASC",
                    "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_3_20200803142448.jpg",
                "longitude": null,
                "latitude": null,
                "timezone_name": "",
                "total_launch_count": 55,
                "total_landing_count": 0
            }
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/216/?format=api",
            "active": true,
            "agencies": [],
            "name": "ADD Offshore launch platform",
            "image": {
                "id": 1338,
                "name": "South Korean ADD Solid-Fuel SLV (3 stage) liftoff (S-STEP)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/south2520korea_image_20231204145331.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192440.png",
                "credit": "Yonhap",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "description": "Offshore launch platform for the South Korean military small satellite launch vehicle.",
            "info_url": null,
            "wiki_url": null,
            "map_url": null,
            "latitude": 33.216667,
            "longitude": 126.366667,
            "country": {
                "id": 35,
                "name": "South Korea",
                "alpha_2_code": "KR",
                "alpha_3_code": "KOR",
                "nationality_name": "South Korean",
                "nationality_name_composed": "South Korean"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_add_offshore_launch_platform_20231204142359.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1,
            "fastest_turnaround": null,
            "location": {
                "response_mode": "normal",
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/3/?format=api",
                "name": "Sea Launch",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 17,
                    "name": "Unknown",
                    "alpha_2_code": "??",
                    "alpha_3_code": "???",
                    "nationality_name": "Earthling",
                    "nationality_name_composed": "Earthling"
                },
                "description": "",
                "image": {
                    "id": 1418,
                    "name": "Ceres-1S liftoff from DeFu-15002 (4x Tianqi)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s25202_image_20230905114300.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192712.jpeg",
                    "credit": "CASC",
                    "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_3_20200803142448.jpg",
                "longitude": null,
                "latitude": null,
                "timezone_name": "",
                "total_launch_count": 55,
                "total_landing_count": 0
            }
        },
        {
            "id": 75,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/75/?format=api",
            "active": true,
            "agencies": [
                {
                    "response_mode": "normal",
                    "id": 95,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/95/?format=api",
                    "name": "Israel Aerospace Industries",
                    "abbrev": "IAI",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    },
                    "featured": false,
                    "country": [
                        {
                            "id": 29,
                            "name": "Israel",
                            "alpha_2_code": "IL",
                            "alpha_3_code": "ISR",
                            "nationality_name": "Israeli",
                            "nationality_name_composed": "Israeli"
                        }
                    ],
                    "description": null,
                    "administrator": null,
                    "founding_year": null,
                    "launchers": "",
                    "spacecraft": "",
                    "parent": null,
                    "image": null,
                    "logo": null,
                    "social_logo": null
                }
            ],
            "name": "Shavit Launch Pad",
            "image": {
                "id": 2207,
                "name": "Shavit-2 liftoff (Ofek-13)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_thumbnail_20240918164729.jpeg",
                "credit": "Israel Ministry of Defense",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
            "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
            "latitude": 31.884444,
            "longitude": 34.680278,
            "country": {
                "id": 29,
                "name": "Israel",
                "alpha_2_code": "IL",
                "alpha_3_code": "ISR",
                "nationality_name": "Israeli",
                "nationality_name_composed": "Israeli"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 12,
            "fastest_turnaround": "P561DT2H31M",
            "location": {
                "response_mode": "normal",
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/4/?format=api",
                "name": "Palmachim Airbase, State of Israel",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 29,
                    "name": "Israel",
                    "alpha_2_code": "IL",
                    "alpha_3_code": "ISR",
                    "nationality_name": "Israeli",
                    "nationality_name_composed": "Israeli"
                },
                "description": "Palmachim Airbase is an Israeli Air Force (IAF) base and spaceport, which the IAF and the Israel Space Agency (ISA) operate jointly. It is located west of the city of Yavne on the Mediterranean coast, 12 km south of the Gush Dan metropolitan area with Tel Aviv, named after the Kibbutz Palmachim north of it.",
                "image": {
                    "id": 2207,
                    "name": "Shavit-2 liftoff (Ofek-13)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_thumbnail_20240918164729.jpeg",
                    "credit": "Israel Ministry of Defense",
                    "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_4_20200803142418.jpg",
                "longitude": 34.690556,
                "latitude": 31.897778,
                "timezone_name": "Asia/Jerusalem",
                "total_launch_count": 12,
                "total_landing_count": 0
            }
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/44/?format=api",
            "active": true,
            "agencies": [],
            "name": "Unknown Pad",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=51.036,59.958",
            "latitude": 51.036,
            "longitude": 59.958,
            "country": {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_44_20200803143327.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null,
            "location": {
                "response_mode": "normal",
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                },
                "description": "Dombarovsky is a military airbase near Yasny in Russia's Orenburg Oblast. Operated by the Soviet Air Defence Forces and later by the Russian Air Force, it hosted fighter interceptor squadrons and hosts an ICBM base (which has been adapted for commercial satellite launches) with a supporting helicopter base.",
                "image": {
                    "id": 2201,
                    "name": "Dnepr 1 liftoff (Prisma)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_20240918152530.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_thumbnail_20240918152530.jpeg",
                    "credit": "ISC Kosmotras",
                    "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": []
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
                "longitude": 59.853333,
                "latitude": 51.048889,
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            }
        },
        {
            "id": 182,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/182/?format=api",
            "active": true,
            "agencies": [],
            "name": "370/11",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": 51.0938889,
            "longitude": 59.8400282,
            "country": {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_182_20200803143504.jpg",
            "total_launch_count": 2,
            "orbital_launch_attempt_count": 2,
            "fastest_turnaround": "P351DT8M44S",
            "location": {
                "response_mode": "normal",
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                },
                "description": "Dombarovsky is a military airbase near Yasny in Russia's Orenburg Oblast. Operated by the Soviet Air Defence Forces and later by the Russian Air Force, it hosted fighter interceptor squadrons and hosts an ICBM base (which has been adapted for commercial satellite launches) with a supporting helicopter base.",
                "image": {
                    "id": 2201,
                    "name": "Dnepr 1 liftoff (Prisma)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_20240918152530.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_thumbnail_20240918152530.jpeg",
                    "credit": "ISC Kosmotras",
                    "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": []
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
                "longitude": 59.853333,
                "latitude": 51.048889,
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            }
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/183/?format=api",
            "active": true,
            "agencies": [],
            "name": "370/13",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
            "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
            "latitude": 51.0938889,
            "longitude": 59.8400282,
            "country": {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_183_20200803143512.jpg",
            "total_launch_count": 8,
            "orbital_launch_attempt_count": 8,
            "fastest_turnaround": "P90DT16H30M58S",
            "location": {
                "response_mode": "normal",
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/5/?format=api",
                "name": "Dombarovskiy, Russian Federation",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                },
                "description": "Dombarovsky is a military airbase near Yasny in Russia's Orenburg Oblast. Operated by the Soviet Air Defence Forces and later by the Russian Air Force, it hosted fighter interceptor squadrons and hosts an ICBM base (which has been adapted for commercial satellite launches) with a supporting helicopter base.",
                "image": {
                    "id": 2201,
                    "name": "Dnepr 1 liftoff (Prisma)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_20240918152530.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr_1_liftoff_image_thumbnail_20240918152530.jpeg",
                    "credit": "ISC Kosmotras",
                    "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": []
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
                "longitude": 59.853333,
                "latitude": 51.048889,
                "timezone_name": "Asia/Yekaterinburg",
                "total_launch_count": 10,
                "total_landing_count": 0
            }
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.3.0/pads/127/?format=api",
            "active": true,
            "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": []
                    }
                }
            ],
            "name": "32/2",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
            "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
            "latitude": 62.9063889,
            "longitude": 40.7844727,
            "country": {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
            "total_launch_count": 65,
            "orbital_launch_attempt_count": 65,
            "fastest_turnaround": "P3DT7H31M59S",
            "location": {
                "response_mode": "normal",
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.3.0/locations/6/?format=api",
                "name": "Plesetsk Cosmodrome, Russian Federation",
                "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": 7140,
                    "successful_launches": 6598,
                    "failed_launches": 542,
                    "total_attempted_landings": 1098,
                    "successful_landings": 1055,
                    "failed_landings": 43
                },
                "active": true,
                "country": {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                },
                "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                "image": {
                    "id": 1461,
                    "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
                    "credit": "Mil.ru",
                    "license": {
                        "id": 30,
                        "name": "CC BY 4.0",
                        "priority": 4,
                        "link": "https://creativecommons.org/licenses/by/4.0/"
                    },
                    "single_use": false,
                    "variants": []
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                "longitude": 40.577778,
                "latitude": 62.925556,
                "timezone_name": "Europe/Moscow",
                "total_launch_count": 1674,
                "total_landing_count": 0
            }
        }
    ]
}