Modes

Levels of detail in the response - list, normal, detailed

Example - /landings/?mode=list

Filters

Parameters - attempt, firststage_launch__ids, landing_location__ids, landing_type__ids, launcher__ids, launcher_config__ids, launcher_serial_numbers, spacecraft__ids, spacecraft_config__ids, spacecraft_launch__ids, success

Example - /landings/?spacecraft__ids=39,37

Fields searched - firststage__launcher__launcher_config__name, firststage__launcher__serial_number, firststage__rocket__launch__name, landing_location__abbrev, landing_location__name, spacecraftflight__rocket__launch__name, spacecraftflight__spacecraft__name, spacecraftflight__spacecraft__serial_number, spacecraftflight__spacecraft__spacecraft_config__name

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

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

Example - /landings/?limit=2

Format

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

Help

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

GET /2.3.0/landings/?format=api&offset=220&ordering=downrange_distance
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 223,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=210&ordering=downrange_distance",
    "results": [
        {
            "id": 1518,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1518/?format=api",
            "attempt": true,
            "success": true,
            "description": "Firefly's Blue Ghost Mission 1 lander successfully landed on the lunar surface.",
            "downrange_distance": null,
            "landing_location": {
                "id": 55,
                "name": "Blue Ghost Mission 1 landing site",
                "active": true,
                "abbrev": "BGM1",
                "description": "Landing location for Firefly's Blue Ghost Mission 1 lunar lander, near Mons Latreille in Mare Crisium.",
                "location": {
                    "response_mode": "normal",
                    "id": 175,
                    "url": "https://lldev.thespacedevs.com/2.3.0/locations/175/?format=api",
                    "name": "Mare Crisium, Moon",
                    "active": false,
                    "country": null,
                    "description": "Mare Crisium is a lunar mare located in the Moon's Crisium basin, just northeast of Mare Tranquillitatis. Mare Crisium is a basin of Nectarian age.",
                    "image": {
                        "id": 2167,
                        "name": "Mare Crisium seen from LRO",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_crisium_se_image_20240813080640.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_crisium_se_image_thumbnail_20240813080640.png",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_luna_24_landing_site252c_mare_crisium252c_moon_20240813034626.jpg",
                    "longitude": 59.1,
                    "latitude": 17.0,
                    "timezone_name": "",
                    "total_launch_count": 1,
                    "total_landing_count": 0
                },
                "longitude": 61.92,
                "latitude": 18.47,
                "image": {
                    "id": 2167,
                    "name": "Mare Crisium seen from LRO",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_crisium_se_image_20240813080640.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mare_crisium_se_image_thumbnail_20240813080640.png",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": true,
                    "variants": []
                },
                "successful_landings": 1,
                "attempted_landings": 1,
                "failed_landings": 0,
                "celestial_body": {
                    "response_mode": "normal",
                    "id": 2,
                    "name": "Moon",
                    "type": {
                        "id": 2,
                        "name": "Moon"
                    },
                    "diameter": 3474800.0,
                    "mass": 7.342e+22,
                    "gravity": 1.622,
                    "length_of_day": "27 07:43:12",
                    "atmosphere": false,
                    "image": {
                        "id": 2041,
                        "name": "Moon (Apollo 11)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                        "credit": "NASA",
                        "license": {
                            "id": 4,
                            "name": "NASA Image and Media Guidelines",
                            "priority": 0,
                            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "description": "The Moon is Earth's only natural satellite.",
                    "wiki_url": "https://en.wikipedia.org/wiki/Moon"
                }
            },
            "type": {
                "id": 9,
                "name": "Vertical Landing",
                "abbrev": "VL",
                "description": "Vertical landing using engines"
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": null,
            "payloadflight": {
                "response_mode": "normal",
                "id": 39,
                "url": "https://lldev.thespacedevs.com/2.3.0/payload_flights/39/?format=api",
                "destination": "Moon",
                "amount": 1,
                "payload": {
                    "response_mode": "normal",
                    "id": 33,
                    "name": "Blue Ghost M1",
                    "type": {
                        "id": 2,
                        "name": "Lunar Lander"
                    },
                    "manufacturer": {
                        "response_mode": "normal",
                        "id": 265,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
                        "name": "Firefly Aerospace",
                        "abbrev": "FA",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        },
                        "featured": true,
                        "country": [
                            {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            }
                        ],
                        "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
                        "administrator": "CEO: Peter Schumacher",
                        "founding_year": 2014,
                        "launchers": "",
                        "spacecraft": "",
                        "parent": null,
                        "image": null,
                        "logo": {
                            "id": 134,
                            "name": "[AUTO] Firefly Aerospace - logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184955.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "social_logo": {
                            "id": 58,
                            "name": "[AUTO] Firefly Aerospace - social_logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184757.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "operator": {
                        "response_mode": "normal",
                        "id": 265,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
                        "name": "Firefly Aerospace",
                        "abbrev": "FA",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        },
                        "featured": true,
                        "country": [
                            {
                                "id": 2,
                                "name": "United States of America",
                                "alpha_2_code": "US",
                                "alpha_3_code": "USA",
                                "nationality_name": "American",
                                "nationality_name_composed": "Americano"
                            }
                        ],
                        "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
                        "administrator": "CEO: Peter Schumacher",
                        "founding_year": 2014,
                        "launchers": "",
                        "spacecraft": "",
                        "parent": null,
                        "image": null,
                        "logo": {
                            "id": 134,
                            "name": "[AUTO] Firefly Aerospace - logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184955.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "social_logo": {
                            "id": 58,
                            "name": "[AUTO] Firefly Aerospace - social_logo",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184757.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "image": {
                        "id": 2288,
                        "name": "Blue Ghost lander 1 in the clean room",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_20241211151547.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_thumbnail_20241211151548.jpeg",
                        "credit": "Firefly Aerospace",
                        "license": {
                            "id": 35,
                            "name": "Firefly Image Use Policy",
                            "priority": 6,
                            "link": "https://fireflyspace.com/terms-and-conditions/"
                        },
                        "single_use": false,
                        "variants": []
                    },
                    "wiki_link": "https://en.wikipedia.org/wiki/Blue_Ghost_M1",
                    "info_link": "https://fireflyspace.com/blue-ghost/",
                    "program": [
                        {
                            "response_mode": "list",
                            "id": 24,
                            "url": "https://lldev.thespacedevs.com/2.3.0/programs/24/?format=api",
                            "name": "Commercial Lunar Payload Services",
                            "image": {
                                "id": 1901,
                                "name": "[AUTO] Commercial Lunar Payload Services - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194104.jpeg",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services"
                        }
                    ],
                    "cost": null,
                    "mass": null,
                    "description": "Blue Ghost is a class of lunar landers designed and manufactured by Firefly Aerospace. Firefly plans to operate Blue Ghost landers to deliver small payloads to the surface of the Moon."
                },
                "launch": {
                    "id": "9a30d934-fa56-4fe5-81df-7c4b24386da2",
                    "url": "https://lldev.thespacedevs.com/2.3.0/launches/9a30d934-fa56-4fe5-81df-7c4b24386da2/?format=api",
                    "name": "Falcon 9 Block 5 | Blue Ghost Lunar Lander Mission 1 & Hakuto-R M2 “Resilience”",
                    "response_mode": "normal",
                    "slug": "falcon-9-block-5-blue-ghost-lunar-lander-mission-1",
                    "launch_designator": "2025-010",
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2025-01-29T19:08:28Z",
                    "net": "2025-01-15T06:11:39Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "window_end": "2025-01-15T06:45:00Z",
                    "window_start": "2025-01-15T06:06:00Z",
                    "image": {
                        "id": 1736,
                        "name": "[AUTO] Falcon 9 - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193628.jpeg",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "infographic": null,
                    "probability": 90,
                    "weather_concerns": "Liftoff Winds, Cumulus Cloud Rule",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "abbrev": "SpX",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "rocket": {
                        "id": 2892,
                        "configuration": {
                            "response_mode": "list",
                            "id": 164,
                            "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/164/?format=api",
                            "name": "Falcon 9",
                            "families": [
                                {
                                    "response_mode": "list",
                                    "id": 1,
                                    "name": "Falcon"
                                },
                                {
                                    "response_mode": "list",
                                    "id": 176,
                                    "name": "Falcon 9"
                                }
                            ],
                            "full_name": "Falcon 9 Block 5",
                            "variant": "Block 5"
                        }
                    },
                    "mission": {
                        "id": 1309,
                        "name": "Blue Ghost Lunar Lander Mission 1 & Hakuto-R M2 “Resilience”",
                        "type": "Lunar Exploration",
                        "description": "Blue Ghost is a commercial lunar lander developed by Firefly Aerospace for NASA’s CLPS program. Blue Ghost is designed to bring up to 155kg of payload to the lunar surface. It will land at Mare Crisium in the Crisium Basin and is designed to last 14 days before freezing in the lunar night.\r\n\r\nResilience is the second mission of the Hakuto-R commercial lunar lander developed by private Japanese company ispace. The lander will carry a small rover developed by ispace to perform studies on the moon's surface. The rover is also expected to collect lunar regolith as part of a contract with NASA signed in 2020, in which companies will collect materials on the moon and then transfer ownership \"in situ\" to the agency.",
                        "image": null,
                        "orbit": {
                            "id": 11,
                            "name": "Lunar Orbit",
                            "abbrev": "LO",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 265,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
                                "name": "Firefly Aerospace",
                                "abbrev": "FA",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": true,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
                                "administrator": "CEO: Peter Schumacher",
                                "founding_year": 2014,
                                "launchers": "",
                                "spacecraft": "",
                                "parent": null,
                                "image": null,
                                "logo": {
                                    "id": 134,
                                    "name": "[AUTO] Firefly Aerospace - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184955.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 58,
                                    "name": "[AUTO] Firefly Aerospace - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184757.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 5,
                                "consecutive_successful_launches": 1,
                                "successful_launches": 3,
                                "failed_launches": 2,
                                "pending_launches": 5,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 0,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 0,
                                "successful_landings_payload": 1,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 1,
                                "info_url": "https://firefly.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Aerospace",
                                "social_media_links": []
                            },
                            {
                                "response_mode": "normal",
                                "id": 1091,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1091/?format=api",
                                "name": "ispace",
                                "abbrev": "ispace",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": false,
                                "country": [
                                    {
                                        "id": 28,
                                        "name": "Japan",
                                        "alpha_2_code": "JP",
                                        "alpha_3_code": "JPN",
                                        "nationality_name": "Japanese",
                                        "nationality_name_composed": "Nippo"
                                    }
                                ],
                                "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
                                "administrator": "Founder: Takeshi Hakamada",
                                "founding_year": 2010,
                                "launchers": "",
                                "spacecraft": "Hakuto-R",
                                "parent": null,
                                "image": null,
                                "logo": {
                                    "id": 2305,
                                    "name": "ispace logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_thumbnail_20250114201943.png",
                                    "credit": "ispace",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 2306,
                                    "name": "ispace social logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_20250115080842.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_thumbnail_20250115080843.png",
                                    "credit": "ispace",
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 0,
                                "consecutive_successful_launches": 0,
                                "successful_launches": 0,
                                "failed_launches": 0,
                                "pending_launches": 0,
                                "consecutive_successful_landings": 0,
                                "successful_landings": 0,
                                "failed_landings": 0,
                                "attempted_landings": 0,
                                "successful_landings_spacecraft": 0,
                                "failed_landings_spacecraft": 0,
                                "attempted_landings_spacecraft": 0,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 1,
                                "attempted_landings_payload": 2,
                                "info_url": "https://ispace-inc.com/",
                                "wiki_url": "https://en.wikipedia.org/wiki/Ispace_Inc.",
                                "social_media_links": [
                                    {
                                        "id": 233,
                                        "social_media": {
                                            "id": 1,
                                            "name": "X",
                                            "url": "https://x.com",
                                            "logo": {
                                                "id": 2320,
                                                "name": "X logo",
                                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                                                "credit": "X",
                                                "license": {
                                                    "id": 1,
                                                    "name": "Unknown",
                                                    "priority": 9,
                                                    "link": null
                                                },
                                                "single_use": true,
                                                "variants": []
                                            }
                                        },
                                        "url": "https://x.com/ispace_inc"
                                    }
                                ]
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 87,
                        "url": "https://lldev.thespacedevs.com/2.3.0/pads/87/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "abbrev": "SpX",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": true,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                "administrator": "CEO: Elon Musk",
                                "founding_year": 2002,
                                "launchers": "Falcon | Starship",
                                "spacecraft": "Dragon",
                                "parent": null,
                                "image": {
                                    "id": 29,
                                    "name": "[AUTO] SpaceX - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 186,
                                    "name": "[AUTO] SpaceX - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 94,
                                    "name": "[AUTO] SpaceX - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Launch Complex 39A",
                        "image": {
                            "id": 2119,
                            "name": "FH liftoff from LC-39A (GOES-U)",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_thumbnail_20240626200233.jpeg",
                            "credit": "SpaceX",
                            "license": {
                                "id": 5,
                                "name": "CC BY-NC 2.0",
                                "priority": 1,
                                "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "description": "",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                        "latitude": 28.60822681,
                        "longitude": -80.60428186,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                        "total_launch_count": 203,
                        "orbital_launch_attempt_count": 202,
                        "fastest_turnaround": "P5DT7H9M30S",
                        "location": {
                            "response_mode": "normal",
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.3.0/locations/27/?format=api",
                            "name": "Kennedy Space Center, FL, USA",
                            "celestial_body": {
                                "response_mode": "normal",
                                "id": 1,
                                "name": "Earth",
                                "type": {
                                    "id": 1,
                                    "name": "Planet"
                                },
                                "diameter": 12742000.0,
                                "mass": 5.972168e+24,
                                "gravity": 9.80655,
                                "length_of_day": "1 00:00:00",
                                "atmosphere": true,
                                "image": {
                                    "id": 2040,
                                    "name": "Earth (Apollo 17)",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                                    "credit": "NASA",
                                    "license": {
                                        "id": 4,
                                        "name": "NASA Image and Media Guidelines",
                                        "priority": 0,
                                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                                "total_attempted_launches": 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 John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                            "image": {
                                "id": 2200,
                                "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                                "credit": "NASA",
                                "license": {
                                    "id": 4,
                                    "name": "NASA Image and Media Guidelines",
                                    "priority": 0,
                                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                            "longitude": -80.650833,
                            "latitude": 28.524167,
                            "timezone_name": "America/New_York",
                            "total_launch_count": 261,
                            "total_landing_count": 0
                        }
                    },
                    "webcast_live": false,
                    "program": [],
                    "orbital_launch_attempt_count": 6859,
                    "location_launch_attempt_count": 254,
                    "pad_launch_attempt_count": 196,
                    "agency_launch_attempt_count": 457,
                    "orbital_launch_attempt_count_year": 10,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 8
                }
            }
        },
        {
            "id": 1336,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1336/?format=api",
            "attempt": true,
            "success": true,
            "description": "Starship Ship 29 made an atmospheric re-entry and soft landing over the Indian Ocean.",
            "downrange_distance": null,
            "landing_location": {
                "id": 32,
                "name": "Indian Ocean",
                "active": true,
                "abbrev": "IND",
                "description": "Indian Ocean",
                "location": null,
                "longitude": null,
                "latitude": null,
                "image": {
                    "id": 2235,
                    "name": "Sun glint on the Indian Ocean",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920091449.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920091449.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": []
                },
                "successful_landings": 6,
                "attempted_landings": 8,
                "failed_landings": 2,
                "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"
                }
            },
            "type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "response_mode": "normal",
            "firststage": null,
            "spacecraftflight": {
                "id": 830,
                "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/830/?format=api",
                "destination": "Indian Ocean",
                "mission_end": "2024-06-06T13:55:00Z",
                "spacecraft": {
                    "response_mode": "normal",
                    "id": 579,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/579/?format=api",
                    "name": "Ship 29",
                    "serial_number": "S29",
                    "is_placeholder": false,
                    "image": {
                        "id": 2117,
                        "name": "Ship 29 at the suborbital pad",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ship_29_at_the__image_20240621062817.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ship_29_at_the__image_thumbnail_20240621062818.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": []
                    },
                    "in_space": false,
                    "time_in_space": "PT1H5M",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 3,
                        "name": "Destroyed"
                    },
                    "description": "Ship 29 (S29) is the 2nd stage vehicle used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
                    "spacecraft_config": {
                        "response_mode": "normal",
                        "id": 26,
                        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/26/?format=api",
                        "name": "Starship",
                        "type": {
                            "id": 6,
                            "name": "Reuseable Upper Stage"
                        },
                        "agency": {
                            "response_mode": "list",
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "abbrev": "SpX",
                            "type": {
                                "id": 3,
                                "name": "Commercial"
                            }
                        },
                        "family": [],
                        "in_use": true,
                        "image": {
                            "id": 1935,
                            "name": "[AUTO] Starship - image",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg",
                            "credit": null,
                            "license": {
                                "id": 1,
                                "name": "Unknown",
                                "priority": 9,
                                "link": null
                            },
                            "single_use": true,
                            "variants": []
                        }
                    },
                    "fastest_turnaround": null
                },
                "launch": {
                    "id": "2b1b756f-7207-4781-a874-aed61b38463d",
                    "url": "https://lldev.thespacedevs.com/2.3.0/launches/2b1b756f-7207-4781-a874-aed61b38463d/?format=api",
                    "name": "Starship | Integrated Flight Test 4",
                    "response_mode": "normal",
                    "slug": "starship-integrated-flight-test-4",
                    "launch_designator": null,
                    "status": {
                        "id": 3,
                        "name": "Launch Successful",
                        "abbrev": "Success",
                        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                    },
                    "last_updated": "2024-06-21T05:16:09Z",
                    "net": "2024-06-06T12:50:00Z",
                    "net_precision": {
                        "id": 1,
                        "name": "Minute",
                        "abbrev": "MIN",
                        "description": "The T-0 is accurate to the minute."
                    },
                    "window_end": "2024-06-06T14:00:00Z",
                    "window_start": "2024-06-06T12:00:00Z",
                    "image": {
                        "id": 2115,
                        "name": "Starship liftoff from Starbase (IFT-4)",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20240621051604.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_thumbnail_20240621051605.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": []
                    },
                    "infographic": null,
                    "probability": 95,
                    "weather_concerns": null,
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "response_mode": "list",
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "abbrev": "SpX",
                        "type": {
                            "id": 3,
                            "name": "Commercial"
                        }
                    },
                    "rocket": {
                        "id": 8221,
                        "configuration": {
                            "response_mode": "list",
                            "id": 464,
                            "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/464/?format=api",
                            "name": "Starship",
                            "families": [
                                {
                                    "response_mode": "list",
                                    "id": 156,
                                    "name": "Starship"
                                }
                            ],
                            "full_name": "Starship",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 6798,
                        "name": "Integrated Flight Test 4",
                        "type": "Test Flight",
                        "description": "Fourth test flight of the two-stage Starship launch vehicle.",
                        "image": null,
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub",
                            "celestial_body": {
                                "response_mode": "list",
                                "id": 1,
                                "name": "Earth"
                            }
                        },
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "abbrev": "SpX",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": true,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                "administrator": "CEO: Elon Musk",
                                "founding_year": 2002,
                                "launchers": "Falcon | Starship",
                                "spacecraft": "Dragon",
                                "parent": null,
                                "image": {
                                    "id": 29,
                                    "name": "[AUTO] SpaceX - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 186,
                                    "name": "[AUTO] SpaceX - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 94,
                                    "name": "[AUTO] SpaceX - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "total_launch_count": 493,
                                "consecutive_successful_launches": 16,
                                "successful_launches": 479,
                                "failed_launches": 14,
                                "pending_launches": 122,
                                "consecutive_successful_landings": 62,
                                "successful_landings": 440,
                                "failed_landings": 26,
                                "attempted_landings": 465,
                                "successful_landings_spacecraft": 52,
                                "failed_landings_spacecraft": 2,
                                "attempted_landings_spacecraft": 55,
                                "successful_landings_payload": 0,
                                "failed_landings_payload": 0,
                                "attempted_landings_payload": 0,
                                "info_url": "http://www.spacex.com/",
                                "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                                "social_media_links": []
                            }
                        ],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 188,
                        "url": "https://lldev.thespacedevs.com/2.3.0/pads/188/?format=api",
                        "active": true,
                        "agencies": [
                            {
                                "response_mode": "normal",
                                "id": 121,
                                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "abbrev": "SpX",
                                "type": {
                                    "id": 3,
                                    "name": "Commercial"
                                },
                                "featured": true,
                                "country": [
                                    {
                                        "id": 2,
                                        "name": "United States of America",
                                        "alpha_2_code": "US",
                                        "alpha_3_code": "USA",
                                        "nationality_name": "American",
                                        "nationality_name_composed": "Americano"
                                    }
                                ],
                                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                                "administrator": "CEO: Elon Musk",
                                "founding_year": 2002,
                                "launchers": "Falcon | Starship",
                                "spacecraft": "Dragon",
                                "parent": null,
                                "image": {
                                    "id": 29,
                                    "name": "[AUTO] SpaceX - image",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "logo": {
                                    "id": 186,
                                    "name": "[AUTO] SpaceX - logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                },
                                "social_logo": {
                                    "id": 94,
                                    "name": "[AUTO] SpaceX - social_logo",
                                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                                    "credit": null,
                                    "license": {
                                        "id": 1,
                                        "name": "Unknown",
                                        "priority": 9,
                                        "link": null
                                    },
                                    "single_use": true,
                                    "variants": []
                                }
                            }
                        ],
                        "name": "Orbital Launch Mount A",
                        "image": null,
                        "description": "The first launch and landing pad of the full version of the combined SpaceX Starship and Superheavy booster. First used for launch in April 2023.",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
                        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
                        "latitude": 25.9962,
                        "longitude": -97.154423,
                        "country": {
                            "id": 2,
                            "name": "United States of America",
                            "alpha_2_code": "US",
                            "alpha_3_code": "USA",
                            "nationality_name": "American",
                            "nationality_name_composed": "Americano"
                        },
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
                        "total_launch_count": 8,
                        "orbital_launch_attempt_count": 0,
                        "fastest_turnaround": "P37DT9H35M",
                        "location": {
                            "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
                        }
                    },
                    "webcast_live": false,
                    "program": [
                        {
                            "response_mode": "normal",
                            "id": 1,
                            "url": "https://lldev.thespacedevs.com/2.3.0/programs/1/?format=api",
                            "name": "SpaceX Starship",
                            "image": {
                                "id": 1887,
                                "name": "[AUTO] SpaceX Starship - image",
                                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194038.png",
                                "credit": null,
                                "license": {
                                    "id": 1,
                                    "name": "Unknown",
                                    "priority": 9,
                                    "link": null
                                },
                                "single_use": true,
                                "variants": []
                            },
                            "info_url": "https://www.spacex.com/vehicles/starship/",
                            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                            "agencies": [
                                {
                                    "response_mode": "list",
                                    "id": 121,
                                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                                    "name": "SpaceX",
                                    "abbrev": "SpX",
                                    "type": {
                                        "id": 3,
                                        "name": "Commercial"
                                    }
                                }
                            ],
                            "start_date": "2019-03-01T05:00:00Z",
                            "end_date": null,
                            "mission_patches": [],
                            "type": {
                                "id": 7,
                                "name": "Technology"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 13,
                    "pad_launch_attempt_count": 4,
                    "agency_launch_attempt_count": 371,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 60
                },
                "duration": "PT1H5M",
                "turn_around_time": null,
                "response_mode": "normal"
            },
            "payloadflight": null
        },
        {
            "id": 1335,
            "url": "https://lldev.thespacedevs.com/2.3.0/landings/1335/?format=api",
            "attempt": true,
            "success": true,
            "description": "Booster 11 made a soft splashdown in the Gulf of Mexico.",
            "downrange_distance": null,
            "landing_location": {
                "id": 16,
                "name": "Gulf of Mexico",
                "active": true,
                "abbrev": "GOM",
                "description": "Gulf of Mexico",
                "location": null,
                "longitude": null,
                "latitude": null,
                "image": {
                    "id": 2234,
                    "name": "Gulf of Mexico imaged by Aqua",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gulf_of_mexico__image_20240920091356.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gulf_of_mexico__image_thumbnail_20240920091357.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": []
                },
                "successful_landings": 16,
                "attempted_landings": 18,
                "failed_landings": 2,
                "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"
                }
            },
            "type": {
                "id": 3,
                "name": "Ocean",
                "abbrev": "Ocean",
                "description": "No recovery attempt"
            },
            "response_mode": "normal",
            "firststage": {
                "id": 524,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "response_mode": "normal",
                    "id": 149,
                    "url": "https://lldev.thespacedevs.com/2.3.0/launchers/149/?format=api",
                    "flight_proven": true,
                    "serial_number": "Booster 11",
                    "is_placeholder": false,
                    "status": {
                        "id": 4,
                        "name": "lost"
                    },
                    "image": {
                        "id": 2116,
                        "name": "Booster 11 during lift",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_11_duri_image_20240621062611.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_11_duri_image_thumbnail_20240621062612.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": []
                    },
                    "details": "Super Heavy booster used for the fourth Starship integrated flight test. Lost to the ocean after a successful soft splashdown.",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2024-06-06T12:50:00Z",
                    "first_launch_date": "2024-06-06T12:50:00Z",
                    "fastest_turnaround": null
                },
                "previous_flight_date": null,
                "turn_around_time": null,
                "previous_flight": null
            },
            "spacecraftflight": null,
            "payloadflight": null
        }
    ]
}