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 - ll.thespacedevs.com/docs

GET /2.3.0/landings/1338/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1338,
    "url": "https://ll.thespacedevs.com/2.3.0/landings/1338/?format=api",
    "attempt": true,
    "success": true,
    "description": "Although SLIM landed successfully, it landed on the wrong side with the solar panels oriented westwards facing opposite the Sun at the start of the lunar day, thereby failing to generate enough power.",
    "downrange_distance": null,
    "landing_location": {
        "id": 37,
        "name": "Shioli crater",
        "active": true,
        "abbrev": "SC",
        "description": "Shioli is a small lunar impact crater that is located within the much larger Cyrillus crater on the near side of the Moon. It is a young crater with a prominent ray system.",
        "location": null,
        "longitude": 25.24889,
        "latitude": -13.31549,
        "image": {
            "id": 2243,
            "name": "Shioli crater imaged by the LRO",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shioli_crater_i_image_20240920094627.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shioli_crater_i_image_thumbnail_20240920094627.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": 1,
        "attempted_landings": 1,
        "failed_landings": 0,
        "celestial_body": {
            "response_mode": "normal",
            "id": 2,
            "name": "Moon",
            "type": {
                "id": 2,
                "name": "Moon"
            },
            "diameter": 3474800.0,
            "mass": 7.342e+22,
            "gravity": 1.622,
            "length_of_day": "27 07:43:12",
            "atmosphere": false,
            "image": {
                "id": 2041,
                "name": "Moon (Apollo 11)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_thumbnail_20240402195408.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "description": "The Moon is Earth's only natural satellite.",
            "wiki_url": "https://en.wikipedia.org/wiki/Moon"
        }
    },
    "type": {
        "id": 9,
        "name": "Vertical Landing",
        "abbrev": "VL",
        "description": "Vertical landing using engines"
    },
    "response_mode": "detailed",
    "firststage": null,
    "spacecraftflight": null,
    "payloadflight": {
        "response_mode": "detailed",
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.3.0/payload_flights/3/?format=api",
        "destination": "Moon",
        "amount": 1,
        "payload": {
            "response_mode": "detailed",
            "id": 3,
            "name": "Smart Lander for Investigating Moon (SLIM)",
            "type": {
                "id": 2,
                "name": "Lunar Lander"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 1085,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1085/?format=api",
                "name": "Mitsubishi Electric Corporation",
                "abbrev": "MELCO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 28,
                        "name": "Japan",
                        "alpha_2_code": "JP",
                        "alpha_3_code": "JPN",
                        "nationality_name": "Japanese",
                        "nationality_name_composed": "Nippo"
                    }
                ],
                "description": "Mitsubishi Electric Corporation is a Japanese multinational electronics and electrical equipment manufacturing company headquartered in Tokyo, Japan. It was established in 1921 as a spin-off from the electrical machinery manufacturing business of Mitsubishi Shipbuilding (current Mitsubishi Heavy Industries) at the Kobe Shipyard. The products from MELCO include elevators and escalators, high-end home appliances, air conditioning, factory automation systems, train systems, electric motors, pumps, semiconductors, digital signage, and satellites.",
                "administrator": "President & CEO: Kei Uruma",
                "founding_year": 1921,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": {
                    "id": 2014,
                    "name": "Mitsubishi Electric Corporation logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mitsubishi_elec_image_20240317182211.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mitsubishi_elec_image_thumbnail_20240317182213.png",
                    "credit": "Mitsubishi Electric Corporation",
                    "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": 1,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 1,
                "info_url": "https://www.mitsubishielectric.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mitsubishi_Electric",
                "social_media_links": []
            },
            "operator": {
                "response_mode": "normal",
                "id": 37,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                    "thumbnail_url": "https://thespacedevs-prod.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": 36,
                "consecutive_successful_launches": 1,
                "successful_launches": 32,
                "failed_launches": 4,
                "pending_launches": 4,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "successful_landings_spacecraft": 0,
                "failed_landings_spacecraft": 0,
                "attempted_landings_spacecraft": 0,
                "successful_landings_payload": 1,
                "failed_landings_payload": 0,
                "attempted_landings_payload": 1,
                "info_url": "http://www.jaxa.jp/",
                "wiki_url": "http://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                "social_media_links": []
            },
            "image": {
                "id": 1111,
                "name": "SLIM landed on the moon render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/slim_lunar_land_image_20230907070424.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191651.png",
                "credit": "JAXA",
                "license": {
                    "id": 9,
                    "name": "JAXA Image Usage Policy",
                    "priority": 8,
                    "link": "https://global.jaxa.jp/policy.html"
                },
                "single_use": false,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Smart_Lander_for_Investigating_Moon",
            "info_link": "https://www.isas.jaxa.jp/home/slim/SLIM/index.html",
            "program": [],
            "cost": 121500000,
            "mass": 590.0,
            "description": "SLIM, a lunar lander by JAXA, aimed to achieve high-precision landing on the Moon. It uses technology inspired by facial recognition to identify craters and data from a previous lunar mission to pinpoint its location.  With a target accuracy of 100 meters, it aimed to be much more precise than the Apollo 11 lunar module which had an landing ellipse of 20 kilometers by 5 kilometers."
        },
        "launch": {
            "id": "2ba0b63c-e5f6-4899-b588-387c7c8e71ca",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/2ba0b63c-e5f6-4899-b588-387c7c8e71ca/?format=api",
            "name": "H-IIA 202 | XRISM & SLIM",
            "response_mode": "normal",
            "slug": "h-iia-202-xrism-slim",
            "launch_designator": "2023-137",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-17T18:27:34Z",
            "net": "2023-09-06T23:42:11Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2023-09-06T23:42:11Z",
            "window_start": "2023-09-06T23:42:11Z",
            "image": {
                "id": 1482,
                "name": "H-IIA 202 liftoff (XRISM & SLIM)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_thumbnail_20240325123250.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": 37,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "abbrev": "JAXA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "rocket": {
                "id": 175,
                "configuration": {
                    "response_mode": "list",
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.3.0/launcher_configurations/32/?format=api",
                    "name": "H-IIA",
                    "families": [
                        {
                            "response_mode": "list",
                            "id": 88,
                            "name": "H-II"
                        }
                    ],
                    "full_name": "H-IIA 202",
                    "variant": "202"
                }
            },
            "mission": {
                "id": 685,
                "name": "XRISM & SLIM",
                "type": "Astrophysics",
                "description": "X-Ray Imaging and Spectroscopy Mission (XRISM), formerly the X-Ray Astronomy Recovery Mission (XARM), is a replacement for the Hitomi satellite that malfunctioned few weeks after the launch. \r\n\r\nSmart Lander for Investigating Moon (SLIM) is a lunar probe that will target a landing on a small crater in Mare Nectaris, an area located near the moon's equator on the side facing Earth.",
                "image": null,
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO",
                    "celestial_body": {
                        "response_mode": "list",
                        "id": 1,
                        "name": "Earth"
                    }
                },
                "agencies": [
                    {
                        "response_mode": "normal",
                        "id": 37,
                        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                            "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                            "thumbnail_url": "https://thespacedevs-prod.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": 36,
                        "consecutive_successful_launches": 1,
                        "successful_launches": 32,
                        "failed_launches": 4,
                        "pending_launches": 4,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "successful_landings_spacecraft": 0,
                        "failed_landings_spacecraft": 0,
                        "attempted_landings_spacecraft": 0,
                        "successful_landings_payload": 1,
                        "failed_landings_payload": 0,
                        "attempted_landings_payload": 1,
                        "info_url": "http://www.jaxa.jp/",
                        "wiki_url": "http://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
                        "social_media_links": []
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.3.0/pads/41/?format=api",
                "active": true,
                "agencies": [
                    {
                        "response_mode": "normal",
                        "id": 37,
                        "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
                            "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png",
                            "thumbnail_url": "https://thespacedevs-prod.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-1",
                "image": {
                    "id": 1520,
                    "name": "H-IIA 202 liftoff from LP-1 (IGS Radar 7)",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia25202022_image_20240101101918.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193026.jpeg",
                    "credit": "Mitsubishi Heavy Industries",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "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.400813,130.977748",
                "latitude": 30.400813,
                "longitude": 130.977748,
                "country": {
                    "id": 28,
                    "name": "Japan",
                    "alpha_2_code": "JP",
                    "alpha_3_code": "JPN",
                    "nationality_name": "Japanese",
                    "nationality_name_composed": "Nippo"
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_41_20200803143551.jpg",
                "total_launch_count": 56,
                "orbital_launch_attempt_count": 56,
                "fastest_turnaround": "P25DT4H54M",
                "location": {
                    "response_mode": "normal",
                    "id": 26,
                    "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
                            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
                            "credit": "NASA",
                            "license": {
                                "id": 4,
                                "name": "NASA Image and Media Guidelines",
                                "priority": 0,
                                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                            },
                            "single_use": true,
                            "variants": []
                        },
                        "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
                        "wiki_url": "https://en.wikipedia.org/wiki/Earth",
                        "total_attempted_launches": 7140,
                        "successful_launches": 6598,
                        "failed_launches": 542,
                        "total_attempted_landings": 1098,
                        "successful_landings": 1055,
                        "failed_landings": 43
                    },
                    "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-prod.nyc3.digitaloceanspaces.com/media/images/tanegashima_spa_image_20240920081514.jpg",
                        "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "longitude": 130.97,
                    "latitude": 30.4,
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                }
            },
            "webcast_live": false,
            "program": [],
            "orbital_launch_attempt_count": 6512,
            "location_launch_attempt_count": 88,
            "pad_launch_attempt_count": 54,
            "agency_launch_attempt_count": 36,
            "orbital_launch_attempt_count_year": 144,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 1
        },
        "docking_events": []
    }
}