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=80&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=90&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=70&ordering=-id",
  "results": [
    {
      "response_mode": "normal",
      "id": 543,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/543/?format=api",
      "name": "Progress MS-18",
      "serial_number": "MS-18 (No.447)",
      "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": "P216DT11H50M28S",
      "time_docked": "P214DT6H29M30S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-18 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": 542,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/542/?format=api",
      "name": "Crew Dragon Endurance",
      "serial_number": "C210",
      "is_placeholder": false,
      "image": {
        "id": 1181,
        "name": "Crew Dragon docking",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P680DT7H29M37S",
      "time_docked": "P672DT11H33M26S",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/6/?format=api",
        "name": "Crew Dragon 2",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 6,
            "name": "Dragon",
            "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
            "manufacturer": {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "parent": null,
            "maiden_flight": "2010-12-08"
          },
          {
            "response_mode": "normal",
            "id": 7,
            "name": "Dragon 2",
            "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
            "manufacturer": {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "parent": {
              "response_mode": "list",
              "id": 6,
              "name": "Dragon"
            },
            "maiden_flight": "2019-03-02"
          }
        ],
        "in_use": true,
        "image": {
          "id": 1181,
          "name": "Crew Dragon docking",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191923.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": "P152DT11H17M57S"
    },
    {
      "response_mode": "normal",
      "id": 541,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/541/?format=api",
      "name": "Orion 004",
      "serial_number": "004",
      "is_placeholder": false,
      "image": {
        "id": 1919,
        "name": "Orion approaching the Moon (Artemis I)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 0,
      "mission_ends_count": 0,
      "status": {
        "id": 5,
        "name": "Under construction"
      },
      "description": "Orion spacecraft used for Artemis 3.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1919,
          "name": "Orion approaching the Moon (Artemis I)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 540,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/540/?format=api",
      "name": "Orion Integrity",
      "serial_number": "003",
      "is_placeholder": false,
      "image": {
        "id": 1919,
        "name": "Orion approaching the Moon (Artemis I)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": true,
      "time_in_space": "P3DT5H33M28S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 0,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Orion spacecraft used for Artemis 2.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1919,
          "name": "Orion approaching the Moon (Artemis I)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 539,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/539/?format=api",
      "name": "Orion 002",
      "serial_number": "002",
      "is_placeholder": false,
      "image": {
        "id": 1919,
        "name": "Orion approaching the Moon (Artemis I)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P25DT10H52M46S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Orion spacecraft used for Artemis 1.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1919,
          "name": "Orion approaching the Moon (Artemis I)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 538,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/538/?format=api",
      "name": "Orion 001",
      "serial_number": "001",
      "is_placeholder": false,
      "image": {
        "id": 1919,
        "name": "Orion approaching the Moon (Artemis I)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT4H24M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "First Orion to fly in space. It was used for the Exploration Flight Test-1 mission, without a service module.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1919,
          "name": "Orion approaching the Moon (Artemis I)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 537,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/537/?format=api",
      "name": "Buran OK-1K",
      "serial_number": "1.01",
      "is_placeholder": false,
      "image": {
        "id": 1904,
        "name": "[AUTO] Buran - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/buran_image_20210902151254.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194110.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT3H25M23S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "First and only Buran orbiter to fly in space. It was destroyed in 2002 when the hangar it was stored in collapsed.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/28/?format=api",
        "name": "Buran",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "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": [],
        "in_use": false,
        "image": {
          "id": 1904,
          "name": "[AUTO] Buran - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/buran_image_20210902151254.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194110.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 536,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/536/?format=api",
      "name": "Voskhod-3KV No.5",
      "serial_number": "Voskhod-3KV No.5",
      "is_placeholder": false,
      "image": {
        "id": 1938,
        "name": "[AUTO] Voskhod - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P21DT17H59M24S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Voskhod spacecraft which launched on February 22, 1966.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/16/?format=api",
        "name": "Voskhod",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1938,
          "name": "[AUTO] Voskhod - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 535,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/535/?format=api",
      "name": "Voskhod-3KD No.1",
      "serial_number": "Voskhod-3KD No.1",
      "is_placeholder": false,
      "image": {
        "id": 1938,
        "name": "[AUTO] Voskhod - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT3H",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Voskhod spacecraft launched on February 22, 1965.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/16/?format=api",
        "name": "Voskhod",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1938,
          "name": "[AUTO] Voskhod - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 534,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/534/?format=api",
      "name": "Voskhod-3KV No.2",
      "serial_number": "Voskhod-3KV No.2",
      "is_placeholder": false,
      "image": {
        "id": 1938,
        "name": "[AUTO] Voskhod - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P1DT30M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Voskhod spacecraft launched on October 6, 1964.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/16/?format=api",
        "name": "Voskhod",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1938,
          "name": "[AUTO] Voskhod - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194205.png",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    }
  ]
}