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=210&ordering=downrange_distance
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 250,
  "next": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=220&ordering=downrange_distance",
  "previous": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=200&ordering=downrange_distance",
  "results": [
    {
      "id": 1667,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1667/?format=api",
      "attempt": true,
      "success": null,
      "description": "The X-37B spaceplane will land at the Shuttle Landing Facility or Vandenberg Space Force Base after this flight.",
      "downrange_distance": null,
      "landing_location": {
        "id": 12,
        "name": "Unknown",
        "active": true,
        "abbrev": "N/A",
        "description": null,
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": null,
        "successful_landings": 0,
        "attempted_landings": 0,
        "failed_landings": 0,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 6,
        "name": "Horizontal Landing",
        "abbrev": "HL",
        "description": "Horizontal landing on a runway or flat surface."
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 891,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/891/?format=api",
        "destination": "Low Earth Orbit",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 558,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/558/?format=api",
          "name": "X-37B 1",
          "serial_number": "1",
          "is_placeholder": false,
          "image": {
            "id": 1940,
            "name": "[AUTO] X-37B - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "in_space": true,
          "time_in_space": "P2034DT5H11M54S",
          "time_docked": "P0D",
          "flights_count": 4,
          "mission_ends_count": 3,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "First X-37B. First flight on April 22, 2010.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 30,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/30/?format=api",
            "name": "X-37B",
            "type": {
              "id": 3,
              "name": "Spaceplane"
            },
            "agency": {
              "response_mode": "list",
              "id": 80,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
              "name": "Boeing",
              "abbrev": "BA",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "family": [],
            "in_use": true,
            "image": {
              "id": 1940,
              "name": "[AUTO] X-37B - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": "P739DT8H47M"
        },
        "launch": {
          "id": "2d5f2335-c3c2-4306-9dde-8ec37f348ccf",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/2d5f2335-c3c2-4306-9dde-8ec37f348ccf/?format=api",
          "name": "Falcon 9 Block 5 | OTV-8 (X-37B) (USSF-36)",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-otv-8-x-37b-ussf-36",
          "launch_designator": "2025-183",
          "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-08-26T11:59:02Z",
          "net": "2025-08-22T03:50:00Z",
          "net_precision": {
            "id": 1,
            "name": "Minute",
            "abbrev": "MIN",
            "description": "The T-0 is accurate to the minute."
          },
          "window_end": "2025-08-22T07:40:00Z",
          "window_start": "2025-08-22T03:40:00Z",
          "image": {
            "id": 2437,
            "name": "Falcon 9 on LC-39A (USF-36)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_lc-_image_20250821083642.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_lc-_image_thumbnail_20250821083642.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "infographic": null,
          "probability": 90,
          "weather_concerns": "Cumulus Cloud Rule, Anvil Cloud Rules",
          "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": 7857,
            "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": 6365,
            "name": "OTV-8 (X-37B) (USSF-36)",
            "type": "Government/Top Secret",
            "description": "Eighth flight of the X-37B program. \r\n\r\nThe X-37B is a dynamic and responsive spacecraft responsible for conducting a range of tests and experiments that expedite the development of critical next-generation technologies and operational concepts for reusable space capabilities.\r\n\r\nThe OTV-8 mission in Low Earth Orbit includes operational demonstrations and experiments of next-generation technologies, including laser communications and the highest performing strategic grade quantum inertial sensor ever tested in space. Mission partners include the Air Force Research Lab and the Defense Innovation Unit, respectively.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 1041,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1041/?format=api",
                "name": "United States Space Force",
                "abbrev": "USSF",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": false,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.",
                "administrator": null,
                "founding_year": 2019,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": {
                  "id": 194,
                  "name": "United States Space Force logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185155.png",
                  "credit": "USSF",
                  "license": {
                    "id": 17,
                    "name": "Department of Defense Image Use Policy",
                    "priority": 6,
                    "link": "https://www.dimoc.mil/resources/limitations/"
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 2472,
                  "name": "United States Space Force social logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united_states_s_image_20250916065613.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united_states_s_image_thumbnail_20250916065613.jpeg",
                  "credit": "USSF",
                  "license": {
                    "id": 17,
                    "name": "Department of Defense Image Use Policy",
                    "priority": 6,
                    "link": "https://www.dimoc.mil/resources/limitations/"
                  },
                  "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": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.spaceforce.mil/",
                "wiki_url": "https://en.wikipedia.org/wiki/United_States_Space_Force",
                "social_media_links": []
              }
            ],
            "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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 221,
            "orbital_launch_attempt_count": 220,
            "fastest_turnaround": "P5DT6H20M30S",
            "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "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-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
              "longitude": -80.650833,
              "latitude": 28.524167,
              "timezone_name": "America/New_York",
              "total_launch_count": 280,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [],
          "orbital_launch_attempt_count": 7038,
          "location_launch_attempt_count": 270,
          "pad_launch_attempt_count": 212,
          "agency_launch_attempt_count": 553,
          "orbital_launch_attempt_count_year": 189,
          "location_launch_attempt_count_year": 18,
          "pad_launch_attempt_count_year": 18,
          "agency_launch_attempt_count_year": 104
        },
        "duration": "P226DT27M14.056757S",
        "turn_around_time": "P1013DT17H28M",
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1709,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1709/?format=api",
      "attempt": true,
      "success": true,
      "description": "The RSS capsule RSS First Step has landed at Blue Origin's Corn Ranch facility.",
      "downrange_distance": null,
      "landing_location": {
        "id": 28,
        "name": "Corn Ranch, West Texas",
        "active": true,
        "abbrev": "CR",
        "description": "Blue Origin launch and landing facility located in West Texas",
        "location": {
          "response_mode": "normal",
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "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": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
          "image": {
            "id": 2098,
            "name": "New Shepard liftoff (NS-25)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
            "credit": "Blue Origin",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "longitude": -104.757152,
          "latitude": 31.422927,
          "timezone_name": "America/Chicago",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2152,
          "name": "New Shepard Crew Capsule Jules Verne under parachutes",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_cre_image_20240812144851.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_cre_image_thumbnail_20240812144851.jpeg",
          "credit": "Blue Origin",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "successful_landings": 41,
        "attempted_landings": 41,
        "failed_landings": 0,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 4,
        "name": "Parachute Landing",
        "abbrev": "PCL",
        "description": "Unpowered landing using parachute(s)."
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 897,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/897/?format=api",
        "destination": "Suborbital",
        "mission_end": "2025-10-08T13:50:48Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 453,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/453/?format=api",
          "name": "RSS First Step",
          "serial_number": "2.0-2",
          "is_placeholder": false,
          "image": {
            "id": 2153,
            "name": "NS-19 Capsule First Step landed",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ns-19_capsule_f_image_20240812145125.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ns-19_capsule_f_image_thumbnail_20240812145126.jpeg",
            "credit": "Blue Origin",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "PT2H43M2S",
          "time_docked": "P0D",
          "flights_count": 16,
          "mission_ends_count": 16,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 21,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/21/?format=api",
            "name": "Crew Capsule 2.0",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "response_mode": "list",
              "id": 141,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
              "name": "Blue Origin",
              "abbrev": "BO",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 5,
                "name": "New Shepard Crew Capsule",
                "description": "Capsules built for suborbital human spaceflight on New Shepard",
                "manufacturer": {
                  "response_mode": "list",
                  "id": 141,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                  "name": "Blue Origin",
                  "abbrev": "BO",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                "parent": null,
                "maiden_flight": "2015-04-29"
              }
            ],
            "in_use": true,
            "image": {
              "id": 1907,
              "name": "New Shepard M7 H. G. Wells landed",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194115.jpeg",
              "credit": "Blue Origin",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": "P59DT1M42S"
        },
        "launch": {
          "id": "a7d60abb-c22d-41fe-9c17-35dbdd7f8029",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/a7d60abb-c22d-41fe-9c17-35dbdd7f8029/?format=api",
          "name": "New Shepard | NS-36",
          "response_mode": "normal",
          "slug": "new-shepard-ns-36",
          "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": "2025-10-08T14:14:47Z",
          "net": "2025-10-08T13:40:27Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-10-08T20:30:00Z",
          "window_start": "2025-10-08T12:30:00Z",
          "image": {
            "id": 2098,
            "name": "New Shepard liftoff (NS-25)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
            "credit": "Blue Origin",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "infographic": null,
          "probability": null,
          "weather_concerns": null,
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "response_mode": "list",
            "id": 141,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "abbrev": "BO",
            "type": {
              "id": 3,
              "name": "Commercial"
            }
          },
          "rocket": {
            "id": 8730,
            "configuration": {
              "response_mode": "list",
              "id": 137,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/137/?format=api",
              "name": "New Shepard",
              "families": [],
              "full_name": "New Shepard",
              "variant": ""
            }
          },
          "mission": {
            "id": 7321,
            "name": "NS-36",
            "type": "Tourism",
            "description": "NS-36 is the 15th crewed flight for the New Shepard program and the 36th in the New Shepard program's history.",
            "image": null,
            "orbit": {
              "id": 15,
              "name": "Suborbital",
              "abbrev": "Sub",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "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": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": 2000,
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image": {
                  "id": 5,
                  "name": "[AUTO] Blue Origin - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184551.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 116,
                  "name": "[AUTO] Blue Origin - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184921.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 45,
                  "name": "[AUTO] Blue Origin - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184738.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 40,
                "consecutive_successful_launches": 17,
                "successful_launches": 39,
                "failed_launches": 1,
                "pending_launches": 4,
                "consecutive_successful_landings": 11,
                "successful_landings": 37,
                "failed_landings": 3,
                "attempted_landings": 40,
                "successful_landings_spacecraft": 38,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 38,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.blueorigin.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 90,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/90/?format=api",
            "active": true,
            "agencies": [
              {
                "response_mode": "normal",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "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": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": 2000,
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "parent": null,
                "image": {
                  "id": 5,
                  "name": "[AUTO] Blue Origin - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184551.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 116,
                  "name": "[AUTO] Blue Origin - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184921.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 45,
                  "name": "[AUTO] Blue Origin - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184738.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                }
              }
            ],
            "name": "West Texas Suborbital Launch Site/ Corn Ranch",
            "image": null,
            "description": null,
            "info_url": "https://www.blueorigin.com",
            "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
            "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
            "latitude": 31.422878,
            "longitude": -104.757121,
            "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-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
            "total_launch_count": 38,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": "P20DT40M27S",
            "location": {
              "response_mode": "normal",
              "id": 29,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/29/?format=api",
              "name": "Corn Ranch, Van Horn, 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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "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": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
              "image": {
                "id": 2098,
                "name": "New Shepard liftoff (NS-25)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_thumbnail_20240621062033.jpeg",
                "credit": "Blue Origin",
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
              "longitude": -104.757152,
              "latitude": 31.422927,
              "timezone_name": "America/Chicago",
              "total_launch_count": 38,
              "total_landing_count": 38
            }
          },
          "webcast_live": false,
          "program": [],
          "orbital_launch_attempt_count": null,
          "location_launch_attempt_count": 36,
          "pad_launch_attempt_count": 36,
          "agency_launch_attempt_count": 37,
          "orbital_launch_attempt_count_year": null,
          "location_launch_attempt_count_year": 8,
          "pad_launch_attempt_count_year": 8,
          "agency_launch_attempt_count_year": 9
        },
        "duration": "PT10M21S",
        "turn_around_time": "P66DT47M59S",
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1256,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1256/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Falcon 9 first stage will land on ASDS OCISLY after this flight.",
      "downrange_distance": null,
      "landing_location": {
        "id": 1,
        "name": "Of Course I Still Love You",
        "active": true,
        "abbrev": "OCISLY",
        "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 1969,
          "name": "OCISLY empty",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ocisly_empty_image_20240310164323.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ocisly_empty_image_thumbnail_20240310164323.png",
          "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": []
        },
        "successful_landings": 188,
        "attempted_landings": 196,
        "failed_landings": 8,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 1,
        "name": "Autonomous Spaceport Drone Ship",
        "abbrev": "ASDS",
        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
      },
      "response_mode": "normal",
      "firststage": {
        "id": 458,
        "type": "Core",
        "reused": null,
        "launcher_flight_number": null,
        "launcher": {
          "response_mode": "normal",
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/106/?format=api",
          "flight_proven": false,
          "serial_number": "Unknown F9",
          "is_placeholder": true,
          "status": {
            "id": 8,
            "name": "N/A"
          },
          "image": {
            "id": 1674,
            "name": "[AUTO] Unknown F9 - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193443.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "details": "Booster serial number unknown.",
          "successful_landings": null,
          "attempted_landings": null,
          "flights": null,
          "last_launch_date": null,
          "first_launch_date": null,
          "fastest_turnaround": null
        },
        "previous_flight_date": null,
        "turn_around_time": null,
        "previous_flight": null
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1692,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1692/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Super Heavy Booster 15-2 has made a planned splashdown near the launch site.",
      "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-dev.nyc3.digitaloceanspaces.com/media/images/gulf_of_mexico__image_20240920091356.jpg",
          "thumbnail_url": "https://thespacedevs-dev.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": 18,
        "attempted_landings": 21,
        "failed_landings": 3,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 794,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 2,
        "launcher": {
          "response_mode": "normal",
          "id": 191,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/191/?format=api",
          "flight_proven": true,
          "serial_number": "Booster 15",
          "is_placeholder": false,
          "status": {
            "id": 4,
            "name": "lost"
          },
          "image": {
            "id": 2332,
            "name": "Starship Booster 15 static fire",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_20250221071521.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_booste_image_thumbnail_20250221071522.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "details": "Super Heavy booster used for the 8th Starship flight test. Successfully caught by the launch tower. Reused on the 11th Starship flight test and completed a planned high speed water splashdown.",
          "successful_landings": 2,
          "attempted_landings": 2,
          "flights": 2,
          "last_launch_date": "2025-10-13T23:23:41Z",
          "first_launch_date": "2025-03-06T23:30:00Z",
          "fastest_turnaround": "P220DT23H53M41S"
        },
        "previous_flight_date": "2025-03-06T23:30:00Z",
        "turn_around_time": "P220DT23H53M41S",
        "previous_flight": null
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1676,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1676/?format=api",
      "attempt": false,
      "success": null,
      "description": "The Cygnus spacecraft will burn up upon entering Earth's atmosphere.",
      "downrange_distance": null,
      "landing_location": null,
      "type": {
        "id": 7,
        "name": "Destructive Reentry",
        "abbrev": "ATM",
        "description": "Spacecraft burned up in the atmosphere"
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 892,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/892/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-03-14T00:00:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 619,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/619/?format=api",
          "name": "Cygnus CRS NG-23 (S.S. William “Willie” C. McCool)",
          "serial_number": null,
          "is_placeholder": false,
          "image": {
            "id": 1910,
            "name": "Cygnus Enhanced",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194119.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "P180DT1H48M12S",
          "time_docked": "P174DT23H42M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 19,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "response_mode": "list",
              "id": 257,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "abbrev": "NGSS",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 3,
                "name": "Cygnus",
                "description": "Cygnus is an expendable American cargo spacecraft developed by Orbital Sciences Corporation but manufactured and launched by Northrop Grumman Space Systems as part of NASA's Commercial Resupply Services (CRS) program",
                "manufacturer": {
                  "response_mode": "list",
                  "id": 257,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                  "name": "Northrop Grumman Space Systems",
                  "abbrev": "NGSS",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                "parent": null,
                "maiden_flight": "2013-09-18"
              }
            ],
            "in_use": true,
            "image": {
              "id": 1910,
              "name": "Cygnus Enhanced",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194119.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": false,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "3bfed6d5-d65e-4133-b51a-b664bbd9d006",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/3bfed6d5-d65e-4133-b51a-b664bbd9d006/?format=api",
          "name": "Falcon 9 Block 5 | Cygnus CRS-2 NG-23 (S.S. William “Willie” C. McCool)",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-cygnus-crs-2-ng-23-ss-william-wil",
          "launch_designator": "2025-208",
          "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-11-02T10:25:16Z",
          "net": "2025-09-14T22:11:48Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-09-14T22:11:48Z",
          "window_start": "2025-09-14T22:11:48Z",
          "image": {
            "id": 2519,
            "name": "Falcon 9 liftoff from SLC-40 (Cygnus NG-23)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20251102102513.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_thumbnail_20251102102513.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "infographic": null,
          "probability": 90,
          "weather_concerns": "Cumulus Cloud Rule, Surface Electric Fields Rule, Lightning 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": 7752,
            "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": 6270,
            "name": "Cygnus CRS-2 NG-23 (S.S. William “Willie” C. McCool)",
            "type": "Resupply",
            "description": "This is the 23rd flight of the Northrop Grumman's uncrewed resupply spacecraft Cygnus and its 22nd flight to the International Space Station under the Commercial Resupply Services contract with NASA.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": true,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Jared Isaacman",
                "founding_year": 1958,
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image": {
                  "id": 19,
                  "name": "[AUTO] National Aeronautics and Space Administration - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 161,
                  "name": "[AUTO] National Aeronautics and Space Administration - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 76,
                  "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 142,
                "consecutive_successful_launches": 12,
                "successful_launches": 122,
                "failed_launches": 20,
                "pending_launches": 5,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 178,
                "failed_landings_spacecraft": 2,
                "attempted_landings_spacecraft": 180,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.nasa.gov",
                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                "social_media_links": []
              },
              {
                "response_mode": "normal",
                "id": 257,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "abbrev": "NGSS",
                "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": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
                "administrator": "CEO: Kathy Warden",
                "founding_year": 2015,
                "launchers": "Antares | Minotaur | Pegasus",
                "spacecraft": "Cygnus",
                "parent": null,
                "image": {
                  "id": 20,
                  "name": "[AUTO] Northrop Grumman Space Systems - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184636.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 165,
                  "name": "[AUTO] Northrop Grumman Space Systems - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185051.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 79,
                  "name": "[AUTO] Northrop Grumman Space Systems - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520space2520systems_nation_20230624130158.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184827.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 15,
                "consecutive_successful_launches": 15,
                "successful_launches": 15,
                "failed_launches": 0,
                "pending_launches": 4,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.northropgrumman.com/AboutUs/BusinessSectors/InnovationSystems/Pages/default.aspx",
                "wiki_url": "https://en.wikipedia.org/wiki/Northrop_Grumman#Innovation_Systems",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 80,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/80/?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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.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": "Space Launch Complex 40",
            "image": {
              "id": 2113,
              "name": "F9 liftoff from SLC-40 (SES-24)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_20240621050513.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_thumbnail_20240621050514.jpeg",
              "credit": "SpaceX",
              "license": {
                "id": 5,
                "name": "CC BY-NC 2.0",
                "priority": 1,
                "link": "https://creativecommons.org/licenses/by-nc/2.0/"
              },
              "single_use": false,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
            "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
            "latitude": 28.56194122,
            "longitude": -80.57735736,
            "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-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
            "total_launch_count": 376,
            "orbital_launch_attempt_count": 376,
            "fastest_turnaround": "P1DT21H",
            "location": {
              "response_mode": "normal",
              "id": 12,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/12/?format=api",
              "name": "Cape Canaveral SFS, 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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "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": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
              "image": {
                "id": 2200,
                "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
              "longitude": -80.577778,
              "latitude": 28.488889,
              "timezone_name": "America/New_York",
              "total_launch_count": 1100,
              "total_landing_count": 71
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 11,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/11/?format=api",
              "name": "Commercial Resupply Services",
              "image": {
                "id": 1878,
                "name": "[AUTO] Commercial Resupply Services - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194021.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
              "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "abbrev": "NASA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 257,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                  "name": "Northrop Grumman Space Systems",
                  "abbrev": "NGSS",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 1020,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1020/?format=api",
                  "name": "Sierra Nevada Corporation",
                  "abbrev": "SNC",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 121,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                  "name": "SpaceX",
                  "abbrev": "SpX",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                }
              ],
              "start_date": "2008-12-23T00:00:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            },
            {
              "response_mode": "normal",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/17/?format=api",
              "name": "International Space Station",
              "image": {
                "id": 1874,
                "name": "[AUTO] International Space Station - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
              "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
              "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 16,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "abbrev": "CSA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 27,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "abbrev": "ESA",
                  "type": {
                    "id": 2,
                    "name": "Multinational"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 37,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "abbrev": "JAXA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "abbrev": "NASA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 63,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "abbrev": "RFSA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "1998-11-20T06:40:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 7063,
          "location_launch_attempt_count": 1052,
          "pad_launch_attempt_count": 334,
          "agency_launch_attempt_count": 569,
          "orbital_launch_attempt_count_year": 214,
          "location_launch_attempt_count_year": 58,
          "pad_launch_attempt_count_year": 54,
          "agency_launch_attempt_count_year": 120
        },
        "duration": "P180DT1H48M12S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1693,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1693/?format=api",
      "attempt": true,
      "success": true,
      "description": "Starship Ship 38 has made a controlled re-entry and splashdown in 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-dev.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920091449.jpg",
          "thumbnail_url": "https://thespacedevs-dev.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": 8,
        "attempted_landings": 11,
        "failed_landings": 3,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 894,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/894/?format=api",
        "destination": "Suborbital",
        "mission_end": "2025-10-14T00:29:53Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 620,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/620/?format=api",
          "name": "Ship 38",
          "serial_number": "S38",
          "is_placeholder": false,
          "image": {
            "id": 2438,
            "name": "Starship during stacking operations (Flight 10)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_thumbnail_20250824175326.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "PT1H6M12S",
          "time_docked": "P0D",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 3,
            "name": "Destroyed"
          },
          "description": "Ship 38 (S38) is the 2nd stage vehicle that will be used for the 11th Starship flight test. It is the 6th and final planned \"Block 2\" Starship spacecraft with lengthened propellant tanks and forward flaps with a new design, among other enhancements, over the Block 1 vehicles.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 45,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/45/?format=api",
            "name": "Starship V2",
            "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": [
              {
                "response_mode": "normal",
                "id": 8,
                "name": "Starship",
                "description": "SpaceX Starship upper stages family",
                "manufacturer": {
                  "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"
                  }
                },
                "parent": null,
                "maiden_flight": "2023-04-20"
              }
            ],
            "in_use": false,
            "image": {
              "id": 2438,
              "name": "Starship during stacking operations (Flight 10)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_20250824175325.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_during_image_thumbnail_20250824175326.jpeg",
              "credit": "SpaceX",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "41068e09-4097-448f-ac7c-421c19b6aab9",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/41068e09-4097-448f-ac7c-421c19b6aab9/?format=api",
          "name": "Starship | Flight 11",
          "response_mode": "normal",
          "slug": "starship-flight-11",
          "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": "2025-10-14T07:00:29Z",
          "net": "2025-10-13T23:23:41Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-10-14T00:30:00Z",
          "window_start": "2025-10-13T23:15:00Z",
          "image": {
            "id": 2301,
            "name": "Starship on the launch pad during WDR (Flight 7)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_thumbnail_20250111100521.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "infographic": null,
          "probability": 80,
          "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": 8696,
            "configuration": {
              "response_mode": "list",
              "id": 527,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/527/?format=api",
              "name": "Starship",
              "families": [
                {
                  "response_mode": "list",
                  "id": 156,
                  "name": "Starship"
                }
              ],
              "full_name": "Starship V2",
              "variant": "V2"
            }
          },
          "mission": {
            "id": 7288,
            "name": "Flight 11",
            "type": "Test Flight",
            "description": "11th 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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 660,
                "consecutive_successful_launches": 145,
                "successful_launches": 645,
                "failed_launches": 15,
                "pending_launches": 122,
                "consecutive_successful_landings": 144,
                "successful_landings": 605,
                "failed_landings": 27,
                "attempted_landings": 631,
                "successful_landings_spacecraft": 59,
                "failed_landings_spacecraft": 3,
                "attempted_landings_spacecraft": 63,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.spacex.com/",
                "wiki_url": "https://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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.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 Pad 1",
            "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.\r\n\r\nThe launch mount itself is named Orbital Launch Mount A.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
            "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-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
            "total_launch_count": 11,
            "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_starbase_image_20240919170357.jpg",
                "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
              "longitude": -97.157,
              "latitude": 25.997,
              "timezone_name": "America/Chicago",
              "total_launch_count": 20,
              "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": 2301,
                "name": "Starship on the launch pad during WDR (Flight 7)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_thumbnail_20250111100521.jpeg",
                "credit": "SpaceX",
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": false,
                "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": 20,
          "pad_launch_attempt_count": 11,
          "agency_launch_attempt_count": 581,
          "orbital_launch_attempt_count_year": null,
          "location_launch_attempt_count_year": 5,
          "pad_launch_attempt_count_year": 5,
          "agency_launch_attempt_count_year": 132
        },
        "duration": "PT1H6M12S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1255,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1255/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Falcon 9 first stage will land on ASDS OCISLY after this flight.",
      "downrange_distance": null,
      "landing_location": {
        "id": 1,
        "name": "Of Course I Still Love You",
        "active": true,
        "abbrev": "OCISLY",
        "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 1969,
          "name": "OCISLY empty",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ocisly_empty_image_20240310164323.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ocisly_empty_image_thumbnail_20240310164323.png",
          "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": []
        },
        "successful_landings": 188,
        "attempted_landings": 196,
        "failed_landings": 8,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 1,
        "name": "Autonomous Spaceport Drone Ship",
        "abbrev": "ASDS",
        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
      },
      "response_mode": "normal",
      "firststage": {
        "id": 457,
        "type": "Core",
        "reused": null,
        "launcher_flight_number": null,
        "launcher": {
          "response_mode": "normal",
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/106/?format=api",
          "flight_proven": false,
          "serial_number": "Unknown F9",
          "is_placeholder": true,
          "status": {
            "id": 8,
            "name": "N/A"
          },
          "image": {
            "id": 1674,
            "name": "[AUTO] Unknown F9 - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/106_image_20230708172214.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193443.png",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "details": "Booster serial number unknown.",
          "successful_landings": null,
          "attempted_landings": null,
          "flights": null,
          "last_launch_date": null,
          "first_launch_date": null,
          "fastest_turnaround": null
        },
        "previous_flight_date": null,
        "turn_around_time": null,
        "previous_flight": null
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1714,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1714/?format=api",
      "attempt": true,
      "success": null,
      "description": "New Glenn booster GS1-SN002 will attempt to land on Jacklyn after its second flight.",
      "downrange_distance": null,
      "landing_location": {
        "id": 51,
        "name": "Jacklyn",
        "active": true,
        "abbrev": "LPV1",
        "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2195,
          "name": "Jackllyn in Port Canaveral",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jackllyn_in_por_image_20240904203154.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jackllyn_in_por_image_thumbnail_20240904203155.jpeg",
          "credit": "Blue Origin",
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "successful_landings": 1,
        "attempted_landings": 2,
        "failed_landings": 1,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 1,
        "name": "Autonomous Spaceport Drone Ship",
        "abbrev": "ASDS",
        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
      },
      "response_mode": "normal",
      "firststage": {
        "id": 812,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 3,
        "launcher": {
          "response_mode": "normal",
          "id": 238,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/238/?format=api",
          "flight_proven": true,
          "serial_number": "GS1-SN002",
          "is_placeholder": false,
          "status": {
            "id": 3,
            "name": "active"
          },
          "image": {
            "id": 2529,
            "name": "GS1-SN002 on Jacklyn (Escapade)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_20251119073646.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_thumbnail_20251119073647.jpeg",
            "credit": "Dave Limp",
            "license": {
              "id": 37,
              "name": "Blue Origin Terms of Use",
              "priority": 6,
              "link": "https://www.blueorigin.com/terms-of-use"
            },
            "single_use": true,
            "variants": []
          },
          "details": "Second New Glenn first stage booster. Named \"Never Tell Me The Odds\". Used for the second New Glenn launch with EscaPADE, becoming the first New Glenn Stage 1 booster (GS1) to be recovered. \r\n\r\nCurrently it's slated for re-use on New Glenn's third launch with AST SpaceMobile's BlueBird Block 2 FM2.",
          "successful_landings": 1,
          "attempted_landings": 1,
          "flights": 1,
          "last_launch_date": "2025-11-13T20:55:01Z",
          "first_launch_date": "2025-11-13T20:55:01Z",
          "fastest_turnaround": null
        },
        "previous_flight_date": "2026-04-14T10:45:00Z",
        "turn_around_time": "P260DT13H15M",
        "previous_flight": {
          "id": "53769468-bfd3-45c7-a52b-46a68ed7510f",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/53769468-bfd3-45c7-a52b-46a68ed7510f/?format=api",
          "name": "New Glenn | BlueBird Block 2 #2"
        }
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1738,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1738/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Shenzhou 22 spacecraft will land at the Donfgeng landing site in Inner Mongolia, China.",
      "downrange_distance": null,
      "landing_location": {
        "id": 22,
        "name": "Dongfeng Landing Site",
        "active": true,
        "abbrev": "DLS",
        "description": "Dongfeng landing site in the Gobi Desert, North China's Inner Mongolia Autonomous Region.",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 1260,
          "name": "[AUTO] Shenzhou 16 Landing - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_16_lan_image_20231027084649.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192204.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "successful_landings": 10,
        "attempted_landings": 10,
        "failed_landings": 0,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 4,
        "name": "Parachute Landing",
        "abbrev": "PCL",
        "description": "Unpowered landing using parachute(s)."
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 900,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/900/?format=api",
        "destination": "Tiangong space station",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 624,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/624/?format=api",
          "name": "Shenzhou 22",
          "serial_number": "22",
          "is_placeholder": false,
          "image": {
            "id": 1926,
            "name": "[AUTO] Shenzhou - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "in_space": true,
          "time_in_space": "P130DT23H57M53S",
          "time_docked": "P130DT20H19M38S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
            "name": "Shenzhou",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "response_mode": "list",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "abbrev": "CNSA",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "family": [],
            "in_use": true,
            "image": {
              "id": 1926,
              "name": "[AUTO] Shenzhou - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/6da58dd3-57bf-4c0a-a003-c56268db3e59/?format=api",
          "name": "Long March 2F/G | Shenzhou 22",
          "response_mode": "normal",
          "slug": "long-march-2fg-shenzhou-22",
          "launch_designator": "2025-272",
          "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-11-25T14:57:41Z",
          "net": "2025-11-25T04:11:45Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-11-25T04:41:00Z",
          "window_start": "2025-11-25T04:01:00Z",
          "image": {
            "id": 2580,
            "name": "Shenzhou 22 launch",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_thumbnail_20251129175823.jpeg",
            "credit": "Xinhua",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "infographic": null,
          "probability": null,
          "weather_concerns": null,
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "response_mode": "list",
            "id": 88,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "abbrev": "CASC",
            "type": {
              "id": 1,
              "name": "Government"
            }
          },
          "rocket": {
            "id": 8806,
            "configuration": {
              "response_mode": "list",
              "id": 84,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/84/?format=api",
              "name": "Long March 2F/G",
              "families": [
                {
                  "response_mode": "list",
                  "id": 106,
                  "name": "Long March"
                },
                {
                  "response_mode": "list",
                  "id": 109,
                  "name": "Long March 2"
                }
              ],
              "full_name": "Long March 2F/G",
              "variant": "F/G"
            }
          },
          "mission": {
            "id": 7397,
            "name": "Shenzhou 22",
            "type": "Human Exploration",
            "description": "Shenzhou 22 (Chinese: 神舟二十二号) will be the 22nd flight of the Shenzhou program. The spacecraft will be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "abbrev": "CNSA",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": true,
                "country": [
                  {
                    "id": 6,
                    "name": "China",
                    "alpha_2_code": "CN",
                    "alpha_3_code": "CHN",
                    "nationality_name": "Chinese",
                    "nationality_name_composed": "Sino"
                  }
                ],
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": 1993,
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image": {
                  "id": 9,
                  "name": "[AUTO] China National Space Administration - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 125,
                  "name": "[AUTO] China National Space Administration - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 51,
                  "name": "[AUTO] China National Space Administration - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 2,
                "consecutive_successful_launches": 2,
                "successful_launches": 2,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 20,
                "failed_landings_spacecraft": 1,
                "attempted_landings_spacecraft": 21,
                "successful_landings_payload": 2,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 2,
                "info_url": "https://www.cnsa.gov.cn/",
                "wiki_url": "https://en.wikipedia.org/wiki/China_National_Space_Administration",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/37/?format=api",
            "active": true,
            "agencies": [],
            "name": "Launch Area 91 (SLS-1 / 921)",
            "image": {
              "id": 1363,
              "name": "Long March 2F/G from LA-4 (Shenzhou 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231231163528.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192527.jpeg",
              "credit": "我们的太空",
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": false,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
            "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
            "latitude": 40.957893,
            "longitude": 100.290944,
            "country": {
              "id": 6,
              "name": "China",
              "alpha_2_code": "CN",
              "alpha_3_code": "CHN",
              "nationality_name": "Chinese",
              "nationality_name_composed": "Sino"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
            "total_launch_count": 28,
            "orbital_launch_attempt_count": 28,
            "fastest_turnaround": "P24DT12H26M59S",
            "location": {
              "response_mode": "normal",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/17/?format=api",
              "name": "Jiuquan Satellite Launch Center, People's Republic of China",
              "celestial_body": {
                "response_mode": "normal",
                "id": 1,
                "name": "Earth",
                "type": {
                  "id": 1,
                  "name": "Planet"
                },
                "diameter": 12742000.0,
                "mass": 5.972168e+24,
                "gravity": 9.80655,
                "length_of_day": "1 00:00:00",
                "atmosphere": true,
                "image": {
                  "id": 2040,
                  "name": "Earth (Apollo 17)",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "active": true,
              "country": {
                "id": 6,
                "name": "China",
                "alpha_2_code": "CN",
                "alpha_3_code": "CHN",
                "nationality_name": "Chinese",
                "nationality_name_composed": "Sino"
              },
              "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
              "image": {
                "id": 1374,
                "name": "Long March 2F/G liftoff (Shenzhou 16)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20240101085213.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192548.jpeg",
                "credit": "CMS",
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": false,
                "variants": []
              },
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
              "longitude": 100.291111,
              "latitude": 40.958056,
              "timezone_name": "Asia/Shanghai",
              "total_launch_count": 281,
              "total_landing_count": 2
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 7,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/7/?format=api",
              "name": "Shenzhou",
              "image": {
                "id": 1888,
                "name": "[AUTO] Shenzhou - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194040.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
              "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 17,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                  "name": "China National Space Administration",
                  "abbrev": "CNSA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "1993-01-01T00:00:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            },
            {
              "response_mode": "normal",
              "id": 19,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/19/?format=api",
              "name": "Tiangong space station",
              "image": {
                "id": 1893,
                "name": "[AUTO] Tiangong space station - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
              "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 88,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
                  "name": "China Aerospace Science and Technology Corporation",
                  "abbrev": "CASC",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "2021-04-29T03:23:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 7128,
          "location_launch_attempt_count": 266,
          "pad_launch_attempt_count": 27,
          "agency_launch_attempt_count": 557,
          "orbital_launch_attempt_count_year": 279,
          "location_launch_attempt_count_year": 27,
          "pad_launch_attempt_count_year": 3,
          "agency_launch_attempt_count_year": 56
        },
        "duration": "P131DT5M33.157848S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1840,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1840/?format=api",
      "attempt": false,
      "success": null,
      "description": "",
      "downrange_distance": null,
      "landing_location": {
        "id": 18,
        "name": "Pacific Ocean",
        "active": true,
        "abbrev": "PAC",
        "description": "Pacific Ocean",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2242,
          "name": "Pacific Ocean from the ISS",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_20240920094534.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pacific_ocean_f_image_thumbnail_20240920094534.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": 50,
        "attempted_landings": 52,
        "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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": 7,
        "name": "Destructive Reentry",
        "abbrev": "ATM",
        "description": "Spacecraft burned up in the atmosphere"
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 906,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/906/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 626,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/626/?format=api",
          "name": "Cygnus CRS NG-24 (S.S. Steven R. Nagel)",
          "serial_number": null,
          "is_placeholder": false,
          "image": {
            "id": 1910,
            "name": "Cygnus Enhanced",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194119.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "P0D",
          "time_docked": "P0D",
          "flights_count": 0,
          "mission_ends_count": 0,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-third flight to the ISS by the Cygnus spacecraft under the CRS program and their 12th under the CRS-2 program. This is also the 19th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 19,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "response_mode": "list",
              "id": 257,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "abbrev": "NGSS",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 3,
                "name": "Cygnus",
                "description": "Cygnus is an expendable American cargo spacecraft developed by Orbital Sciences Corporation but manufactured and launched by Northrop Grumman Space Systems as part of NASA's Commercial Resupply Services (CRS) program",
                "manufacturer": {
                  "response_mode": "list",
                  "id": 257,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                  "name": "Northrop Grumman Space Systems",
                  "abbrev": "NGSS",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                "parent": null,
                "maiden_flight": "2013-09-18"
              }
            ],
            "in_use": true,
            "image": {
              "id": 1910,
              "name": "Cygnus Enhanced",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194119.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": false,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "5ed6ab75-8c5b-4013-93e1-1deb56b14f1d",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/5ed6ab75-8c5b-4013-93e1-1deb56b14f1d/?format=api",
          "name": "Falcon 9 Block 5 | Cygnus CRS-2 NG-24 (S.S. Steven R. Nagel)",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-cygnus-crs-2-ng-24-ss-steven-r-na",
          "launch_designator": null,
          "status": {
            "id": 1,
            "name": "Go for Launch",
            "abbrev": "Go",
            "description": "Current T-0 confirmed by official or reliable sources."
          },
          "last_updated": "2026-04-05T19:22:07Z",
          "net": "2026-04-08T12:51:00Z",
          "net_precision": {
            "id": 1,
            "name": "Minute",
            "abbrev": "MIN",
            "description": "The T-0 is accurate to the minute."
          },
          "window_end": "2026-04-08T12:51:00Z",
          "window_start": "2026-04-08T12:51:00Z",
          "image": {
            "id": 1736,
            "name": "[AUTO] Falcon 9 - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.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": null,
          "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": 7753,
            "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": 6271,
            "name": "Cygnus CRS-2 NG-24 (S.S. Steven R. Nagel)",
            "type": "Resupply",
            "description": "This is the 24th flight of the Orbital ATK's uncrewed resupply spacecraft Cygnus and its 23rd flight to the International Space Station under the Commercial Resupply Services contract with NASA.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": true,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Jared Isaacman",
                "founding_year": 1958,
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image": {
                  "id": 19,
                  "name": "[AUTO] National Aeronautics and Space Administration - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 161,
                  "name": "[AUTO] National Aeronautics and Space Administration - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 76,
                  "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 142,
                "consecutive_successful_launches": 12,
                "successful_launches": 122,
                "failed_launches": 20,
                "pending_launches": 5,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 178,
                "failed_landings_spacecraft": 2,
                "attempted_landings_spacecraft": 180,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.nasa.gov",
                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                "social_media_links": []
              },
              {
                "response_mode": "normal",
                "id": 257,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "abbrev": "NGSS",
                "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": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
                "administrator": "CEO: Kathy Warden",
                "founding_year": 2015,
                "launchers": "Antares | Minotaur | Pegasus",
                "spacecraft": "Cygnus",
                "parent": null,
                "image": {
                  "id": 20,
                  "name": "[AUTO] Northrop Grumman Space Systems - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184636.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 165,
                  "name": "[AUTO] Northrop Grumman Space Systems - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185051.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 79,
                  "name": "[AUTO] Northrop Grumman Space Systems - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520space2520systems_nation_20230624130158.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184827.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 15,
                "consecutive_successful_launches": 15,
                "successful_launches": 15,
                "failed_launches": 0,
                "pending_launches": 4,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.northropgrumman.com/AboutUs/BusinessSectors/InnovationSystems/Pages/default.aspx",
                "wiki_url": "https://en.wikipedia.org/wiki/Northrop_Grumman#Innovation_Systems",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 80,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/80/?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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.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": "Space Launch Complex 40",
            "image": {
              "id": 2113,
              "name": "F9 liftoff from SLC-40 (SES-24)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_20240621050513.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_liftoff_from_image_thumbnail_20240621050514.jpeg",
              "credit": "SpaceX",
              "license": {
                "id": 5,
                "name": "CC BY-NC 2.0",
                "priority": 1,
                "link": "https://creativecommons.org/licenses/by-nc/2.0/"
              },
              "single_use": false,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
            "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
            "latitude": 28.56194122,
            "longitude": -80.57735736,
            "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-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
            "total_launch_count": 376,
            "orbital_launch_attempt_count": 376,
            "fastest_turnaround": "P1DT21H",
            "location": {
              "response_mode": "normal",
              "id": 12,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/12/?format=api",
              "name": "Cape Canaveral SFS, 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-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.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": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "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": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
              "image": {
                "id": 2200,
                "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                "thumbnail_url": "https://thespacedevs-dev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
              "longitude": -80.577778,
              "latitude": 28.488889,
              "timezone_name": "America/New_York",
              "total_launch_count": 1100,
              "total_landing_count": 71
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 11,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/11/?format=api",
              "name": "Commercial Resupply Services",
              "image": {
                "id": 1878,
                "name": "[AUTO] Commercial Resupply Services - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194021.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
              "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "abbrev": "NASA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 257,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                  "name": "Northrop Grumman Space Systems",
                  "abbrev": "NGSS",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 1020,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1020/?format=api",
                  "name": "Sierra Nevada Corporation",
                  "abbrev": "SNC",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 121,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                  "name": "SpaceX",
                  "abbrev": "SpX",
                  "type": {
                    "id": 3,
                    "name": "Commercial"
                  }
                }
              ],
              "start_date": "2008-12-23T00:00:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            },
            {
              "response_mode": "normal",
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/17/?format=api",
              "name": "International Space Station",
              "image": {
                "id": 1874,
                "name": "[AUTO] International Space Station - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194014.png",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
              "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
              "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 16,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "abbrev": "CSA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 27,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "abbrev": "ESA",
                  "type": {
                    "id": 2,
                    "name": "Multinational"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 37,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "abbrev": "JAXA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "abbrev": "NASA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 63,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "abbrev": "RFSA",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "1998-11-20T06:40:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 7254,
          "location_launch_attempt_count": 1101,
          "pad_launch_attempt_count": 377,
          "agency_launch_attempt_count": 662,
          "orbital_launch_attempt_count_year": 81,
          "location_launch_attempt_count_year": 25,
          "pad_launch_attempt_count_year": 23,
          "agency_launch_attempt_count_year": 43
        },
        "duration": null,
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    }
  ]
}