Modes

Levels of detail in the response - normal, detailed

Example - /locations/?mode=detailed

Filters

Parameters - active, country_code, id, name, name__contains, total_landing_count, total_landing_count__gt, total_landing_count__gte, total_landing_count__lt, total_landing_count__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte

Example - /locations/?country_code=NZL

Fields searched - country__alpha_3_code, name

Example - /locations/?search=Cape Canaveral

Ordering

Fields - total_landing_count, total_launch_count

Example - /locations/?ordering=-total_launch_count

Number of results

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

Example - /locations/?limit=2

Format

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

Help

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

GET /2.3.0/locations/?format=api&offset=20&ordering=-total_launch_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 66,
    "next": "https://lldev.thespacedevs.com/2.3.0/locations/?format=api&limit=10&offset=30&ordering=-total_launch_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/locations/?format=api&limit=10&offset=10&ordering=-total_launch_count",
    "results": [
        {
            "response_mode": "normal",
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/18/?format=api",
            "name": "Vostochny Cosmodrome, Siberia, 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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "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": "The Vostochny Cosmodrome is a Russian spaceport above the 51st parallel north in the Amur Oblast, in the Russian Far East. It is intended to reduce Russia's dependency on the Baikonur Cosmodrome in Kazakhstan. The first launch took place on 28 April 2016 at 02:01 UTC.",
            "image": {
                "id": 1297,
                "name": "Soyuz 2.1b/Fregat-M liftoff from site 1S (Meteor-M No.2-4 & others)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20240229134932.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192322.jpeg",
                "credit": "Roscosmos",
                "license": {
                    "id": 14,
                    "name": "Roscosmos Image Use Policy",
                    "priority": 3,
                    "link": "https://www.roscosmos.ru/22650/"
                },
                "single_use": false,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
            "longitude": 128.333932,
            "latitude": 51.884395,
            "timezone_name": "Asia/Yakutsk",
            "total_launch_count": 19,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 143,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/143/?format=api",
            "name": "SpaceX Starbase, TX, 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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "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": "Starbase is an industrial complex for Starship rockets and the headquarters of the American aerospace manufacturer company SpaceX. Located near Brownsville, Texas, United States, it has been under construction since the late 2010s by SpaceX. Starbase is composed of a spaceport near the Gulf of Mexico, a production facility at the Boca Chica village, and a small structure test site along the Texas State Highway 4.",
            "image": {
                "id": 2219,
                "name": "SpaceX Starbase in March 2022",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_20240919170357.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_thumbnail_20240919170357.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": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
            "longitude": -97.157,
            "latitude": 25.997,
            "timezone_name": "America/Chicago",
            "total_launch_count": 17,
            "total_landing_count": 13
        },
        {
            "response_mode": "normal",
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/2/?format=api",
            "name": "Semnan Space Center, Islamic Republic of Iran",
            "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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "failed_landings": 43
            },
            "active": true,
            "country": {
                "id": 32,
                "name": "Iran",
                "alpha_2_code": "IR",
                "alpha_3_code": "IRN",
                "nationality_name": "Iranian",
                "nationality_name_composed": "Irano"
            },
            "description": "Semnan Space Center is the primary Iranian spaceport, located 50 km southeast of the city of Semnan in the north of the country.",
            "image": {
                "id": 2214,
                "name": "Simorgh liftoff in July 2017",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/semnan_space_ce_image_20240919164557.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/semnan_space_ce_image_thumbnail_20240919164557.jpeg",
                "credit": "Tasnim News Agency",
                "license": {
                    "id": 30,
                    "name": "CC BY 4.0",
                    "priority": 4,
                    "link": "https://creativecommons.org/licenses/by/4.0/"
                },
                "single_use": true,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg",
            "longitude": 53.9221,
            "latitude": 35.2346,
            "timezone_name": "Asia/Tehran",
            "total_launch_count": 15,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 4,
            "url": "https://lldev.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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "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
        },
        {
            "response_mode": "normal",
            "id": 5,
            "url": "https://lldev.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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "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
        },
        {
            "response_mode": "normal",
            "id": 25,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/25/?format=api",
            "name": "Pacific Spaceport Complex, Alaska, 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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "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 Pacific Spaceport Complex – Alaska (PSCA), formerly known as the Kodiak Launch Complex (KLC), is a dual-use commercial and military spaceport for sub-orbital and orbital launch vehicles. The facility is owned and operated by the Alaska Aerospace Corporation, a corporation owned by the Government of Alaska, and is located on Kodiak Island in Alaska.",
            "image": {
                "id": 1817,
                "name": "RS1 on the pad (Flight 2)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_thumbnail_20240325094914.jpeg",
                "credit": "ABL Space Systems",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
            "longitude": -152.34,
            "latitude": 57.435278,
            "timezone_name": "America/Anchorage",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 151,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/151/?format=api",
            "name": "Broglio Space Center, Kenya",
            "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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "failed_landings": 43
            },
            "active": false,
            "country": {
                "id": 3,
                "name": "Italy",
                "alpha_2_code": "IT",
                "alpha_3_code": "ITA",
                "nationality_name": "Italian",
                "nationality_name_composed": "Italo"
            },
            "description": "The Luigi Broglio Space Center (BSC) located near Malindi, Kenya, is an Italian Space Agency (ASI) Spaceport. It served as a spaceport for the launch of both Italian and international satellites, but is currently only used for satellite communications.",
            "image": {
                "id": 2199,
                "name": "Scout-B1 on the San Marco platform (Ariel 5)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout-b1_on_the_image_20240918151220.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout-b1_on_the_image_thumbnail_20240918151221.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_151_20200803142409.jpg",
            "longitude": 40.2125,
            "latitude": -2.938333,
            "timezone_name": "Africa/Nairobi",
            "total_launch_count": 9,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/9/?format=api",
            "name": "Naro Space Center, South Korea",
            "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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "failed_landings": 43
            },
            "active": true,
            "country": {
                "id": 35,
                "name": "South Korea",
                "alpha_2_code": "KR",
                "alpha_3_code": "KOR",
                "nationality_name": "South Korean",
                "nationality_name_composed": "South Korean"
            },
            "description": "The Naro Space Center is a South Korean spaceport in South Jeolla's Goheung County, operated by the state-run Korea Aerospace Research Institute.",
            "image": {
                "id": 1797,
                "name": "Nuri on the launch pad",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_on_the_lau_image_20240307163812.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_on_the_lau_image_thumbnail_20240307163813.jpeg",
                "credit": "Korea Aerospace Research Institute",
                "license": {
                    "id": 15,
                    "name": "Korea Open Government License Type I: Attribution",
                    "priority": 6,
                    "link": "https://www.kogl.or.kr/edu/eduDataFileDown.do?dataIdx=97&dataFileIdx=1"
                },
                "single_use": true,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
            "longitude": 127.535,
            "latitude": 34.431944,
            "timezone_name": "Asia/Seoul",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/7/?format=api",
            "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
            "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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "failed_landings": 43
            },
            "active": true,
            "country": {
                "id": 53,
                "name": "North Korea",
                "alpha_2_code": "KP",
                "alpha_3_code": "PRK",
                "nationality_name": "North Korean",
                "nationality_name_composed": "North Korean"
            },
            "description": "Sohae Satellite Launching Station is a rocket launching site in Tongch'ang-ri, Cholsan County, North Pyongan Province, North Korea. The base is located among hills close to the northern border with China. The spaceport was built on the site of the village Pongdong-ri which was displaced during construction.",
            "image": {
                "id": 2216,
                "name": "Chollima-1 liftoff (Malligyong-1c)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chollima-1_lift_image_20240919165247.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chollima-1_lift_image_thumbnail_20240919165248.jpeg",
                "credit": "KCNA",
                "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_7_20200803142414.jpg",
            "longitude": 124.705,
            "latitude": 39.66,
            "timezone_name": "Asia/Pyongyang",
            "total_launch_count": 7,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 32,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/32/?format=api",
            "name": "Hokkaido Spaceport, Japan",
            "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": 7129,
                "successful_launches": 6587,
                "failed_launches": 542,
                "total_attempted_landings": 1089,
                "successful_landings": 1046,
                "failed_landings": 43
            },
            "active": true,
            "country": {
                "id": 28,
                "name": "Japan",
                "alpha_2_code": "JP",
                "alpha_3_code": "JPN",
                "nationality_name": "Japanese",
                "nationality_name_composed": "Nippo"
            },
            "description": "Rocket launch pad of Interstellar Technologies, located next to the Taiki Aerospace Research Field.",
            "image": {
                "id": 1792,
                "name": "MOMO liftoff (Flight 1)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193758.jpeg",
                "credit": "Kyodo News",
                "license": {
                    "id": 22,
                    "name": "Kyodo News Copyright",
                    "priority": 6,
                    "link": "https://english.kyodonews.net/copyright.html"
                },
                "single_use": false,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_32_20200803142407.jpg",
            "longitude": 143.441389,
            "latitude": 42.5,
            "timezone_name": "Asia/Tokyo",
            "total_launch_count": 7,
            "total_landing_count": 0
        }
    ]
}