Modes

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

Example - /payloads/?mode=list

Filters

Parameters - manufacturer__id, manufacturer__name, name, operator, operator__id, operator__name, program__id

Example - /payloads/?program__id=18

Fields searched - manufacturer__name, name, operator__name, payloadflight__destination, payloadflight__rocket__launch__name

Example - /payloads/?search=EarthCare

Ordering

Fields - id, name, payloadflight__rocket__launch__net

Example - /payloads/?ordering=-payloadflight__rocket__launch__net

Number of results

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

Example - /payloads/?limit=2

Format

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

Help

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

GET /2.3.0/payloads/?format=api&offset=10&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 38,
    "next": "https://ll.thespacedevs.com/2.3.0/payloads/?format=api&limit=10&offset=20&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.3.0/payloads/?format=api&limit=10&ordering=name",
    "results": [
        {
            "response_mode": "normal",
            "id": 11,
            "name": "EarthCARE",
            "type": {
                "id": 3,
                "name": "Earth Observation Satellite"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 81,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/81/?format=api",
                "name": "Astrium Satellites",
                "abbrev": "EADS",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "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": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 27,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.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": []
                }
            },
            "image": {
                "id": 2096,
                "name": "EarthCARE in orbit render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earthcare_in_or_image_20240518085905.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/earthcare_in_or_image_thumbnail_20240518085906.jpeg",
                "credit": "ESA/ATG medialab",
                "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": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/EarthCARE",
            "info_link": "https://earth.esa.int/eogateway/missions/earthcare",
            "program": [],
            "cost": null,
            "mass": 2350.0,
            "description": "EarthCARE (derived from Earth Cloud, Aerosol and Radiation Explorer) is a joint European/Japanese (ESA / JAXA / NICT) satellite, the sixth of ESA's Earth Explorer Programme."
        },
        {
            "response_mode": "normal",
            "id": 28,
            "name": "Europa Clipper",
            "type": {
                "id": 11,
                "name": "Probe"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 1090,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1090/?format=api",
                "name": "Jet Propulsion Laboratory",
                "abbrev": "JPL",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": false,
                "country": [
                    {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    }
                ],
                "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La Cañada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
                "administrator": "Director: Laurie Leshin",
                "founding_year": 1936,
                "launchers": "",
                "spacecraft": "",
                "parent": "National Aeronautics and Space Administration",
                "image": null,
                "logo": {
                    "id": 2343,
                    "name": "JPL logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_20250228202710.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_thumbnail_20250228202710.png",
                    "credit": "JPL-Caltech",
                    "license": {
                        "id": 3,
                        "name": "JPL Image Use Policy",
                        "priority": 1,
                        "link": "https://www.jpl.nasa.gov/jpl-image-use-policy"
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 2342,
                    "name": "JPL social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_social_logo_image_20250228202625.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_social_logo_image_thumbnail_20250228202625.jpeg",
                    "credit": "JPL-Caltech",
                    "license": {
                        "id": 3,
                        "name": "JPL Image Use Policy",
                        "priority": 1,
                        "link": "https://www.jpl.nasa.gov/jpl-image-use-policy"
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 44,
                "url": "https://ll.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": "Acting Administrator:  James Free",
                "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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.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": []
                }
            },
            "image": {
                "id": 2194,
                "name": "Europa Clipper",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper_image_20240830155142.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper_image_thumbnail_20240830155143.jpeg",
                "credit": "NASA/JPL-Caltech",
                "license": {
                    "id": 3,
                    "name": "JPL Image Use Policy",
                    "priority": 1,
                    "link": "https://www.jpl.nasa.gov/jpl-image-use-policy"
                },
                "single_use": true,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Europa_Clipper",
            "info_link": "https://europa.nasa.gov/",
            "program": [
                {
                    "response_mode": "list",
                    "id": 36,
                    "url": "https://ll.thespacedevs.com/2.3.0/programs/36/?format=api",
                    "name": "NASA Large Strategic Science Missions",
                    "image": {
                        "id": 1871,
                        "name": "[AUTO] NASA Large Strategic Science Missions - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa2520large_program_20240205122003.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194008.jpeg",
                        "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/Large_strategic_science_missions"
                }
            ],
            "cost": null,
            "mass": 6065.0,
            "description": "Europa Clipper (previously known as Europa Multiple Flyby Mission) is a space probe in development by NASA to study the Galilean moon Europa through a series of flybys while in orbit around Jupiter."
        },
        {
            "response_mode": "normal",
            "id": 24,
            "name": "Gold (EscaPADE)",
            "type": {
                "id": 9,
                "name": "Orbiter"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "abbrev": "RL",
                "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": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
                "administrator": "CEO: Peter Beck",
                "founding_year": 2006,
                "launchers": "Electron",
                "spacecraft": "",
                "parent": null,
                "image": {
                    "id": 24,
                    "name": "[AUTO] Rocket Lab - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184649.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "logo": {
                    "id": 176,
                    "name": "[AUTO] Rocket Lab - logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185115.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 88,
                    "name": "[AUTO] Rocket Lab - social_logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184840.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 44,
                "url": "https://ll.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": "Acting Administrator:  James Free",
                "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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.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": []
                }
            },
            "image": {
                "id": 2176,
                "name": "EscaPADE Twin Spacecrafts in the clean room.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/escapade_twin_s_image_20240816174925.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/escapade_twin_s_image_thumbnail_20240816174926.jpeg",
                "credit": "RocketLab",
                "license": {
                    "id": 7,
                    "name": "Rocket Lab Image Use Policy",
                    "priority": 3,
                    "link": "https://www.rocketlabusa.com/about/gallery/"
                },
                "single_use": false,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/EscaPADE",
            "info_link": "https://science.nasa.gov/mission/escapade/",
            "program": [
                {
                    "response_mode": "list",
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.3.0/programs/39/?format=api",
                    "name": "Small Innovative Missions for Planetary Exploration",
                    "image": null,
                    "info_url": "https://soma.larc.nasa.gov/simplex/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Small_Innovative_Missions_for_Planetary_Exploration"
                }
            ],
            "cost": null,
            "mass": 550.0,
            "description": "Each identical EscaPADE spacecraft has a dry mass of ~200 kg, with a wet mass of <550 kg. The spacecraft bus is originally adapted from the Rocket Lab Explorer (Photon) third stage and is approximately 60 x 70 x 90 cm. The spacecraft is powered by two 480 x 70 cm solar array wings. Chemical propulsion is provided by thrusters from ArianeSpace. Reaction wheels, inertial measurement units, and staQr trackers are used to maintain orientation, with cold gas thrusters to desaturate the wheels. Communications are in X-band via a 60 cm diameter dish antenna. A 200 cm boom extends above the spacecraft, hosting the EMAG and ELP mNLP sensors."
        },
        {
            "response_mode": "normal",
            "id": 12,
            "name": "Hakuto-R M1",
            "type": {
                "id": 2,
                "name": "Lunar Lander"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 1091,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1091/?format=api",
                "name": "ispace",
                "abbrev": "ispace",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 28,
                        "name": "Japan",
                        "alpha_2_code": "JP",
                        "alpha_3_code": "JPN",
                        "nationality_name": "Japanese",
                        "nationality_name_composed": "Nippo"
                    }
                ],
                "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
                "administrator": "Founder: Takeshi Hakamada",
                "founding_year": 2010,
                "launchers": "",
                "spacecraft": "Hakuto-R",
                "parent": null,
                "image": null,
                "logo": {
                    "id": 2305,
                    "name": "ispace logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_thumbnail_20250114201943.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 2306,
                    "name": "ispace social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_20250115080842.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_thumbnail_20250115080843.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 1091,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1091/?format=api",
                "name": "ispace",
                "abbrev": "ispace",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 28,
                        "name": "Japan",
                        "alpha_2_code": "JP",
                        "alpha_3_code": "JPN",
                        "nationality_name": "Japanese",
                        "nationality_name_composed": "Nippo"
                    }
                ],
                "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
                "administrator": "Founder: Takeshi Hakamada",
                "founding_year": 2010,
                "launchers": "",
                "spacecraft": "Hakuto-R",
                "parent": null,
                "image": null,
                "logo": {
                    "id": 2305,
                    "name": "ispace logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_thumbnail_20250114201943.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 2306,
                    "name": "ispace social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_20250115080842.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_thumbnail_20250115080843.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "image": {
                "id": 2097,
                "name": "Hakuto-R model at IAC 2022.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hakuto-r_model__image_20240518091133.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hakuto-r_model__image_thumbnail_20240518091134.jpeg",
                "credit": "Artvill",
                "license": {
                    "id": 20,
                    "name": "CC BY-SA 4.0",
                    "priority": 6,
                    "link": "https://creativecommons.org/licenses/by-sa/4.0/"
                },
                "single_use": true,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Hakuto-R_Mission_1",
            "info_link": "https://ispace-inc.com/m1",
            "program": [],
            "cost": null,
            "mass": 1000.0,
            "description": "Hakuto-R Mission 1 was a failed private Japanese uncrewed lunar landing mission built and operated by ispace, which was launched in December 2022 for an attempted lunar landing in April 2023."
        },
        {
            "response_mode": "normal",
            "id": 34,
            "name": "Hakuto-R M2 (Resilience)",
            "type": {
                "id": 2,
                "name": "Lunar Lander"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 1091,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1091/?format=api",
                "name": "ispace",
                "abbrev": "ispace",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 28,
                        "name": "Japan",
                        "alpha_2_code": "JP",
                        "alpha_3_code": "JPN",
                        "nationality_name": "Japanese",
                        "nationality_name_composed": "Nippo"
                    }
                ],
                "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
                "administrator": "Founder: Takeshi Hakamada",
                "founding_year": 2010,
                "launchers": "",
                "spacecraft": "Hakuto-R",
                "parent": null,
                "image": null,
                "logo": {
                    "id": 2305,
                    "name": "ispace logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_thumbnail_20250114201943.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 2306,
                    "name": "ispace social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_20250115080842.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_thumbnail_20250115080843.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 1091,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1091/?format=api",
                "name": "ispace",
                "abbrev": "ispace",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 28,
                        "name": "Japan",
                        "alpha_2_code": "JP",
                        "alpha_3_code": "JPN",
                        "nationality_name": "Japanese",
                        "nationality_name_composed": "Nippo"
                    }
                ],
                "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
                "administrator": "Founder: Takeshi Hakamada",
                "founding_year": 2010,
                "launchers": "",
                "spacecraft": "Hakuto-R",
                "parent": null,
                "image": null,
                "logo": {
                    "id": 2305,
                    "name": "ispace logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_thumbnail_20250114201943.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 2306,
                    "name": "ispace social logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_20250115080842.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_social_l_image_thumbnail_20250115080843.png",
                    "credit": "ispace",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "image": {
                "id": 2307,
                "name": "Hakuto-R M2 (Resilience) during encapsulation",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hakuto-r_m2_25_image_20250114202541.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hakuto-r_m2_25_image_thumbnail_20250114202541.jpeg",
                "credit": "ispace",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Hakuto-R_Mission_2",
            "info_link": "",
            "program": [],
            "cost": null,
            "mass": 340.0,
            "description": "Hakuto-R Mission 2 is a robotic lunar landing mission. Developed by ispace, the lander will deliver a new micro rover manufactured by the company, and other payloads. Like Hakuto-R Mission 1 this mission will serve as a technology demonstration, with the final goal of providing reliable transportation and data services on the moon."
        },
        {
            "response_mode": "normal",
            "id": 29,
            "name": "Hera",
            "type": {
                "id": 9,
                "name": "Orbiter"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/77/?format=api",
                "name": "OHB System",
                "abbrev": "OHB",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 4,
                        "name": "Germany",
                        "alpha_2_code": "DE",
                        "alpha_3_code": "DEU",
                        "nationality_name": "German",
                        "nationality_name_composed": "Germano"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 27,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.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-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                    "thumbnail_url": "https://thespacedevs-prod.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": []
                }
            },
            "image": {
                "id": 2265,
                "name": "Hera being enclosed within its launcher fairing.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hera_being_encl_image_20241025183407.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hera_being_encl_image_thumbnail_20241025183408.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Hera_(space_mission)",
            "info_link": "https://www.esa.int/Space_Safety/Hera",
            "program": [],
            "cost": 401000000,
            "mass": 1128.0,
            "description": "Hera is a spacecraft developed by the European Space Agency for its space safety program. Its primary mission objective is to study the Didymos binary asteroid system that was impacted four years earlier by the NASA Double Asteroid Redirection Test (DART) spacecraft and contribute to validation of the kinetic impact method to deviate a near-Earth asteroid from a colliding trajectory with Earth."
        },
        {
            "response_mode": "normal",
            "id": 14,
            "name": "Hubble Space Telescope",
            "type": {
                "id": 6,
                "name": "Space Telescope"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "abbrev": "LMT",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "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": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
                "administrator": null,
                "founding_year": 1953,
                "launchers": "Titan | Agena",
                "spacecraft": "Hubble | JUNO | InSight",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 1086,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/1086/?format=api",
                "name": "NASA Goddard Space Flight Center",
                "abbrev": "GSFC",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": false,
                "country": [
                    {
                        "id": 2,
                        "name": "United States of America",
                        "alpha_2_code": "US",
                        "alpha_3_code": "USA",
                        "nationality_name": "American",
                        "nationality_name_composed": "Americano"
                    }
                ],
                "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
                "administrator": "Director: Makenzie Lystrup",
                "founding_year": 1959,
                "launchers": "",
                "spacecraft": "",
                "parent": "National Aeronautics and Space Administration",
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "image": {
                "id": 2108,
                "name": "NASA’s Hubble Space Telescope on May 19, 2009. STS-125",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa25e22580_image_20240604063757.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa25e22580_image_thumbnail_20240604063759.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": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Hubble_Space_Telescope",
            "info_link": "",
            "program": [
                {
                    "response_mode": "list",
                    "id": 36,
                    "url": "https://ll.thespacedevs.com/2.3.0/programs/36/?format=api",
                    "name": "NASA Large Strategic Science Missions",
                    "image": {
                        "id": 1871,
                        "name": "[AUTO] NASA Large Strategic Science Missions - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa2520large_program_20240205122003.jpeg",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194008.jpeg",
                        "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/Large_strategic_science_missions"
                }
            ],
            "cost": null,
            "mass": 11110.0,
            "description": "The Hubble Space Telescope (often referred to as HST or Hubble) is a space telescope that was launched into low Earth orbit in 1990 and remains in operation. It was not the first space telescope, but it is one of the largest and most versatile, renowned as a vital research tool and as a public relations boon for astronomy. The Hubble telescope is named after astronomer Edwin Hubble and is one of NASA's Great Observatories. The Space Telescope Science Institute (STScI) selects Hubble's targets and processes the resulting data, while the Goddard Space Flight Center (GSFC) controls the spacecraft."
        },
        {
            "response_mode": "normal",
            "id": 17,
            "name": "Intelsat 10-02",
            "type": {
                "id": 7,
                "name": "In-Orbit Servicing"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 81,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/81/?format=api",
                "name": "Astrium Satellites",
                "abbrev": "EADS",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "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": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 206,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/206/?format=api",
                "name": "Intelsat",
                "abbrev": "I",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "image": {
                "id": 2155,
                "name": "Intelsat 10-02 seen from MEV-2",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intelsat_10-02__image_20240812190041.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intelsat_10-02__image_thumbnail_20240812190041.jpeg",
                "credit": "Northrop Grumman",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Intelsat_10-02",
            "info_link": "",
            "program": [],
            "cost": null,
            "mass": 5576.0,
            "description": "Intelsat 10-02 (or IS 10-02, Intelsat 1002, IS-1002, Intelsat Alpha-2, Intelsat X-02 and Thor 10-02) is a communications satellite operated by Intelsat. Intelsat 10-02 is the first operational communications satellite to have its service life extended by Mission Extension Vehicle-2, while still in service, in 2021."
        },
        {
            "response_mode": "normal",
            "id": 19,
            "name": "Intelsat 603",
            "type": {
                "id": 1,
                "name": "Unknown"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 243,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/243/?format=api",
                "name": "Hughes",
                "abbrev": "HUGH",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "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": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 206,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/206/?format=api",
                "name": "Intelsat",
                "abbrev": "I",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "image": {
                "id": 2157,
                "name": "Astronauts working on Intelsat 603 during STS-49",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astronauts_work_image_20240812192724.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astronauts_work_image_thumbnail_20240812192725.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": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Intelsat_603",
            "info_link": "",
            "program": [],
            "cost": null,
            "mass": 4215.0,
            "description": "Intelsat 603 or IS-603, previously named Intelsat VI F-3, is a communications satellite operated by Intelsat. Launched in 1990, it was the second of five Intelsat VI satellites to be launched. The Intelsat VI series was constructed by Hughes Aircraft, based on the HS-389 satellite bus."
        },
        {
            "response_mode": "normal",
            "id": 15,
            "name": "Intelsat 901",
            "type": {
                "id": 1,
                "name": "Unknown"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/83/?format=api",
                "name": "Space Systems/Loral",
                "abbrev": "SSL",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "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": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "operator": {
                "response_mode": "normal",
                "id": 206,
                "url": "https://ll.thespacedevs.com/2.3.0/agencies/206/?format=api",
                "name": "Intelsat",
                "abbrev": "I",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                },
                "featured": false,
                "country": [
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    }
                ],
                "description": null,
                "administrator": null,
                "founding_year": null,
                "launchers": "",
                "spacecraft": "",
                "parent": null,
                "image": null,
                "logo": null,
                "social_logo": null
            },
            "image": {
                "id": 2154,
                "name": "Intelsat 901 satellite seen in orbit by MEV-1",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intelsat_901_sa_image_20240812184307.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intelsat_901_sa_image_thumbnail_20240812184310.jpeg",
                "credit": "Northrop Grumman",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Intelsat_901",
            "info_link": "",
            "program": [],
            "cost": null,
            "mass": 4725.0,
            "description": "Intelsat 901 (IS-901) is the first of nine new Intelsat satellites launched in June 2001 at 18° West, providing Ku-band spot beam coverage for Europe and C-band coverage for the Atlantic Ocean region. It is capable of selectable split uplink for Satellite news gathering (SNG), tailored for increased communications demands such as DTH and Internet."
        }
    ]
}