Modes

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

Example - /landings/?mode=list

Filters

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

Example - /landings/?spacecraft__ids=39,37

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

Example - /landings/?search=B1059

Ordering

Fields - downrange_distance, id

Example - /landings/?ordering=downrange_distance

Number of results

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

Example - /landings/?limit=2

Format

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

Help

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

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

{
  "count": 250,
  "next": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=230&ordering=downrange_distance",
  "previous": "https://lldev.thespacedevs.com/2.3.0/landings/?format=api&limit=10&offset=210&ordering=downrange_distance",
  "results": [
    {
      "id": 1254,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1254/?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": 456,
        "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": 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
    },
    {
      "id": 1600,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1600/?format=api",
      "attempt": true,
      "success": null,
      "description": "The Cargo Dragon C209 spacecraft will splash 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": 879,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/879/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 474,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/474/?format=api",
          "name": "Cargo Dragon C209",
          "serial_number": "C209",
          "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": "P175DT23H36M1S",
          "time_docked": "P163DT1H25M23S",
          "flights_count": 5,
          "mission_ends_count": 5,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Second 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": "P164DT6H38M8S"
        },
        "launch": {
          "id": "e60aa241-1f2c-4459-ba94-2f576c3e5632",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/e60aa241-1f2c-4459-ba94-2f576c3e5632/?format=api",
          "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-34",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-dragon-crs-2-spx-34",
          "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": "2026-04-01T00:02:24Z",
          "net": "2026-05-31T00:00:00Z",
          "net_precision": {
            "id": 7,
            "name": "Month",
            "abbrev": "M",
            "description": "The T-0 is expected in the given month."
          },
          "window_end": "2026-05-31T00:00:00Z",
          "window_start": "2026-05-31T00:00:00Z",
          "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": null,
          "weather_concerns": null,
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "response_mode": "list",
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
              "id": 3,
              "name": "Commercial"
            }
          },
          "rocket": {
            "id": 7747,
            "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": 6265,
            "name": "Dragon CRS-2 SpX-34",
            "type": "Resupply",
            "description": "34th 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.",
            "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": 72,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/72/?format=api",
            "active": true,
            "agencies": [],
            "name": "Unknown Pad",
            "image": null,
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=28.458,-80.528",
            "latitude": 28.458,
            "longitude": -80.528,
            "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_72_20200803143403.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0,
            "fastest_turnaround": null,
            "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": 7274,
          "location_launch_attempt_count": 1106,
          "pad_launch_attempt_count": 1,
          "agency_launch_attempt_count": 669,
          "orbital_launch_attempt_count_year": 101,
          "location_launch_attempt_count_year": 30,
          "pad_launch_attempt_count_year": 1,
          "agency_launch_attempt_count_year": 50
        },
        "duration": null,
        "turn_around_time": "P370DT18H16M",
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1722,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1722/?format=api",
      "attempt": false,
      "success": null,
      "description": "The Falcon 9 booster B1076 was expended during its 22nd mission.",
      "downrange_distance": null,
      "landing_location": {
        "id": 6,
        "name": "Atlantic Ocean",
        "active": true,
        "abbrev": "ATL",
        "description": "Atlantic Ocean",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2230,
          "name": "Sun glint on the Atlantic Ocean",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_20240920085841.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sun_glint_on_th_image_thumbnail_20240920085841.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": 38,
        "attempted_landings": 42,
        "failed_landings": 4,
        "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": 8,
        "name": "Expended",
        "abbrev": "EXP",
        "description": "Vehicle did not perform any landing operations after launch"
      },
      "response_mode": "normal",
      "firststage": {
        "id": 797,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 22,
        "launcher": {
          "response_mode": "normal",
          "id": 118,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/118/?format=api",
          "flight_proven": true,
          "serial_number": "B1076",
          "is_placeholder": false,
          "status": {
            "id": 2,
            "name": "expended"
          },
          "image": {
            "id": 2459,
            "name": "B1076 landing on LZ-1 during Worldview Legion 3-4 launch",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1076_landing_o_image_20250912152159.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/b1076_landing_o_image_thumbnail_20250912152200.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "details": "Booster first launched on the Dragon CRS-26 mission. Expended during the SPAINSAT-NG II launch.",
          "successful_landings": 21,
          "attempted_landings": 21,
          "flights": 22,
          "last_launch_date": "2025-10-24T01:30:00Z",
          "first_launch_date": "2022-11-26T19:20:43Z",
          "fastest_turnaround": "P21DT2H49M"
        },
        "previous_flight_date": "2025-02-21T15:19:00Z",
        "turn_around_time": "P244DT10H11M",
        "previous_flight": null
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1643,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1643/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Super Heavy Booster 16 has made a planned splashdown near the launch site.",
      "downrange_distance": null,
      "landing_location": {
        "id": 16,
        "name": "Gulf of Mexico",
        "active": true,
        "abbrev": "GOM",
        "description": "Gulf of Mexico",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2234,
          "name": "Gulf of Mexico imaged by Aqua",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gulf_of_mexico__image_20240920091356.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gulf_of_mexico__image_thumbnail_20240920091357.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": true,
          "variants": []
        },
        "successful_landings": 18,
        "attempted_landings": 21,
        "failed_landings": 3,
        "celestial_body": {
          "response_mode": "normal",
          "id": 1,
          "name": "Earth",
          "type": {
            "id": 1,
            "name": "Planet"
          },
          "diameter": 12742000.0,
          "mass": 5.972168e+24,
          "gravity": 9.80655,
          "length_of_day": "1 00:00:00",
          "atmosphere": true,
          "image": {
            "id": 2040,
            "name": "Earth (Apollo 17)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
            "credit": "NASA",
            "license": {
              "id": 4,
              "name": "NASA Image and Media Guidelines",
              "priority": 0,
              "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": true,
            "variants": []
          },
          "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
          "wiki_url": "https://en.wikipedia.org/wiki/Earth"
        }
      },
      "type": {
        "id": 3,
        "name": "Ocean",
        "abbrev": "Ocean",
        "description": "No recovery attempt"
      },
      "response_mode": "normal",
      "firststage": {
        "id": 760,
        "type": "Core",
        "reused": false,
        "launcher_flight_number": 1,
        "launcher": {
          "response_mode": "normal",
          "id": 198,
          "url": "https://lldev.thespacedevs.com/2.3.0/launchers/198/?format=api",
          "flight_proven": true,
          "serial_number": "Booster 16",
          "is_placeholder": false,
          "status": {
            "id": 4,
            "name": "lost"
          },
          "image": {
            "id": 2467,
            "name": "Superheavy Booster 16 (Starship Flight 10)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_20250912161003.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/superheavy_boos_image_thumbnail_20250912161003.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "details": "Super Heavy booster used for the 10th Starship flight test.\r\n\r\nLost to the ocean after a successful soft splashdown.",
          "successful_landings": 1,
          "attempted_landings": 1,
          "flights": 1,
          "last_launch_date": "2025-08-26T23:30:00Z",
          "first_launch_date": "2025-08-26T23:30:00Z",
          "fastest_turnaround": null
        },
        "previous_flight_date": null,
        "turn_around_time": null,
        "previous_flight": null
      },
      "spacecraftflight": null,
      "payloadflight": null
    },
    {
      "id": 1726,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1726/?format=api",
      "attempt": false,
      "success": null,
      "description": "The HTV-X spacecraft will burn up upon entering Earth's atmosphere.",
      "downrange_distance": null,
      "landing_location": null,
      "type": {
        "id": 7,
        "name": "Destructive Reentry",
        "abbrev": "ATM",
        "description": "Spacecraft burned up in the atmosphere"
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 899,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/899/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 623,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/623/?format=api",
          "name": "HTV-X1",
          "serial_number": "HTV-X1",
          "is_placeholder": false,
          "image": {
            "id": 2566,
            "name": "HTV-X in space (First Flight)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_thumbnail_20251122191934.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": true,
          "time_in_space": "P161DT4H9M23S",
          "time_docked": "P127DT21H17M",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft used for the maiden flight of the HTV-X Cargo Resupply Vehicle.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 47,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/47/?format=api",
            "name": "HTV-X",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "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"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 4,
                "name": "HTV",
                "description": "The H-II Transfer Vehicle (HTV), also called Kounotori, is an expendable, automated cargo spacecraft used to resupply the International Space Station",
                "manufacturer": {
                  "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"
                  }
                },
                "parent": null,
                "maiden_flight": "2009-09-10"
              }
            ],
            "in_use": true,
            "image": {
              "id": 2566,
              "name": "HTV-X in space (First Flight)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_20251122191933.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-x_in_space__image_thumbnail_20251122191934.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": null
        },
        "launch": {
          "id": "8c2412ae-fbef-443f-aae8-db538f38eec6",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/8c2412ae-fbef-443f-aae8-db538f38eec6/?format=api",
          "name": "H3-24 | HTV-X1",
          "response_mode": "normal",
          "slug": "h3-24-htv-x1",
          "launch_designator": "2025-241",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2025-11-02T10:12:20Z",
          "net": "2025-10-26T00:00:15Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-10-26T00:00:15Z",
          "window_start": "2025-10-26T00:00:15Z",
          "image": {
            "id": 2493,
            "name": "H3-24 liftoff (HTV-X1)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-24_liftoff__image_20251028184029.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h3-24_liftoff__image_thumbnail_20251028184029.jpeg",
            "credit": "Mitsubishi Heavy Industries",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": false,
            "variants": []
          },
          "infographic": null,
          "probability": null,
          "weather_concerns": null,
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "response_mode": "list",
            "id": 98,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/98/?format=api",
            "name": "Mitsubishi Heavy Industries",
            "abbrev": "MHI",
            "type": {
              "id": 3,
              "name": "Commercial"
            }
          },
          "rocket": {
            "id": 2540,
            "configuration": {
              "response_mode": "list",
              "id": 204,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/204/?format=api",
              "name": "H3-24",
              "families": [
                {
                  "response_mode": "list",
                  "id": 86,
                  "name": "H3"
                }
              ],
              "full_name": "H3-24",
              "variant": "24"
            }
          },
          "mission": {
            "id": 5860,
            "name": "HTV-X1",
            "type": "Resupply",
            "description": "First flight of the upgraded Japanese HTV-X spacecraft designed to resupply the International 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": 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"
                },
                "featured": true,
                "country": [
                  {
                    "id": 28,
                    "name": "Japan",
                    "alpha_2_code": "JP",
                    "alpha_3_code": "JPN",
                    "nationality_name": "Japanese",
                    "nationality_name_composed": "Nippo"
                  }
                ],
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": 2003,
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image": {
                  "id": 16,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184621.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 151,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185023.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 69,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184813.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 37,
                "consecutive_successful_launches": 2,
                "successful_launches": 33,
                "failed_launches": 4,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 1,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 1,
                "info_url": "https://www.jaxa.jp/",
                "wiki_url": "https://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 209,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/209/?format=api",
            "active": true,
            "agencies": [
              {
                "response_mode": "normal",
                "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"
                },
                "featured": true,
                "country": [
                  {
                    "id": 28,
                    "name": "Japan",
                    "alpha_2_code": "JP",
                    "alpha_3_code": "JPN",
                    "nationality_name": "Japanese",
                    "nationality_name_composed": "Nippo"
                  }
                ],
                "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
                "administrator": "Administrator: Hiroshi Yamakawa",
                "founding_year": 2003,
                "launchers": "H-II",
                "spacecraft": "",
                "parent": null,
                "image": {
                  "id": 16,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184621.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 151,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185023.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 69,
                  "name": "[AUTO] Japan Aerospace Exploration Agency - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184813.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                }
              }
            ],
            "name": "Yoshinobu Launch Complex LP-2",
            "image": {
              "id": 1751,
              "name": "H-IIB 304 liftoff from LP-2 (HTV-3)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iib_304_lifto_image_20240325125154.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iib_304_lifto_image_thumbnail_20240325125154.jpeg",
              "credit": "JAXA",
              "license": {
                "id": 9,
                "name": "JAXA Image Usage Policy",
                "priority": 8,
                "link": "https://global.jaxa.jp/policy.html"
              },
              "single_use": false,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
            "map_url": "https://www.google.com/maps?q=30.400938,130.97564",
            "latitude": 30.400938,
            "longitude": 130.97564,
            "country": {
              "id": 28,
              "name": "Japan",
              "alpha_2_code": "JP",
              "alpha_3_code": "JPN",
              "nationality_name": "Japanese",
              "nationality_name_composed": "Nippo"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_yoshinobu_launch_complex_lp-2_20230707124715.jpg",
            "total_launch_count": 16,
            "orbital_launch_attempt_count": 16,
            "fastest_turnaround": "P57DT1H51M15S",
            "location": {
              "response_mode": "normal",
              "id": 26,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/26/?format=api",
              "name": "Tanegashima Space Center, Japan",
              "celestial_body": {
                "response_mode": "normal",
                "id": 1,
                "name": "Earth",
                "type": {
                  "id": 1,
                  "name": "Planet"
                },
                "diameter": 12742000.0,
                "mass": 5.972168e+24,
                "gravity": 9.80655,
                "length_of_day": "1 00:00:00",
                "atmosphere": true,
                "image": {
                  "id": 2040,
                  "name": "Earth (Apollo 17)",
                  "image_url": "https://thespacedevs-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": 28,
                "name": "Japan",
                "alpha_2_code": "JP",
                "alpha_3_code": "JPN",
                "nationality_name": "Japanese",
                "nationality_name_composed": "Nippo"
              },
              "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
              "image": {
                "id": 2223,
                "name": "Tanegashima Space Center",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tanegashima_spa_image_20240920081514.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tanegashima_spa_image_thumbnail_20240920081514.jpeg",
                "credit": "JAXA",
                "license": {
                  "id": 9,
                  "name": "JAXA Image Usage Policy",
                  "priority": 8,
                  "link": "https://global.jaxa.jp/policy.html"
                },
                "single_use": true,
                "variants": []
              },
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
              "longitude": 130.97,
              "latitude": 30.4,
              "timezone_name": "Asia/Tokyo",
              "total_launch_count": 97,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [
            {
              "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": 7096,
          "location_launch_attempt_count": 96,
          "pad_launch_attempt_count": 15,
          "agency_launch_attempt_count": 55,
          "orbital_launch_attempt_count_year": 247,
          "location_launch_attempt_count_year": 3,
          "pad_launch_attempt_count_year": 2,
          "agency_launch_attempt_count_year": 2
        },
        "duration": "P161DT4H17M2.651354S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 398,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/398/?format=api",
      "attempt": true,
      "success": true,
      "description": "The Crew Dragon spacecraft has splashed down in the Pacific Ocean carrying 4 passengers.",
      "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": 671,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/671/?format=api",
        "destination": "International Space Station",
        "mission_end": "2025-07-15T09:30:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 595,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/595/?format=api",
          "name": "Crew Dragon Grace",
          "serial_number": "C213",
          "is_placeholder": false,
          "image": {
            "id": 1181,
            "name": "Crew Dragon docking",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": "P20DT2H58M8S",
          "time_docked": "P18DT44M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Crew Dragon spacecraft first used for Axiom-4.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 6,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
            "name": "Crew 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": 1181,
              "name": "Crew Dragon docking",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.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": null
        },
        "launch": {
          "id": "0805af04-c2ea-4750-9eb4-f24f89eeb5d6",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/0805af04-c2ea-4750-9eb4-f24f89eeb5d6/?format=api",
          "name": "Falcon 9 Block 5 | Axiom Space Mission 4",
          "response_mode": "normal",
          "slug": "falcon-9-block-5-axiom-space-mission-4",
          "launch_designator": "2025-136",
          "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-06-26T01:01:17Z",
          "net": "2025-06-25T06:31:52Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-06-25T06:31:52Z",
          "window_start": "2025-06-25T06:31:52Z",
          "image": {
            "id": 2408,
            "name": "Crew Dragon at night with full Moon (Axiom-4)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew_dragon_at__image_20250611155004.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew_dragon_at__image_thumbnail_20250611155005.jpeg",
            "credit": "SpaceX",
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "infographic": null,
          "probability": 90,
          "weather_concerns": "Cumulus Cloud Rule, Flight Through Precipitation",
          "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": 2952,
            "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": 1369,
            "name": "Axiom Space Mission 4",
            "type": "Tourism",
            "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
            "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": 1022,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "abbrev": "AXS",
                "type": {
                  "id": 5,
                  "name": "Private"
                },
                "featured": false,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
                "administrator": "CEO: Jonathan Cirtain",
                "founding_year": 2016,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": {
                  "id": 114,
                  "name": "[AUTO] Axiom Space - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184918.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": null,
                "total_launch_count": 0,
                "consecutive_successful_launches": 0,
                "successful_launches": 0,
                "failed_launches": 0,
                "pending_launches": 0,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.axiomspace.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space",
                "social_media_links": []
              },
              {
                "response_mode": "normal",
                "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"
                },
                "featured": false,
                "country": [
                  {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                  },
                  {
                    "id": 3,
                    "name": "Italy",
                    "alpha_2_code": "IT",
                    "alpha_3_code": "ITA",
                    "nationality_name": "Italian",
                    "nationality_name_composed": "Italo"
                  },
                  {
                    "id": 4,
                    "name": "Germany",
                    "alpha_2_code": "DE",
                    "alpha_3_code": "DEU",
                    "nationality_name": "German",
                    "nationality_name_composed": "Germano"
                  },
                  {
                    "id": 7,
                    "name": "Spain",
                    "alpha_2_code": "ES",
                    "alpha_3_code": "ESP",
                    "nationality_name": "Spanish",
                    "nationality_name_composed": "Hispano"
                  },
                  {
                    "id": 8,
                    "name": "Switzerland",
                    "alpha_2_code": "CH",
                    "alpha_3_code": "CHE",
                    "nationality_name": "Swiss",
                    "nationality_name_composed": "Swiss"
                  },
                  {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                  },
                  {
                    "id": 11,
                    "name": "Austria",
                    "alpha_2_code": "AT",
                    "alpha_3_code": "AUT",
                    "nationality_name": "Austrian",
                    "nationality_name_composed": "Austro"
                  },
                  {
                    "id": 15,
                    "name": "Sweden",
                    "alpha_2_code": "SE",
                    "alpha_3_code": "SWE",
                    "nationality_name": "Swedish",
                    "nationality_name_composed": "Swedo"
                  },
                  {
                    "id": 23,
                    "name": "Portugal",
                    "alpha_2_code": "PT",
                    "alpha_3_code": "PRT",
                    "nationality_name": "Portuguese",
                    "nationality_name_composed": "Luso"
                  },
                  {
                    "id": 27,
                    "name": "Netherlands",
                    "alpha_2_code": "NL",
                    "alpha_3_code": "NLD",
                    "nationality_name": "Dutch",
                    "nationality_name_composed": "Dutch"
                  },
                  {
                    "id": 31,
                    "name": "Hungary",
                    "alpha_2_code": "HU",
                    "alpha_3_code": "HUN",
                    "nationality_name": "Hungarian",
                    "nationality_name_composed": "Hungarian"
                  },
                  {
                    "id": 39,
                    "name": "Poland",
                    "alpha_2_code": "PL",
                    "alpha_3_code": "POL",
                    "nationality_name": "Polish",
                    "nationality_name_composed": "Polono"
                  },
                  {
                    "id": 45,
                    "name": "Denmark",
                    "alpha_2_code": "DK",
                    "alpha_3_code": "DNK",
                    "nationality_name": "Danish",
                    "nationality_name_composed": "Dano"
                  },
                  {
                    "id": 46,
                    "name": "Czechia",
                    "alpha_2_code": "CZ",
                    "alpha_3_code": "CZE",
                    "nationality_name": "Czech",
                    "nationality_name_composed": "Czech"
                  },
                  {
                    "id": 47,
                    "name": "Romania",
                    "alpha_2_code": "RO",
                    "alpha_3_code": "ROU",
                    "nationality_name": "Romanian",
                    "nationality_name_composed": "Romanian"
                  },
                  {
                    "id": 49,
                    "name": "Norway",
                    "alpha_2_code": "NO",
                    "alpha_3_code": "NOR",
                    "nationality_name": "Norwegian",
                    "nationality_name_composed": "Norwegian"
                  },
                  {
                    "id": 77,
                    "name": "Finland",
                    "alpha_2_code": "FI",
                    "alpha_3_code": "FIN",
                    "nationality_name": "Finnish",
                    "nationality_name_composed": "Finno"
                  },
                  {
                    "id": 78,
                    "name": "Greece",
                    "alpha_2_code": "GR",
                    "alpha_3_code": "GRC",
                    "nationality_name": "Greek",
                    "nationality_name_composed": "Greco"
                  },
                  {
                    "id": 80,
                    "name": "Estonia",
                    "alpha_2_code": "EE",
                    "alpha_3_code": "EST",
                    "nationality_name": "Estonian",
                    "nationality_name_composed": "Estonian"
                  },
                  {
                    "id": 81,
                    "name": "Ireland",
                    "alpha_2_code": "IE",
                    "alpha_3_code": "IRL",
                    "nationality_name": "Irish",
                    "nationality_name_composed": "Irish"
                  },
                  {
                    "id": 85,
                    "name": "Luxembourg",
                    "alpha_2_code": "LU",
                    "alpha_3_code": "LUX",
                    "nationality_name": "Luxembourger",
                    "nationality_name_composed": "Luxembourgish"
                  },
                  {
                    "id": 20,
                    "name": "Belgium",
                    "alpha_2_code": "BE",
                    "alpha_3_code": "BEL",
                    "nationality_name": "Belgian",
                    "nationality_name_composed": "Belgo"
                  },
                  {
                    "id": 86,
                    "name": "Slovenia",
                    "alpha_2_code": "SI",
                    "alpha_3_code": "SVN",
                    "nationality_name": "Slovenian",
                    "nationality_name_composed": "Slovenian"
                  }
                ],
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": 1975,
                "launchers": "Ariane | Vega",
                "spacecraft": "Space Rider",
                "parent": null,
                "image": {
                  "id": 2324,
                  "name": "ESA patch floating in the ISS Cupola",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_thumbnail_20250211192110.png",
                  "credit": "ESA",
                  "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                  },
                  "single_use": false,
                  "variants": []
                },
                "logo": {
                  "id": 130,
                  "name": "European Space Agency logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                  "credit": "ESA",
                  "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 130,
                  "name": "European Space Agency logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184947.png",
                  "credit": "ESA",
                  "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 7,
                "consecutive_successful_launches": 5,
                "successful_launches": 6,
                "failed_launches": 1,
                "pending_launches": 1,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.esa.int/",
                "wiki_url": "https://en.wikipedia.org/wiki/European_Space_Agency",
                "social_media_links": [
                  {
                    "id": 242,
                    "social_media": {
                      "id": 3,
                      "name": "Homepage",
                      "url": null,
                      "logo": null
                    },
                    "url": "https://www.esa.int/"
                  },
                  {
                    "id": 243,
                    "social_media": {
                      "id": 4,
                      "name": "LinkedIn",
                      "url": "https://www.linkedin.com/",
                      "logo": {
                        "id": 2321,
                        "name": "LinkedIn logo",
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_20250211191111.png",
                        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/linkedin_logo_image_thumbnail_20250211191112.png",
                        "credit": "LinkedIn",
                        "license": {
                          "id": 1,
                          "name": "Unknown",
                          "priority": 9,
                          "link": null
                        },
                        "single_use": true,
                        "variants": []
                      }
                    },
                    "url": "https://www.linkedin.com/company/european-space-agency/"
                  },
                  {
                    "id": 244,
                    "social_media": {
                      "id": 2,
                      "name": "Instagram",
                      "url": "https://instagram.com",
                      "logo": {
                        "id": 2322,
                        "name": "Instagram logo",
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_20250211191139.png",
                        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/instagram_logo_image_thumbnail_20250211191139.png",
                        "credit": "Instagram",
                        "license": {
                          "id": 1,
                          "name": "Unknown",
                          "priority": 9,
                          "link": null
                        },
                        "single_use": true,
                        "variants": []
                      }
                    },
                    "url": "https://www.instagram.com/europeanspaceagency/"
                  },
                  {
                    "id": 245,
                    "social_media": {
                      "id": 1,
                      "name": "X",
                      "url": "https://x.com",
                      "logo": {
                        "id": 2320,
                        "name": "X logo",
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_20250211191027.jpg",
                        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x_logo_image_thumbnail_20250211191027.jpeg",
                        "credit": "X",
                        "license": {
                          "id": 1,
                          "name": "Unknown",
                          "priority": 9,
                          "link": null
                        },
                        "single_use": true,
                        "variants": []
                      }
                    },
                    "url": "https://x.com/esa"
                  },
                  {
                    "id": 246,
                    "social_media": {
                      "id": 5,
                      "name": "Bluesky",
                      "url": "https://bsky.app/",
                      "logo": {
                        "id": 2323,
                        "name": "Bluesky logo",
                        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_20250211191214.png",
                        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bluesky_logo_image_thumbnail_20250211191214.png",
                        "credit": "Bluesky",
                        "license": {
                          "id": 1,
                          "name": "Unknown",
                          "priority": 9,
                          "link": null
                        },
                        "single_use": true,
                        "variants": []
                      }
                    },
                    "url": "https://bsky.app/profile/esa.int"
                  }
                ]
              },
              {
                "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": []
                },
                "total_launch_count": 99,
                "consecutive_successful_launches": 0,
                "successful_launches": 84,
                "failed_launches": 15,
                "pending_launches": 17,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 1,
                "failed_landings_payload": 1,
                "attempted_landings_payload": 2,
                "info_url": "https://www.isro.gov.in/",
                "wiki_url": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 87,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/87/?format=api",
            "active": true,
            "agencies": [
              {
                "response_mode": "normal",
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                "name": "SpaceX",
                "abbrev": "SpX",
                "type": {
                  "id": 3,
                  "name": "Commercial"
                },
                "featured": true,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                "administrator": "CEO: Elon Musk",
                "founding_year": 2002,
                "launchers": "Falcon | Starship",
                "spacecraft": "Dragon",
                "parent": null,
                "image": {
                  "id": 29,
                  "name": "[AUTO] SpaceX - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184704.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 186,
                  "name": "[AUTO] SpaceX - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185138.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 94,
                  "name": "[AUTO] SpaceX - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184848.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                }
              }
            ],
            "name": "Launch Complex 39A",
            "image": {
              "id": 2119,
              "name": "FH liftoff from LC-39A (GOES-U)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_20240626200232.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/fh_liftoff_from_image_thumbnail_20240626200233.jpeg",
              "credit": "SpaceX",
              "license": {
                "id": 5,
                "name": "CC BY-NC 2.0",
                "priority": 1,
                "link": "https://creativecommons.org/licenses/by-nc/2.0/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": 28.60822681,
            "longitude": -80.60428186,
            "country": {
              "id": 2,
              "name": "United States of America",
              "alpha_2_code": "US",
              "alpha_3_code": "USA",
              "nationality_name": "American",
              "nationality_name_composed": "Americano"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 221,
            "orbital_launch_attempt_count": 220,
            "fastest_turnaround": "P5DT6H20M30S",
            "location": {
              "response_mode": "normal",
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/27/?format=api",
              "name": "Kennedy Space Center, FL, USA",
              "celestial_body": {
                "response_mode": "normal",
                "id": 1,
                "name": "Earth",
                "type": {
                  "id": 1,
                  "name": "Planet"
                },
                "diameter": 12742000.0,
                "mass": 5.972168e+24,
                "gravity": 9.80655,
                "length_of_day": "1 00:00:00",
                "atmosphere": true,
                "image": {
                  "id": 2040,
                  "name": "Earth (Apollo 17)",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                  "credit": "NASA",
                  "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                  },
                  "single_use": true,
                  "variants": []
                },
                "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                "total_attempted_launches": 7470,
                "successful_launches": 6915,
                "failed_launches": 555,
                "total_attempted_landings": 1288,
                "successful_landings": 1241,
                "failed_landings": 47
              },
              "active": true,
              "country": {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
              },
              "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
              "image": {
                "id": 2200,
                "name": "Cape Canaveral & KSC seen from orbit (STS-43)",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_20240918151615.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cape_canaveral__image_thumbnail_20240918151616.jpeg",
                "credit": "NASA",
                "license": {
                  "id": 4,
                  "name": "NASA Image and Media Guidelines",
                  "priority": 0,
                  "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": true,
                "variants": []
              },
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
              "longitude": -80.650833,
              "latitude": 28.524167,
              "timezone_name": "America/New_York",
              "total_launch_count": 280,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 32,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/32/?format=api",
              "name": "Axiom Private Spaceflight",
              "image": {
                "id": 1899,
                "name": "Crew Dragon at sunrise with Axiom logo",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194101.jpeg",
                "credit": "Axiom Space",
                "license": {
                  "id": 6,
                  "name": "Axiom Space Licence",
                  "priority": 2,
                  "link": "https://www.axiomspace.com/terms-and-conditions"
                },
                "single_use": true,
                "variants": []
              },
              "info_url": "https://www.axiomspace.com/missions/",
              "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
              "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
              "agencies": [
                {
                  "response_mode": "list",
                  "id": 1022,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                  "name": "Axiom Space",
                  "abbrev": "AXS",
                  "type": {
                    "id": 5,
                    "name": "Private"
                  }
                }
              ],
              "start_date": "2022-04-08T00:00:00Z",
              "end_date": null,
              "mission_patches": [
                {
                  "id": 778,
                  "name": "Axiom Mission 2 Patch",
                  "priority": 10,
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                  "agency": {
                    "response_mode": "list",
                    "id": 1022,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                    "name": "Axiom Space",
                    "abbrev": "AXS",
                    "type": {
                      "id": 5,
                      "name": "Private"
                    }
                  },
                  "response_mode": "normal"
                },
                {
                  "id": 605,
                  "name": "Ax-1 Patch",
                  "priority": 10,
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
                  "agency": {
                    "response_mode": "list",
                    "id": 1022,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                    "name": "Axiom Space",
                    "abbrev": "AXS",
                    "type": {
                      "id": 5,
                      "name": "Private"
                    }
                  },
                  "response_mode": "normal"
                },
                {
                  "id": 901,
                  "name": "Ax-3 Patch",
                  "priority": 10,
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                  "agency": {
                    "response_mode": "list",
                    "id": 1022,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                    "name": "Axiom Space",
                    "abbrev": "AXS",
                    "type": {
                      "id": 5,
                      "name": "Private"
                    }
                  },
                  "response_mode": "normal"
                }
              ],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 6989,
          "location_launch_attempt_count": 267,
          "pad_launch_attempt_count": 209,
          "agency_launch_attempt_count": 530,
          "orbital_launch_attempt_count_year": 140,
          "location_launch_attempt_count_year": 15,
          "pad_launch_attempt_count_year": 15,
          "agency_launch_attempt_count_year": 81
        },
        "duration": "P20DT2H58M8S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    },
    {
      "id": 1651,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1651/?format=api",
      "attempt": false,
      "success": null,
      "description": "",
      "downrange_distance": null,
      "landing_location": {
        "id": 15,
        "name": "South Pacific",
        "active": true,
        "abbrev": "PAC",
        "description": "Pacific Ocean off the coast of Mahia Peninsula, New Zealand.",
        "location": {
          "response_mode": "normal",
          "id": 10,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/10/?format=api",
          "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
          "active": true,
          "country": {
            "id": 51,
            "name": "New Zealand",
            "alpha_2_code": "NZ",
            "alpha_3_code": "NZL",
            "nationality_name": "Kiwi",
            "nationality_name_composed": "Kiwi"
          },
          "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
          "image": {
            "id": 2206,
            "name": "Rocket Lab Launch Complex 1",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_laun_image_20240918164228.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_laun_image_thumbnail_20240918164228.jpeg",
            "credit": "Rocket Lab",
            "license": {
              "id": 7,
              "name": "Rocket Lab Image Use Policy",
              "priority": 3,
              "link": "https://www.rocketlabusa.com/about/gallery/"
            },
            "single_use": true,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
          "longitude": 177.86586,
          "latitude": -39.26085,
          "timezone_name": "Pacific/Auckland",
          "total_launch_count": 74,
          "total_landing_count": 17
        },
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 2245,
          "name": "New Zealand and the South Pacific Ocean",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_zealand_and_image_20240920094832.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_zealand_and_image_thumbnail_20240920094832.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": 4,
        "attempted_landings": 6,
        "failed_landings": 2,
        "celestial_body": {
          "response_mode": "normal",
          "id": 1,
          "name": "Earth",
          "type": {
            "id": 1,
            "name": "Planet"
          },
          "diameter": 12742000.0,
          "mass": 5.972168e+24,
          "gravity": 9.80655,
          "length_of_day": "1 00:00:00",
          "atmosphere": true,
          "image": {
            "id": 2040,
            "name": "Earth (Apollo 17)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
            "credit": "NASA",
            "license": {
              "id": 4,
              "name": "NASA Image and Media Guidelines",
              "priority": 0,
              "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
            },
            "single_use": true,
            "variants": []
          },
          "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
          "wiki_url": "https://en.wikipedia.org/wiki/Earth"
        }
      },
      "type": {
        "id": 7,
        "name": "Destructive Reentry",
        "abbrev": "ATM",
        "description": "Spacecraft burned up in the atmosphere"
      },
      "response_mode": "normal",
      "firststage": null,
      "spacecraftflight": {
        "id": 888,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/888/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-03-16T17:21:00Z",
        "spacecraft": {
          "response_mode": "normal",
          "id": 617,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/617/?format=api",
          "name": "Progress MS-31",
          "serial_number": "MS-31 (No.461)",
          "is_placeholder": false,
          "image": {
            "id": 1924,
            "name": "[AUTO] Progress-MS - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
            "credit": null,
            "license": {
              "id": 1,
              "name": "Unknown",
              "priority": 9,
              "link": null
            },
            "single_use": true,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "P255DT21H48M20S",
          "time_docked": "P253DT15H59M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-31 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 33,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "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"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 2,
                "name": "Progress",
                "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
                "manufacturer": {
                  "response_mode": "list",
                  "id": 1000,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                  "name": "Energia",
                  "abbrev": "OKB-1",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                "parent": null,
                "maiden_flight": "1978-01-20"
              }
            ],
            "in_use": true,
            "image": {
              "id": 1924,
              "name": "[AUTO] Progress-MS - image",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
              "credit": null,
              "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
              },
              "single_use": true,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "dc076ce3-bff6-434d-bfce-8eaaa9800067",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/dc076ce3-bff6-434d-bfce-8eaaa9800067/?format=api",
          "name": "Soyuz 2.1a | Progress MS-31 (92P)",
          "response_mode": "normal",
          "slug": "soyuz-21a-progress-ms-31-92p",
          "launch_designator": "2025-146",
          "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-07-22T10:39:40Z",
          "net": "2025-07-03T19:32:40Z",
          "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
          },
          "window_end": "2025-07-03T19:32:40Z",
          "window_start": "2025-07-03T19:32:40Z",
          "image": {
            "id": 1828,
            "name": "[AUTO] Soyuz 2.1a - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193857.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": 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"
            }
          },
          "rocket": {
            "id": 8429,
            "configuration": {
              "response_mode": "list",
              "id": 24,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/24/?format=api",
              "name": "Soyuz 2.1a",
              "families": [
                {
                  "response_mode": "list",
                  "id": 147,
                  "name": "Soyuz"
                },
                {
                  "response_mode": "list",
                  "id": 190,
                  "name": "Soyuz 2"
                }
              ],
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 7018,
            "name": "Progress MS-31 (92P)",
            "type": "Resupply",
            "description": "Progress resupply mission to the International 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": 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"
                },
                "featured": true,
                "country": [
                  {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                  }
                ],
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": 1992,
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image": {
                  "id": 25,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 177,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 89,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 340,
                "consecutive_successful_launches": 64,
                "successful_launches": 329,
                "failed_launches": 11,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 200,
                "failed_landings_spacecraft": 7,
                "attempted_landings_spacecraft": 207,
                "successful_landings_payload": 0,
                "failed_landings_payload": 1,
                "attempted_landings_payload": 1,
                "info_url": "https://en.roscosmos.ru/",
                "wiki_url": "https://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/20/?format=api",
            "active": true,
            "agencies": [],
            "name": "31/6",
            "image": {
              "id": 1467,
              "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
              "credit": "Roscosmos",
              "license": {
                "id": 14,
                "name": "Roscosmos Image Use Policy",
                "priority": 3,
                "link": "https://www.roscosmos.ru/22650/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": 45.996034,
            "longitude": 63.564003,
            "country": {
              "id": 44,
              "name": "Kazakhstan",
              "alpha_2_code": "KZ",
              "alpha_3_code": "KAZ",
              "nationality_name": "Kazakh",
              "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 427,
            "orbital_launch_attempt_count": 427,
            "fastest_turnaround": "P1DT23H9M9S",
            "location": {
              "response_mode": "normal",
              "id": 15,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "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": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
              },
              "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
              "image": {
                "id": 2198,
                "name": "Soyuz launch pad at the Baikonur Cosmodrome",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
                "credit": "NASA/Bill Ingalls",
                "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_15_20200803142517.jpg",
              "longitude": 63.305,
              "latitude": 45.965,
              "timezone_name": "Asia/Qyzylorda",
              "total_launch_count": 1561,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [
            {
              "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": 6999,
          "location_launch_attempt_count": 1556,
          "pad_launch_attempt_count": 423,
          "agency_launch_attempt_count": 332,
          "orbital_launch_attempt_count_year": 150,
          "location_launch_attempt_count_year": 3,
          "pad_launch_attempt_count_year": 3,
          "agency_launch_attempt_count_year": 3
        },
        "duration": "P255DT21H48M20S",
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "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": 1650,
      "url": "https://lldev.thespacedevs.com/2.3.0/landings/1650/?format=api",
      "attempt": true,
      "success": null,
      "description": "Soyuz MS-29 will land in Kazakhstan after its approximate 6 month mission on the ISS.",
      "downrange_distance": null,
      "landing_location": {
        "id": 19,
        "name": "Kazakhstan",
        "active": true,
        "abbrev": "KAZ",
        "description": "Deserts of Kazakhstan in Central Asia",
        "location": null,
        "longitude": null,
        "latitude": null,
        "image": {
          "id": 1056,
          "name": "Soyuz MS landing (MS-04)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191514.jpeg",
          "credit": "NASA/Bill Ingalls",
          "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": []
        },
        "successful_landings": 195,
        "attempted_landings": 202,
        "failed_landings": 7,
        "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": 887,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_flights/887/?format=api",
        "destination": "International Space Station",
        "mission_end": null,
        "spacecraft": {
          "response_mode": "normal",
          "id": 616,
          "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/616/?format=api",
          "name": "Soyuz MS-29",
          "serial_number": "11F732 #760",
          "is_placeholder": false,
          "image": {
            "id": 967,
            "name": "Soyuz MS in orbit (MS-19)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
            "credit": "ESA/NASA/T. Pesquet",
            "license": {
              "id": 2,
              "name": "ESA Standard Licence",
              "priority": 2,
              "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
            },
            "single_use": false,
            "variants": []
          },
          "in_space": false,
          "time_in_space": "P0D",
          "time_docked": "P0D",
          "flights_count": 0,
          "mission_ends_count": 0,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz capsule for the MS-29 mission to the ISS.",
          "spacecraft_config": {
            "response_mode": "normal",
            "id": 38,
            "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/38/?format=api",
            "name": "Soyuz MS",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "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"
              }
            },
            "family": [
              {
                "response_mode": "normal",
                "id": 1,
                "name": "Soyuz",
                "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
                "manufacturer": {
                  "response_mode": "list",
                  "id": 1000,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
                  "name": "Energia",
                  "abbrev": "OKB-1",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                },
                "parent": null,
                "maiden_flight": "1966-11-28"
              }
            ],
            "in_use": true,
            "image": {
              "id": 967,
              "name": "Soyuz MS in orbit (MS-19)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
              "credit": "ESA/NASA/T. Pesquet",
              "license": {
                "id": 2,
                "name": "ESA Standard Licence",
                "priority": 2,
                "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
              },
              "single_use": false,
              "variants": []
            }
          },
          "fastest_turnaround": null
        },
        "launch": {
          "id": "a556b963-0f36-4660-95a8-fdffdba653e2",
          "url": "https://lldev.thespacedevs.com/2.3.0/launches/a556b963-0f36-4660-95a8-fdffdba653e2/?format=api",
          "name": "Soyuz 2.1a | Soyuz MS-29",
          "response_mode": "normal",
          "slug": "soyuz-21a-soyuz-ms-29",
          "launch_designator": null,
          "status": {
            "id": 8,
            "name": "To Be Confirmed",
            "abbrev": "TBC",
            "description": "Awaiting official confirmation - current date is known with some certainty."
          },
          "last_updated": "2025-12-20T03:43:12Z",
          "net": "2026-07-14T14:43:00Z",
          "net_precision": {
            "id": 1,
            "name": "Minute",
            "abbrev": "MIN",
            "description": "The T-0 is accurate to the minute."
          },
          "window_end": "2026-07-14T14:43:00Z",
          "window_start": "2026-07-14T14:43:00Z",
          "image": {
            "id": 1828,
            "name": "[AUTO] Soyuz 2.1a - image",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193857.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": 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"
            }
          },
          "rocket": {
            "id": 8653,
            "configuration": {
              "response_mode": "list",
              "id": 24,
              "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/24/?format=api",
              "name": "Soyuz 2.1a",
              "families": [
                {
                  "response_mode": "list",
                  "id": 147,
                  "name": "Soyuz"
                },
                {
                  "response_mode": "list",
                  "id": 190,
                  "name": "Soyuz 2"
                }
              ],
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 7245,
            "name": "Soyuz MS-29",
            "type": "Human Exploration",
            "description": "Soyuz MS-29 will carry three cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. The crew consists of Roscosmos cosmonauts Pyotr Dubrov and Anna Kikina, as well as NASA astronaut Anil Menon.",
            "image": null,
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO",
              "celestial_body": {
                "response_mode": "list",
                "id": 1,
                "name": "Earth"
              }
            },
            "agencies": [
              {
                "response_mode": "normal",
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "abbrev": "NASA",
                "type": {
                  "id": 1,
                  "name": "Government"
                },
                "featured": true,
                "country": [
                  {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                  }
                ],
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Jared Isaacman",
                "founding_year": 1958,
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image": {
                  "id": 19,
                  "name": "[AUTO] National Aeronautics and Space Administration - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184631.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 161,
                  "name": "[AUTO] National Aeronautics and Space Administration - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185043.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 76,
                  "name": "[AUTO] National Aeronautics and Space Administration - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184823.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 142,
                "consecutive_successful_launches": 12,
                "successful_launches": 122,
                "failed_launches": 20,
                "pending_launches": 5,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 178,
                "failed_landings_spacecraft": 2,
                "attempted_landings_spacecraft": 180,
                "successful_landings_payload": 0,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 0,
                "info_url": "https://www.nasa.gov",
                "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                "social_media_links": []
              },
              {
                "response_mode": "normal",
                "id": 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"
                },
                "featured": true,
                "country": [
                  {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                  }
                ],
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": 1992,
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image": {
                  "id": 25,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "logo": {
                  "id": 177,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "social_logo": {
                  "id": 89,
                  "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
                  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
                  "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
                  "credit": null,
                  "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                  },
                  "single_use": true,
                  "variants": []
                },
                "total_launch_count": 340,
                "consecutive_successful_launches": 64,
                "successful_launches": 329,
                "failed_launches": 11,
                "pending_launches": 2,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 200,
                "failed_landings_spacecraft": 7,
                "attempted_landings_spacecraft": 207,
                "successful_landings_payload": 0,
                "failed_landings_payload": 1,
                "attempted_landings_payload": 1,
                "info_url": "https://en.roscosmos.ru/",
                "wiki_url": "https://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                "social_media_links": []
              }
            ],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.3.0/pads/20/?format=api",
            "active": true,
            "agencies": [],
            "name": "31/6",
            "image": {
              "id": 1467,
              "name": "Soyuz 2.1a liftoff from pad 31/6 (Progress MS-25)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1a_image_20231231162517.jpg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192846.jpeg",
              "credit": "Roscosmos",
              "license": {
                "id": 14,
                "name": "Roscosmos Image Use Policy",
                "priority": 3,
                "link": "https://www.roscosmos.ru/22650/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": 45.996034,
            "longitude": 63.564003,
            "country": {
              "id": 44,
              "name": "Kazakhstan",
              "alpha_2_code": "KZ",
              "alpha_3_code": "KAZ",
              "nationality_name": "Kazakh",
              "nationality_name_composed": "Kazakhstani"
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 427,
            "orbital_launch_attempt_count": 427,
            "fastest_turnaround": "P1DT23H9M9S",
            "location": {
              "response_mode": "normal",
              "id": 15,
              "url": "https://lldev.thespacedevs.com/2.3.0/locations/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "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": 44,
                "name": "Kazakhstan",
                "alpha_2_code": "KZ",
                "alpha_3_code": "KAZ",
                "nationality_name": "Kazakh",
                "nationality_name_composed": "Kazakhstani"
              },
              "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
              "image": {
                "id": 2198,
                "name": "Soyuz launch pad at the Baikonur Cosmodrome",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_20240918150530.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_launch_pa_image_thumbnail_20240918150530.jpeg",
                "credit": "NASA/Bill Ingalls",
                "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_15_20200803142517.jpg",
              "longitude": 63.305,
              "latitude": 45.965,
              "timezone_name": "Asia/Qyzylorda",
              "total_launch_count": 1561,
              "total_landing_count": 0
            }
          },
          "webcast_live": false,
          "program": [
            {
              "response_mode": "normal",
              "id": 8,
              "url": "https://lldev.thespacedevs.com/2.3.0/programs/8/?format=api",
              "name": "Soyuz",
              "image": {
                "id": 1892,
                "name": "[AUTO] Soyuz - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194048.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/Soyuz_programme",
              "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
              "agencies": [
                {
                  "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"
                  }
                },
                {
                  "response_mode": "list",
                  "id": 66,
                  "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
                  "name": "Soviet Space Program",
                  "abbrev": "CCCP",
                  "type": {
                    "id": 1,
                    "name": "Government"
                  }
                }
              ],
              "start_date": "1966-11-28T11:02: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": 7304,
          "location_launch_attempt_count": 1565,
          "pad_launch_attempt_count": 430,
          "agency_launch_attempt_count": 343,
          "orbital_launch_attempt_count_year": 131,
          "location_launch_attempt_count_year": 6,
          "pad_launch_attempt_count_year": 4,
          "agency_launch_attempt_count_year": 5
        },
        "duration": null,
        "turn_around_time": null,
        "response_mode": "normal"
      },
      "payloadflight": null
    }
  ]
}