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=30&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=40&ordering=-downrange_distance",
  "previous": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=20&ordering=-downrange_distance",
  "results": [
    {
      "id": 1248,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1248/?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": 450,
        "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": 1585,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1585/?format=api",
      "attempt": true,
      "success": true,
      "description": "The RSS capsule has landed back 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": 873,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/873/?format=api",
        "destination": "Suborbital",
        "mission_end": "2025-04-14T13:40:21Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 599,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/599/?format=api",
          "name": "RSS Kármán Line",
          "serial_number": null,
          "is_placeholder": false,
          "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": []
          },
          "in_space": false,
          "time_in_space": "PT41M1S",
          "time_docked": "P0D",
          "flights_count": 4,
          "mission_ends_count": 4,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Second human rated Crew Capsule for New Shepard.",
          "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": "P76DT59M35S"
        },
        "launch": {
          "id": "08433f85-5ba3-470d-95ed-167e615e9e9a",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/08433f85-5ba3-470d-95ed-167e615e9e9a/?format=api",
          "name": "New Shepard | NS-31",
          "response_mode": "normal",
          "slug": "new-shepard-ns-31",
          "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-04-14T19:15:26Z",
          "net": "2025-04-14T13:30:00Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-04-14T13:30:00Z",
          "window_start": "2025-04-14T13: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": 8543,
            "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": 7134,
            "name": "NS-31",
            "type": "Tourism",
            "description": "NS-31 is the 11th crewed flight for the New Shepard program and the 31st in its 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": 31,
          "pad_launch_attempt_count": 31,
          "agency_launch_attempt_count": 32,
          "orbital_launch_attempt_count_year": null,
          "location_launch_attempt_count_year": 3,
          "pad_launch_attempt_count_year": 3,
          "agency_launch_attempt_count_year": 4
        },
        "duration": "PT10M21S",
        "turn_around_time": "P172DT21H53M",
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1249,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1249/?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": 451,
        "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": 453,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/453/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Gaganyaan spacecraft will splashdown in the Bay of Bengal after this flight.",
      "downrange_distance": null,
      "landing_location": {
        "id": 31,
        "name": "Bay of Bengal",
        "active": true,
        "abbrev": "BB",
        "description": "Northeastern part of the Indian Ocean.",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2231,
          "name": "Bay of Bengal imaged by Terra",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bay_of_bengal_i_image_20240920090001.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bay_of_bengal_i_image_thumbnail_20240920090001.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": 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": 4,
        "name": "Parachute Landing",
        "abbrev": "PCL",
        "description": "Unpowered landing using parachute(s)."
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 771,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/771/?format=api",
        "destination": "Low Earth Orbit",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 548,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/548/?format=api",
          "name": "Gaganyaan G2",
          "serial_number": null,
          "is_placeholder": false,
          "image": {
            "id": 1914,
            "name": "[AUTO] Gaganyaan - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "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": "Second operational Gaganyaan capsule.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/29/?format=api",
            "name": "Gaganyaan",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "response_mode": "list",
              "id": 1031,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1031/?format=api",
              "name": "Hindustan Aeronautics Limited",
              "abbrev": "HAL",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "family": [],
            "in_use": true,
            "image": {
              "id": 1914,
              "name": "[AUTO] Gaganyaan - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "ca680864-788f-4096-93e2-c09f1b2193c9",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/ca680864-788f-4096-93e2-c09f1b2193c9/?format=api",
          "name": "LVM-3 | Gaganyaan-2",
          "response_mode": "normal",
          "slug": "lvm-3-gaganyaan-2",
          "launch_designator": null,
          "status": {
            "id": 2,
            "name": "To Be Determined",
            "abbrev": "TBD",
            "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
          },
          "last_updated": "2025-05-06T20:51:01Z",
          "net": "2026-12-31T00:00:00Z",
          "net_precision": {
            "id": 14,
            "name": "Year",
            "abbrev": "Y",
            "description": "The T-0 is expected in the given year."
          },
          "window_end": "2026-12-31T00:00:00Z",
          "window_start": "2026-12-31T00:00:00Z",
          "image": {
            "id": 1784,
            "name": "[AUTO] LVM-3 (GSLV Mk III) - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193746.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": 31,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "abbrev": "ISRO",
            "type": {
              "id": 1,
              "name": "Government"
            }
          },
          "rocket": {
            "id": 7523,
            "configuration": {
              "response_mode": "list",
              "id": 172,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/172/?format=api",
              "name": "LVM-3 (GSLV Mk III)",
              "families": [
                {
                  "response_mode": "list",
                  "id": 84,
                  "name": "GSLV"
                }
              ],
              "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
              "variant": ""
            }
          },
          "mission": {
            "id": 5941,
            "name": "Gaganyaan-2",
            "type": "Test Flight",
            "description": "Second uncrewed orbital test flight of the Gaganyaan capsule.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 82,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/82/?format=api",
            "active": true,
            "agencies": [
              {
                "response_mode": "normal",
                "id": 31,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "abbrev": "ISRO",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": true,
                "country": [
                  {
                    "id": 9,
                    "name": "India",
                    "alpha_2_code": "IN",
                    "alpha_3_code": "IND",
                    "nationality_name": "Indian",
                    "nationality_name_composed": "Indo"
                  }
                ],
                "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
                "administrator": "Chairman: V. Narayanan",
                "founding_year": 1969,
                "launchers": "PSLV | GSLV",
                "spacecraft": "Gaganyaan",
                "parent": null,
                "image": {
                  "id": 14,
                  "name": "[AUTO] Indian Space Research Organization - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184615.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 141,
                  "name": "[AUTO] Indian Space Research Organization - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185007.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 63,
                  "name": "[AUTO] Indian Space Research Organization - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184805.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                }
              }
            ],
            "name": "Satish Dhawan Space Centre Second Launch Pad",
            "image": {
              "id": 1992,
              "name": "Second Launch Pad",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/second_launch_p_image_20240311093204.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/second_launch_p_image_thumbnail_20240311093204.jpeg",
              "credit": "Indian Space Research Organisation",
              "license": {
                "id": 11,
                "name": "Government Open Data License - India (GODL)",
                "priority": 3,
                "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
              },
              "single_use": true,
              "variants": []
            },
            "description": "The second launch pad was built between 1999 and 2003.  It became functional in 2005 and has since been used for various rockets. This launch pad supports missions by PSLV, GSLV, LVM3 rockets and is even envisioned for India's future crewed spaceflight.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
            "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
            "latitude": 13.7199,
            "longitude": 80.2304,
            "country": {
              "id": 9,
              "name": "India",
              "alpha_2_code": "IN",
              "alpha_3_code": "IND",
              "nationality_name": "Indian",
              "nationality_name_composed": "Indo"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
            "total_launch_count": 32,
            "orbital_launch_attempt_count": 31,
            "fastest_turnaround": "P31DT31M",
            "location": {
              "response_mode": "normal",
              "id": 14,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/14/?format=api",
              "name": "Satish Dhawan Space Centre, India",
              "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": 9,
                "name": "India",
                "alpha_2_code": "IN",
                "alpha_3_code": "IND",
                "nationality_name": "Indian",
                "nationality_name_composed": "Indo"
              },
              "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
              "image": {
                "id": 2212,
                "name": "Satish Dhawan Space Centre",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/satish_dhawan_s_image_20240919164153.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/satish_dhawan_s_image_thumbnail_20240919164154.png",
                "credit": "ISRO",
                "license": {
                  "id": 11,
                  "name": "Government Open Data License - India (GODL)",
                  "priority": 3,
                  "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
                },
                "single_use": true,
                "variants": []
              },
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
              "longitude": 80.23,
              "latitude": 13.72,
              "timezone_name": "Asia/Kolkata",
              "total_launch_count": 103,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 21,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/21/?format=api",
              "name": "Gaganyaan",
              "image": {
                "id": 1889,
                "name": "[AUTO] Gaganyaan - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194042.jpeg",
                "credit": null,
                "license": {
                  "id": 1,
                  "name": "Unknown",
                  "priority": 9,
                  "link": null
                },
                "single_use": true,
                "variants": []
              },
              "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
              "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan",
              "description": "Gaganyaan is India's first human spaceflight program.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 31,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
                  "name": "Indian Space Research Organization",
                  "abbrev": "ISRO",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "2018-08-15T00:00:00Z",
              "end_date": null,
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 7441,
          "location_launch_attempt_count": 116,
          "pad_launch_attempt_count": 40,
          "agency_launch_attempt_count": 111,
          "orbital_launch_attempt_count_year": 268,
          "location_launch_attempt_count_year": 14,
          "pad_launch_attempt_count_year": 8,
          "agency_launch_attempt_count_year": 13
        },
        "duration": null,
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1250,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1250/?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": 452,
        "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": 1214,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1214/?format=api",
      "attempt": true,
      "success": null,
      "description": "The center core will attempt to land on an ASDS after launch.",
      "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": 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": 417,
        "type": "Core",
        "reused": null,
        "launcher_flight_number": null,
        "launcher": {
          "response_mode": "normal",
          "id": 117,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/117/?format=api",
          "flight_proven": false,
          "serial_number": "Unknown FH",
          "is_placeholder": true,
          "status": {
            "id": 8,
            "name": "N/A"
          },
          "image": {
            "id": 1675,
            "name": "[AUTO] Unknown FH - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/117_image_20230723180948.png",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193445.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": 1251,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1251/?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": 453,
        "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": 1594,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1594/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Shenzhou 21 spacecraft landed 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": 875,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/875/?format=api",
        "destination": "Tiangong space station",
        "mission_end": "2025-11-14T08:40:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 610,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/610/?format=api",
          "name": "Shenzhou 21",
          "serial_number": "21",
          "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": false,
          "time_in_space": "P13DT16H55M14S",
          "time_docked": "P13DT7H52M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft used to launch 3 astronauts on the 10th crewed mission to the Chinese Space Station.",
          "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": "5ca83f30-9e3d-439c-ac1d-b57953943355",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/5ca83f30-9e3d-439c-ac1d-b57953943355/?format=api",
          "name": "Long March 2F/G | Shenzhou 21",
          "response_mode": "normal",
          "slug": "long-march-2fg-shenzhou-21",
          "launch_designator": "2025-246",
          "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-31T23:14:14Z",
          "net": "2025-10-31T15:44:46Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-10-31T16:14:00Z",
          "window_start": "2025-10-31T15:34: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": 8559,
            "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": 7150,
            "name": "Shenzhou 21",
            "type": "Human Exploration",
            "description": "Tenth crewed flight to the Chinese space station.",
            "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": 7101,
          "location_launch_attempt_count": 262,
          "pad_launch_attempt_count": 26,
          "agency_launch_attempt_count": 551,
          "orbital_launch_attempt_count_year": 252,
          "location_launch_attempt_count_year": 23,
          "pad_launch_attempt_count_year": 2,
          "agency_launch_attempt_count_year": 50
        },
        "duration": "P13DT16H55M14S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1593,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1593/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Shenzhou 20 spacecraft has landed 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": 874,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/874/?format=api",
        "destination": "Tiangong space station",
        "mission_end": "2026-01-19T01:34:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 609,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/609/?format=api",
          "name": "Shenzhou 20",
          "serial_number": "20",
          "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": false,
          "time_in_space": "P269DT16H16M29S",
          "time_docked": "P269DT34M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft used to launch 3 astronauts on the 9th crewed mission to the Chinese Space Station.",
          "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": "a164daf8-31df-4d34-bf67-5ec41b3a9f9b",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/a164daf8-31df-4d34-bf67-5ec41b3a9f9b/?format=api",
          "name": "Long March 2F/G | Shenzhou 20",
          "response_mode": "normal",
          "slug": "long-march-2fg-shenzhou-20",
          "launch_designator": "2025-082",
          "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-04-24T21:32:20Z",
          "net": "2025-04-24T09:17:31Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-04-24T09:47:00Z",
          "window_start": "2025-04-24T09:07: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": 8558,
            "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": 7149,
            "name": "Shenzhou 20",
            "type": "Human Exploration",
            "description": "Ninth crewed flight to the Chinese space station.\r\n\r\nDue to damage sustained by the spacecraft's descent module porthole window by orbital debris collision found in early November 2025, the spacecraft was deemed unsuitable for crew return. Shenzhou 22 was launched without crew as replacement, and Shenzhou 20 will return to Earth without crew after EVA inspection by the onboard crew.",
            "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": 6933,
          "location_launch_attempt_count": 248,
          "pad_launch_attempt_count": 25,
          "agency_launch_attempt_count": 518,
          "orbital_launch_attempt_count_year": 84,
          "location_launch_attempt_count_year": 9,
          "pad_launch_attempt_count_year": 1,
          "agency_launch_attempt_count_year": 17
        },
        "duration": "P269DT16H16M29S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1599,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1599/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Cargo Dragon C211 spacecraft has splashed down in the Pacific Ocean.",
      "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": 4,
        "name": "Parachute Landing",
        "abbrev": "PCL",
        "description": "Unpowered landing using parachute(s)."
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 878,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/878/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-02-27T07:44:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 554,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/554/?format=api",
          "name": "Cargo Dragon C211",
          "serial_number": "C211",
          "is_placeholder": false,
          "image": {
            "id": 1086,
            "name": "Cargo Dragon docking",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
            "credit": "NASA",
            "license": {
              "id": 4,
              "name": "NASA Image and Media Guidelines",
              "priority": 0,
              "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": false,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "P275DT8H1M27S",
          "time_docked": "P269DT2H24M",
          "flights_count": 3,
          "mission_ends_count": 3,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Third Cargo Dragon 2",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/7/?format=api",
            "name": "Cargo Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "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": 6,
                "name": "Dragon",
                "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
                "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": "2010-12-08"
              },
              {
                "response_mode": "normal",
                "id": 7,
                "name": "Dragon 2",
                "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
                "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": {
                  "response_mode": "list",
                  "id": 6,
                  "name": "Dragon"
                },
                "maiden_flight": "2019-03-02"
              }
            ],
            "in_use": true,
            "image": {
              "id": 1086,
              "name": "Cargo Dragon docking",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": false,
              "variants": []
            }
          },
          "fastest_turnaround": "P302DT15H9M14S"
        },
        "launch": {
          "id": "e8e93778-657c-401c-9c88-3cd4c7c45c9d",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/e8e93778-657c-401c-9c88-3cd4c7c45c9d/?format=api",
          "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-33",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-dragon-crs-2-spx-33",
          "launch_designator": "2025-186",
          "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-26T08:33:20Z",
          "net": "2025-08-24T06:45:36Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-08-24T06:45:36Z",
          "window_start": "2025-08-24T06:45:36Z",
          "image": {
            "id": 1390,
            "name": "F9B5 liftoff from 39A with Cargo Dragon",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210520085648.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192619.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": []
          },
          "infographic": null,
          "probability": 70,
          "weather_concerns": "Cumulus Cloud 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": 7746,
            "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": 6264,
            "name": "Dragon CRS-2 SpX-33",
            "type": "Resupply",
            "description": "33rd commercial resupply services mission to the International Space Station operated by SpaceX. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nCargo Dragon 2 brings supplies and payloads, including critical materials to directly support science and research investigations that occur onboard the orbiting laboratory.\r\n\r\nThe CRS SpX-33 Mission will be the first mission including a boost module inside the dragons trunk for ISS orbit raising.",
            "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": []
              }
            ],
            "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": 7041,
          "location_launch_attempt_count": 1047,
          "pad_launch_attempt_count": 329,
          "agency_launch_attempt_count": 555,
          "orbital_launch_attempt_count_year": 192,
          "location_launch_attempt_count_year": 53,
          "pad_launch_attempt_count_year": 49,
          "agency_launch_attempt_count_year": 106
        },
        "duration": "P187DT58M24S",
        "turn_around_time": "P610DT13H12M36S",
        "response_mode": "normal"
      },
      "payloadflight": null
    }
  ]
}