Modes

Levels of detail in the response - normal, detailed

Example - /spacecraft/?mode=detailed

Filters

Parameters - in_space, is_placeholder, name, spacecraft_config, status

Example - /spacecraft/?is_placeholder=True

Fields searched - name, spacecraft_config__name

Example - /spacecraft/?search=Endeavour

Ordering

Fields - flights_count, id, mission_ends_count, time_docked, time_in_space

Example - /spacecraft/?ordering=-flights_count

Number of results

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

Example - /spacecraft/?limit=2

Format

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

Help

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

GET /2.3.0/spacecraft/?format=api&offset=150&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=160&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=140&ordering=-id",
  "results": [
    {
      "response_mode": "normal",
      "id": 471,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/471/?format=api",
      "name": "Progress MS-17",
      "serial_number": "MS-17 (No.446)",
      "is_placeholder": false,
      "image": {
        "id": 1924,
        "name": "[AUTO] Progress-MS - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P148DT15H40M40S",
      "time_docked": "P145DT5H42M46S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-17 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 2,
            "name": "Progress",
            "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
            "manufacturer": {
              "response_mode": "list",
              "id": 1000,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
              "name": "Energia",
              "abbrev": "OKB-1",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "parent": null,
            "maiden_flight": "1978-01-20"
          }
        ],
        "in_use": true,
        "image": {
          "id": 1924,
          "name": "[AUTO] Progress-MS - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194142.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 470,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/470/?format=api",
      "name": "Ship 20",
      "serial_number": "S20",
      "is_placeholder": false,
      "image": {
        "id": 1935,
        "name": "[AUTO] Starship - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 0,
      "mission_ends_count": 0,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Used for ground testing alongside Booster 4. Ship 20 is now on display at the Starbase Rocket Garden.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 26,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/26/?format=api",
        "name": "Starship V1",
        "type": {
          "id": 6,
          "name": "Reuseable Upper Stage"
        },
        "agency": {
          "response_mode": "list",
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 8,
            "name": "Starship",
            "description": "SpaceX Starship upper stages family",
            "manufacturer": {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "parent": null,
            "maiden_flight": "2023-04-20"
          }
        ],
        "in_use": false,
        "image": {
          "id": 1935,
          "name": "[AUTO] Starship - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 469,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/469/?format=api",
      "name": "Shenzhou 15",
      "serial_number": "15",
      "is_placeholder": false,
      "image": {
        "id": 1926,
        "name": "[AUTO] Shenzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P186DT7H24M43S",
      "time_docked": "P185DT15H47M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fourth crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "abbrev": "CNSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1926,
          "name": "[AUTO] Shenzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 468,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/468/?format=api",
      "name": "Shenzhou 14",
      "serial_number": "14",
      "is_placeholder": false,
      "image": {
        "id": 1926,
        "name": "[AUTO] Shenzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P182DT9H25M50S",
      "time_docked": "P181DT17H19M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Third crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "abbrev": "CNSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1926,
          "name": "[AUTO] Shenzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 467,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/467/?format=api",
      "name": "Shenzhou 13",
      "serial_number": "13",
      "is_placeholder": false,
      "image": {
        "id": 1926,
        "name": "[AUTO] Shenzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P182DT9H32M41S",
      "time_docked": "P181DT17H55M21S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Second crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "abbrev": "CNSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1926,
          "name": "[AUTO] Shenzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 466,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/466/?format=api",
      "name": "Shenzhou 12",
      "serial_number": "12",
      "is_placeholder": false,
      "image": {
        "id": 1926,
        "name": "[AUTO] Shenzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P92DT4H11M29S",
      "time_docked": "P90DT17H2M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "First crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "abbrev": "CNSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1926,
          "name": "[AUTO] Shenzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194145.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 465,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/465/?format=api",
      "name": "Tianzhou-5",
      "serial_number": "5",
      "is_placeholder": false,
      "image": {
        "id": 1937,
        "name": "[AUTO] Tianzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P303DT23H9M48S",
      "time_docked": "P271DT16H52M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fifth operational Tianzhou spacecraft",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1937,
          "name": "[AUTO] Tianzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 464,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/464/?format=api",
      "name": "Tianzhou-4",
      "serial_number": "4",
      "is_placeholder": false,
      "image": {
        "id": 1937,
        "name": "[AUTO] Tianzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P189DT5H24M30S",
      "time_docked": "P183DT6H6M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fourth operational Tianzhou spacecraft",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1937,
          "name": "[AUTO] Tianzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 463,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/463/?format=api",
      "name": "Tianzhou-3",
      "serial_number": "3",
      "is_placeholder": false,
      "image": {
        "id": 1937,
        "name": "[AUTO] Tianzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P309DT20H20M49S",
      "time_docked": "P299DT8H47M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Third operational Tianzhou spacecraft",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1937,
          "name": "[AUTO] Tianzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 462,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/462/?format=api",
      "name": "Tianzhou-2",
      "serial_number": "2",
      "is_placeholder": false,
      "image": {
        "id": 1937,
        "name": "[AUTO] Tianzhou - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P305DT21H44M31S",
      "time_docked": "P301DT4H52M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Second operational Tianzhou spacecraft. First spacecraft to dock with the Chinese Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1937,
          "name": "[AUTO] Tianzhou - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194204.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    }
  ]
}