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_landing_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_landing_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/locations/?format=api&limit=10&offset=10&ordering=total_landing_count",
    "results": [
        {
            "response_mode": "normal",
            "id": 162,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/162/?format=api",
            "name": "Edwards Air Force Base",
            "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": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
            "image": {
                "id": 2202,
                "name": "Edwards Air Force Base from space",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_air_for_image_20240918153919.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edwards_air_for_image_thumbnail_20240918153919.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_edwards_air_force_base_20230422085221.jpg",
            "longitude": -117.883611,
            "latitude": 34.905556,
            "timezone_name": "America/Los_Angeles",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/159/?format=api",
            "name": "Sutherland Spaceport",
            "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": 10,
                "name": "United Kingdom",
                "alpha_2_code": "GB",
                "alpha_3_code": "GBR",
                "nationality_name": "British",
                "nationality_name_composed": "Brito"
            },
            "description": "The Sutherland spaceport is a spaceport to be located in Sutherland in Scotland.",
            "image": {
                "id": 2220,
                "name": "Sutherland Spaceport render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sutherland_spac_image_20240919170737.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sutherland_spac_image_thumbnail_20240919170737.jpeg",
                "credit": "NORR / HIE",
                "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_sutherland_spaceport_20220511180155.jpg",
            "longitude": -4.5121,
            "latitude": 58.5107,
            "timezone_name": "Europe/London",
            "total_launch_count": 0,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 13,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/13/?format=api",
            "name": "Guiana Space Centre, French Guiana",
            "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": 50,
                "name": "French Guiana",
                "alpha_2_code": "GF",
                "alpha_3_code": "GUF",
                "nationality_name": "French Guianan",
                "nationality_name_composed": "Franco-Guiano"
            },
            "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
            "image": {
                "id": 2203,
                "name": "Vega & Ariane 5 pads at the Guiana Space Centre",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_20240918154413.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_2526_aria_image_thumbnail_20240918154414.jpeg",
                "credit": "ESA/S. Corvaja",
                "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_13_20200803142412.jpg",
            "longitude": -52.6903,
            "latitude": 5.169,
            "timezone_name": "America/Cayenne",
            "total_launch_count": 324,
            "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": 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": 1,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/1/?format=api",
            "name": "Pacific Missile Range Facility, Barking Sands, HI, 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 Missile Range Facility, Barking Sands is a U.S. naval facility and airport located five nautical miles (9 km) northwest of the central business district of Kekaha, in Kauai County, Hawaii, United States.",
            "image": {
                "id": 2205,
                "name": "Pacific Missile Range Facility aerial picture",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_missile_image_20240918160849.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pacific_missile_image_thumbnail_20240918160849.jpeg",
                "credit": "Polihale",
                "license": {
                    "id": 21,
                    "name": "CC BY-SA 3.0",
                    "priority": 4,
                    "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
                },
                "single_use": true,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_1_20200803142427.jpg",
            "longitude": -159.785,
            "latitude": 22.022778,
            "timezone_name": "Pacific/Honolulu",
            "total_launch_count": 1,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/20/?format=api",
            "name": "Air launch to orbit",
            "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": 17,
                "name": "Unknown",
                "alpha_2_code": "??",
                "alpha_3_code": "???",
                "nationality_name": "Earthling",
                "nationality_name_composed": "Earthling"
            },
            "description": "",
            "image": {
                "id": 33,
                "name": "Virgin Orbit LauncherOne",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184714.jpeg",
                "credit": "Virgin Orbit",
                "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_20_20200803142433.jpg",
            "longitude": null,
            "latitude": null,
            "timezone_name": "",
            "total_launch_count": 51,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 160,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/160/?format=api",
            "name": "Arnhem Space Centre",
            "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": 34,
                "name": "Australia",
                "alpha_2_code": "AU",
                "alpha_3_code": "AUS",
                "nationality_name": "Australian",
                "nationality_name_composed": "Australo"
            },
            "description": "The Arnhem Space Centre was Australia's first commercial spaceport, located near Nhulunbuy, in Arnhem Land, Australia. It was owned and operated by Equatorial Launch Australia (ELA), and was the site of NASA's first non-orbital sounding rocket launch from a commercial port outside the United States on 27 June 2022.",
            "image": {
                "id": 2197,
                "name": "Arnhem Space Centre",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arnhem_space_ce_image_20240918150330.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arnhem_space_ce_image_thumbnail_20240918150331.jpeg",
                "credit": "Equatorial Launch Australia",
                "license": {
                    "id": 29,
                    "name": "ELA Image Use Policy",
                    "priority": 8,
                    "link": "https://ela.space/website-disclaimer"
                },
                "single_use": false,
                "variants": []
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
            "longitude": 136.813889,
            "latitude": -12.381389,
            "timezone_name": "Australia/Darwin",
            "total_launch_count": 3,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 152,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/152/?format=api",
            "name": "RAAF Woomera Range Complex",
            "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": 34,
                "name": "Australia",
                "alpha_2_code": "AU",
                "alpha_3_code": "AUS",
                "nationality_name": "Australian",
                "nationality_name_composed": "Australo"
            },
            "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
            "image": {
                "id": 2208,
                "name": "Europa I on Launch Area 6A",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_i_on_lau_image_20240918171901.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_i_on_lau_image_thumbnail_20240918171901.jpeg",
                "credit": "ELDO",
                "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_152_20200803142502.jpg",
            "longitude": 136.5322,
            "latitude": -30.9553,
            "timezone_name": "Australia/Adelaide",
            "total_launch_count": 6,
            "total_landing_count": 0
        },
        {
            "response_mode": "normal",
            "id": 21,
            "url": "https://lldev.thespacedevs.com/2.3.0/locations/21/?format=api",
            "name": "Wallops Flight Facility, Virginia, 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": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
            "image": {
                "id": 2227,
                "name": "Wallops Flight Facility",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/wallops_flight__image_20240920083715.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/wallops_flight__image_thumbnail_20240920083715.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_21_20200803142423.jpg",
            "longitude": -75.467778,
            "latitude": 37.933333,
            "timezone_name": "America/New_York",
            "total_launch_count": 80,
            "total_landing_count": 0
        }
    ]
}