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

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

{
    "count": 35,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/payloads/?format=api&limit=10&offset=20&ordering=-payloadflight__rocket__launch__net",
    "results": [
        {
            "response_mode": "normal",
            "id": 29,
            "name": "Hera",
            "type": {
                "id": 9,
                "name": "Orbiter"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 77,
                "url": "https://lldev.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://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA",
                "type": {
                    "id": 2,
                    "name": "Multinational"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "id": 3,
                        "name": "Italy",
                        "alpha_2_code": "IT",
                        "alpha_3_code": "ITA",
                        "nationality_name": "Italian",
                        "nationality_name_composed": "Italo"
                    },
                    {
                        "id": 4,
                        "name": "Germany",
                        "alpha_2_code": "DE",
                        "alpha_3_code": "DEU",
                        "nationality_name": "German",
                        "nationality_name_composed": "Germano"
                    },
                    {
                        "id": 7,
                        "name": "Spain",
                        "alpha_2_code": "ES",
                        "alpha_3_code": "ESP",
                        "nationality_name": "Spanish",
                        "nationality_name_composed": "Hispano"
                    },
                    {
                        "id": 8,
                        "name": "Switzerland",
                        "alpha_2_code": "CH",
                        "alpha_3_code": "CHE",
                        "nationality_name": "Swiss",
                        "nationality_name_composed": "Swiss"
                    },
                    {
                        "id": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    },
                    {
                        "id": 11,
                        "name": "Austria",
                        "alpha_2_code": "AT",
                        "alpha_3_code": "AUT",
                        "nationality_name": "Austrian",
                        "nationality_name_composed": "Austro"
                    },
                    {
                        "id": 15,
                        "name": "Sweden",
                        "alpha_2_code": "SE",
                        "alpha_3_code": "SWE",
                        "nationality_name": "Swedish",
                        "nationality_name_composed": "Swedo"
                    },
                    {
                        "id": 23,
                        "name": "Portugal",
                        "alpha_2_code": "PT",
                        "alpha_3_code": "PRT",
                        "nationality_name": "Portuguese",
                        "nationality_name_composed": "Luso"
                    },
                    {
                        "id": 27,
                        "name": "Netherlands",
                        "alpha_2_code": "NL",
                        "alpha_3_code": "NLD",
                        "nationality_name": "Dutch",
                        "nationality_name_composed": "Dutch"
                    },
                    {
                        "id": 31,
                        "name": "Hungary",
                        "alpha_2_code": "HU",
                        "alpha_3_code": "HUN",
                        "nationality_name": "Hungarian",
                        "nationality_name_composed": "Hungarian"
                    },
                    {
                        "id": 39,
                        "name": "Poland",
                        "alpha_2_code": "PL",
                        "alpha_3_code": "POL",
                        "nationality_name": "Polish",
                        "nationality_name_composed": "Polono"
                    },
                    {
                        "id": 45,
                        "name": "Denmark",
                        "alpha_2_code": "DK",
                        "alpha_3_code": "DNK",
                        "nationality_name": "Danish",
                        "nationality_name_composed": "Dano"
                    },
                    {
                        "id": 46,
                        "name": "Czechia",
                        "alpha_2_code": "CZ",
                        "alpha_3_code": "CZE",
                        "nationality_name": "Czech",
                        "nationality_name_composed": "Czech"
                    },
                    {
                        "id": 47,
                        "name": "Romania",
                        "alpha_2_code": "RO",
                        "alpha_3_code": "ROU",
                        "nationality_name": "Romanian",
                        "nationality_name_composed": "Romanian"
                    },
                    {
                        "id": 49,
                        "name": "Norway",
                        "alpha_2_code": "NO",
                        "alpha_3_code": "NOR",
                        "nationality_name": "Norwegian",
                        "nationality_name_composed": "Norwegian"
                    },
                    {
                        "id": 77,
                        "name": "Finland",
                        "alpha_2_code": "FI",
                        "alpha_3_code": "FIN",
                        "nationality_name": "Finnish",
                        "nationality_name_composed": "Finno"
                    },
                    {
                        "id": 78,
                        "name": "Greece",
                        "alpha_2_code": "GR",
                        "alpha_3_code": "GRC",
                        "nationality_name": "Greek",
                        "nationality_name_composed": "Greco"
                    },
                    {
                        "id": 80,
                        "name": "Estonia",
                        "alpha_2_code": "EE",
                        "alpha_3_code": "EST",
                        "nationality_name": "Estonian",
                        "nationality_name_composed": "Estonian"
                    },
                    {
                        "id": 81,
                        "name": "Ireland",
                        "alpha_2_code": "IE",
                        "alpha_3_code": "IRL",
                        "nationality_name": "Irish",
                        "nationality_name_composed": "Irish"
                    },
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    },
                    {
                        "id": 20,
                        "name": "Belgium",
                        "alpha_2_code": "BE",
                        "alpha_3_code": "BEL",
                        "nationality_name": "Belgian",
                        "nationality_name_composed": "Belgo"
                    },
                    {
                        "id": 86,
                        "name": "Slovenia",
                        "alpha_2_code": "SI",
                        "alpha_3_code": "SVN",
                        "nationality_name": "Slovenian",
                        "nationality_name_composed": "Slovenian"
                    }
                ],
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": 1975,
                "launchers": "Ariane | Vega",
                "spacecraft": "Space Rider",
                "parent": null,
                "image": {
                    "id": 2324,
                    "name": "ESA patch floating in the ISS Cupola",
                    "image_url": "https://thespacedevs-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": 27,
            "name": "Sentinel-2C",
            "type": {
                "id": 3,
                "name": "Earth Observation Satellite"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 78,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/78/?format=api",
                "name": "Thales Alenia Space",
                "abbrev": "THALES",
                "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": 3,
                        "name": "Italy",
                        "alpha_2_code": "IT",
                        "alpha_3_code": "ITA",
                        "nationality_name": "Italian",
                        "nationality_name_composed": "Italo"
                    }
                ],
                "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://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA",
                "type": {
                    "id": 2,
                    "name": "Multinational"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "id": 3,
                        "name": "Italy",
                        "alpha_2_code": "IT",
                        "alpha_3_code": "ITA",
                        "nationality_name": "Italian",
                        "nationality_name_composed": "Italo"
                    },
                    {
                        "id": 4,
                        "name": "Germany",
                        "alpha_2_code": "DE",
                        "alpha_3_code": "DEU",
                        "nationality_name": "German",
                        "nationality_name_composed": "Germano"
                    },
                    {
                        "id": 7,
                        "name": "Spain",
                        "alpha_2_code": "ES",
                        "alpha_3_code": "ESP",
                        "nationality_name": "Spanish",
                        "nationality_name_composed": "Hispano"
                    },
                    {
                        "id": 8,
                        "name": "Switzerland",
                        "alpha_2_code": "CH",
                        "alpha_3_code": "CHE",
                        "nationality_name": "Swiss",
                        "nationality_name_composed": "Swiss"
                    },
                    {
                        "id": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    },
                    {
                        "id": 11,
                        "name": "Austria",
                        "alpha_2_code": "AT",
                        "alpha_3_code": "AUT",
                        "nationality_name": "Austrian",
                        "nationality_name_composed": "Austro"
                    },
                    {
                        "id": 15,
                        "name": "Sweden",
                        "alpha_2_code": "SE",
                        "alpha_3_code": "SWE",
                        "nationality_name": "Swedish",
                        "nationality_name_composed": "Swedo"
                    },
                    {
                        "id": 23,
                        "name": "Portugal",
                        "alpha_2_code": "PT",
                        "alpha_3_code": "PRT",
                        "nationality_name": "Portuguese",
                        "nationality_name_composed": "Luso"
                    },
                    {
                        "id": 27,
                        "name": "Netherlands",
                        "alpha_2_code": "NL",
                        "alpha_3_code": "NLD",
                        "nationality_name": "Dutch",
                        "nationality_name_composed": "Dutch"
                    },
                    {
                        "id": 31,
                        "name": "Hungary",
                        "alpha_2_code": "HU",
                        "alpha_3_code": "HUN",
                        "nationality_name": "Hungarian",
                        "nationality_name_composed": "Hungarian"
                    },
                    {
                        "id": 39,
                        "name": "Poland",
                        "alpha_2_code": "PL",
                        "alpha_3_code": "POL",
                        "nationality_name": "Polish",
                        "nationality_name_composed": "Polono"
                    },
                    {
                        "id": 45,
                        "name": "Denmark",
                        "alpha_2_code": "DK",
                        "alpha_3_code": "DNK",
                        "nationality_name": "Danish",
                        "nationality_name_composed": "Dano"
                    },
                    {
                        "id": 46,
                        "name": "Czechia",
                        "alpha_2_code": "CZ",
                        "alpha_3_code": "CZE",
                        "nationality_name": "Czech",
                        "nationality_name_composed": "Czech"
                    },
                    {
                        "id": 47,
                        "name": "Romania",
                        "alpha_2_code": "RO",
                        "alpha_3_code": "ROU",
                        "nationality_name": "Romanian",
                        "nationality_name_composed": "Romanian"
                    },
                    {
                        "id": 49,
                        "name": "Norway",
                        "alpha_2_code": "NO",
                        "alpha_3_code": "NOR",
                        "nationality_name": "Norwegian",
                        "nationality_name_composed": "Norwegian"
                    },
                    {
                        "id": 77,
                        "name": "Finland",
                        "alpha_2_code": "FI",
                        "alpha_3_code": "FIN",
                        "nationality_name": "Finnish",
                        "nationality_name_composed": "Finno"
                    },
                    {
                        "id": 78,
                        "name": "Greece",
                        "alpha_2_code": "GR",
                        "alpha_3_code": "GRC",
                        "nationality_name": "Greek",
                        "nationality_name_composed": "Greco"
                    },
                    {
                        "id": 80,
                        "name": "Estonia",
                        "alpha_2_code": "EE",
                        "alpha_3_code": "EST",
                        "nationality_name": "Estonian",
                        "nationality_name_composed": "Estonian"
                    },
                    {
                        "id": 81,
                        "name": "Ireland",
                        "alpha_2_code": "IE",
                        "alpha_3_code": "IRL",
                        "nationality_name": "Irish",
                        "nationality_name_composed": "Irish"
                    },
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    },
                    {
                        "id": 20,
                        "name": "Belgium",
                        "alpha_2_code": "BE",
                        "alpha_3_code": "BEL",
                        "nationality_name": "Belgian",
                        "nationality_name_composed": "Belgo"
                    },
                    {
                        "id": 86,
                        "name": "Slovenia",
                        "alpha_2_code": "SI",
                        "alpha_3_code": "SVN",
                        "nationality_name": "Slovenian",
                        "nationality_name_composed": "Slovenian"
                    }
                ],
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": 1975,
                "launchers": "Ariane | Vega",
                "spacecraft": "Space Rider",
                "parent": null,
                "image": {
                    "id": 2324,
                    "name": "ESA patch floating in the ISS Cupola",
                    "image_url": "https://thespacedevs-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": 2193,
                "name": "Sentinel 2c",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sentinel_2c_image_20240830150409.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sentinel_2c_image_thumbnail_20240830150409.jpeg",
                "credit": "ESA-CNES-ARIANESPACE/Optique vidéo du CSG–S. Martin",
                "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/Sentinel-2",
            "info_link": "https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-2",
            "program": [
                {
                    "response_mode": "list",
                    "id": 22,
                    "url": "https://lldev.thespacedevs.com/2.3.0/programs/22/?format=api",
                    "name": "Copernicus",
                    "image": {
                        "id": 1879,
                        "name": "[AUTO] Copernicus - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194023.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "info_url": "https://www.copernicus.eu",
                    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
                }
            ],
            "cost": null,
            "mass": 1140.0,
            "description": "Sentinel-2C is an Earth observation mission from the Copernicus Programme that acquires optical imagery at high spatial resolution (10 m to 60 m) over land and coastal waters. Sentinel-2C will replace Sentinel-2A"
        },
        {
            "response_mode": "normal",
            "id": 26,
            "name": "Chang'e 6 Sample Ascender",
            "type": {
                "id": 10,
                "name": "Sample Ascender"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 88,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "abbrev": "CASC",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": true,
                "country": [
                    {
                        "id": 6,
                        "name": "China",
                        "alpha_2_code": "CN",
                        "alpha_3_code": "CHN",
                        "nationality_name": "Chinese",
                        "nationality_name_composed": "Sino"
                    }
                ],
                "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
                "administrator": "Chairman & President: Lei Fanpei",
                "founding_year": 1999,
                "launchers": "Long March",
                "spacecraft": "",
                "parent": null,
                "image": {
                    "id": 8,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184558.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "logo": {
                    "id": 124,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184933.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 50,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - social_logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184746.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "abbrev": "CNSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": true,
                "country": [
                    {
                        "id": 6,
                        "name": "China",
                        "alpha_2_code": "CN",
                        "alpha_3_code": "CHN",
                        "nationality_name": "Chinese",
                        "nationality_name_composed": "Sino"
                    }
                ],
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": 1993,
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image": {
                    "id": 9,
                    "name": "[AUTO] China National Space Administration - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "logo": {
                    "id": 125,
                    "name": "[AUTO] China National Space Administration - logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 51,
                    "name": "[AUTO] China National Space Administration - social_logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "image": {
                "id": 2170,
                "name": "Chang'e 6 on the lunar surface",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_6_o_image_20240813081610.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_6_o_image_thumbnail_20240813081611.jpeg",
                "credit": "CNSA",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Chang%27e_6",
            "info_link": "",
            "program": [
                {
                    "response_mode": "list",
                    "id": 18,
                    "url": "https://lldev.thespacedevs.com/2.3.0/programs/18/?format=api",
                    "name": "Chinese Lunar Exploration Program",
                    "image": {
                        "id": 1885,
                        "name": "[AUTO] Chinese Lunar Exploration Program - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194035.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program"
                }
            ],
            "cost": null,
            "mass": 800.0,
            "description": "Sample ascender of the Chang'e 6 mission."
        },
        {
            "response_mode": "normal",
            "id": 11,
            "name": "EarthCARE",
            "type": {
                "id": 3,
                "name": "Earth Observation Satellite"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 81,
                "url": "https://lldev.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://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "abbrev": "ESA",
                "type": {
                    "id": 2,
                    "name": "Multinational"
                },
                "featured": false,
                "country": [
                    {
                        "id": 1,
                        "name": "France",
                        "alpha_2_code": "FR",
                        "alpha_3_code": "FRA",
                        "nationality_name": "French",
                        "nationality_name_composed": "Franco"
                    },
                    {
                        "id": 3,
                        "name": "Italy",
                        "alpha_2_code": "IT",
                        "alpha_3_code": "ITA",
                        "nationality_name": "Italian",
                        "nationality_name_composed": "Italo"
                    },
                    {
                        "id": 4,
                        "name": "Germany",
                        "alpha_2_code": "DE",
                        "alpha_3_code": "DEU",
                        "nationality_name": "German",
                        "nationality_name_composed": "Germano"
                    },
                    {
                        "id": 7,
                        "name": "Spain",
                        "alpha_2_code": "ES",
                        "alpha_3_code": "ESP",
                        "nationality_name": "Spanish",
                        "nationality_name_composed": "Hispano"
                    },
                    {
                        "id": 8,
                        "name": "Switzerland",
                        "alpha_2_code": "CH",
                        "alpha_3_code": "CHE",
                        "nationality_name": "Swiss",
                        "nationality_name_composed": "Swiss"
                    },
                    {
                        "id": 10,
                        "name": "United Kingdom",
                        "alpha_2_code": "GB",
                        "alpha_3_code": "GBR",
                        "nationality_name": "British",
                        "nationality_name_composed": "Brito"
                    },
                    {
                        "id": 11,
                        "name": "Austria",
                        "alpha_2_code": "AT",
                        "alpha_3_code": "AUT",
                        "nationality_name": "Austrian",
                        "nationality_name_composed": "Austro"
                    },
                    {
                        "id": 15,
                        "name": "Sweden",
                        "alpha_2_code": "SE",
                        "alpha_3_code": "SWE",
                        "nationality_name": "Swedish",
                        "nationality_name_composed": "Swedo"
                    },
                    {
                        "id": 23,
                        "name": "Portugal",
                        "alpha_2_code": "PT",
                        "alpha_3_code": "PRT",
                        "nationality_name": "Portuguese",
                        "nationality_name_composed": "Luso"
                    },
                    {
                        "id": 27,
                        "name": "Netherlands",
                        "alpha_2_code": "NL",
                        "alpha_3_code": "NLD",
                        "nationality_name": "Dutch",
                        "nationality_name_composed": "Dutch"
                    },
                    {
                        "id": 31,
                        "name": "Hungary",
                        "alpha_2_code": "HU",
                        "alpha_3_code": "HUN",
                        "nationality_name": "Hungarian",
                        "nationality_name_composed": "Hungarian"
                    },
                    {
                        "id": 39,
                        "name": "Poland",
                        "alpha_2_code": "PL",
                        "alpha_3_code": "POL",
                        "nationality_name": "Polish",
                        "nationality_name_composed": "Polono"
                    },
                    {
                        "id": 45,
                        "name": "Denmark",
                        "alpha_2_code": "DK",
                        "alpha_3_code": "DNK",
                        "nationality_name": "Danish",
                        "nationality_name_composed": "Dano"
                    },
                    {
                        "id": 46,
                        "name": "Czechia",
                        "alpha_2_code": "CZ",
                        "alpha_3_code": "CZE",
                        "nationality_name": "Czech",
                        "nationality_name_composed": "Czech"
                    },
                    {
                        "id": 47,
                        "name": "Romania",
                        "alpha_2_code": "RO",
                        "alpha_3_code": "ROU",
                        "nationality_name": "Romanian",
                        "nationality_name_composed": "Romanian"
                    },
                    {
                        "id": 49,
                        "name": "Norway",
                        "alpha_2_code": "NO",
                        "alpha_3_code": "NOR",
                        "nationality_name": "Norwegian",
                        "nationality_name_composed": "Norwegian"
                    },
                    {
                        "id": 77,
                        "name": "Finland",
                        "alpha_2_code": "FI",
                        "alpha_3_code": "FIN",
                        "nationality_name": "Finnish",
                        "nationality_name_composed": "Finno"
                    },
                    {
                        "id": 78,
                        "name": "Greece",
                        "alpha_2_code": "GR",
                        "alpha_3_code": "GRC",
                        "nationality_name": "Greek",
                        "nationality_name_composed": "Greco"
                    },
                    {
                        "id": 80,
                        "name": "Estonia",
                        "alpha_2_code": "EE",
                        "alpha_3_code": "EST",
                        "nationality_name": "Estonian",
                        "nationality_name_composed": "Estonian"
                    },
                    {
                        "id": 81,
                        "name": "Ireland",
                        "alpha_2_code": "IE",
                        "alpha_3_code": "IRL",
                        "nationality_name": "Irish",
                        "nationality_name_composed": "Irish"
                    },
                    {
                        "id": 85,
                        "name": "Luxembourg",
                        "alpha_2_code": "LU",
                        "alpha_3_code": "LUX",
                        "nationality_name": "Luxembourger",
                        "nationality_name_composed": "Luxembourgish"
                    },
                    {
                        "id": 20,
                        "name": "Belgium",
                        "alpha_2_code": "BE",
                        "alpha_3_code": "BEL",
                        "nationality_name": "Belgian",
                        "nationality_name_composed": "Belgo"
                    },
                    {
                        "id": 86,
                        "name": "Slovenia",
                        "alpha_2_code": "SI",
                        "alpha_3_code": "SVN",
                        "nationality_name": "Slovenian",
                        "nationality_name_composed": "Slovenian"
                    }
                ],
                "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                "administrator": "Director General: Josef Aschbacher",
                "founding_year": 1975,
                "launchers": "Ariane | Vega",
                "spacecraft": "Space Rider",
                "parent": null,
                "image": {
                    "id": 2324,
                    "name": "ESA patch floating in the ISS Cupola",
                    "image_url": "https://thespacedevs-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": 8,
            "name": "Chang'e 6",
            "type": {
                "id": 2,
                "name": "Lunar Lander"
            },
            "manufacturer": {
                "response_mode": "normal",
                "id": 88,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "abbrev": "CASC",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": true,
                "country": [
                    {
                        "id": 6,
                        "name": "China",
                        "alpha_2_code": "CN",
                        "alpha_3_code": "CHN",
                        "nationality_name": "Chinese",
                        "nationality_name_composed": "Sino"
                    }
                ],
                "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
                "administrator": "Chairman & President: Lei Fanpei",
                "founding_year": 1999,
                "launchers": "Long March",
                "spacecraft": "",
                "parent": null,
                "image": {
                    "id": 8,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184558.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "logo": {
                    "id": 124,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184933.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 50,
                    "name": "[AUTO] China Aerospace Science and Technology Corporation - social_logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184746.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "operator": {
                "response_mode": "normal",
                "id": 17,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
                "name": "China National Space Administration",
                "abbrev": "CNSA",
                "type": {
                    "id": 1,
                    "name": "Government"
                },
                "featured": true,
                "country": [
                    {
                        "id": 6,
                        "name": "China",
                        "alpha_2_code": "CN",
                        "alpha_3_code": "CHN",
                        "nationality_name": "Chinese",
                        "nationality_name_composed": "Sino"
                    }
                ],
                "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
                "administrator": "Administrator: Tang Dengjie",
                "founding_year": 1993,
                "launchers": "",
                "spacecraft": "Shenzhou",
                "parent": null,
                "image": {
                    "id": 9,
                    "name": "[AUTO] China National Space Administration - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184601.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "logo": {
                    "id": 125,
                    "name": "[AUTO] China National Space Administration - logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_logo_20190207032431.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184936.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "social_logo": {
                    "id": 51,
                    "name": "[AUTO] China National Space Administration - social_logo",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_nation_20190602114400.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184747.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "image": {
                "id": 2094,
                "name": "Chang'e-5 spacecraft full-stack full-scale mockup at Zhuhai Aerospace Land",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e-5_s_image_20240518083701.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e-5_s_image_thumbnail_20240518083702.jpeg",
                "credit": "Shujianyang",
                "license": {
                    "id": 20,
                    "name": "CC BY-SA 4.0",
                    "priority": 6,
                    "link": "https://creativecommons.org/licenses/by-sa/4.0/"
                },
                "single_use": false,
                "variants": []
            },
            "wiki_link": "https://en.wikipedia.org/wiki/Chang%27e_6",
            "info_link": "",
            "program": [
                {
                    "response_mode": "list",
                    "id": 18,
                    "url": "https://lldev.thespacedevs.com/2.3.0/programs/18/?format=api",
                    "name": "Chinese Lunar Exploration Program",
                    "image": {
                        "id": 1885,
                        "name": "[AUTO] Chinese Lunar Exploration Program - image",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194035.png",
                        "credit": null,
                        "license": {
                            "id": 1,
                            "name": "Unknown",
                            "priority": 9,
                            "link": null
                        },
                        "single_use": true,
                        "variants": []
                    },
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program"
                }
            ],
            "cost": null,
            "mass": 8350.0,
            "description": "Chang'e 6 was a robotic lunar exploration mission by the China National Space Administration. As China's second sample return mission, it brought back a sample of soil and rock from the far side of the Moon, and conducted scientific experiments on the lunar surface."
        }
    ]
}