API endpoint that allows Spacecrafts to be viewed. A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'status', 'spacecraft_config' Example - /2.0.0/spacecraft/?status=Active

SEARCH EXAMPLE: Example - /2.0.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id' Example - /2.0.0/spacecraft/?order=id

GET /2.0.0/spacecraft/?format=api&offset=210
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=220",
  "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=200",
  "results": [
    {
      "id": 461,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/461/?format=api",
      "name": "Tianzhou-1",
      "serial_number": "1",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "First operational Tianzhou spacecraft. Launched to the Tiangong-2 space station.",
      "spacecraft_config": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    },
    {
      "id": 521,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/521/?format=api",
      "name": "Soyuz 7K-S No.1",
      "serial_number": "Soyuz 7K-S 11F732 #1",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Military version of the Soyuz 7K spacecraft.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
      }
    },
    {
      "id": 538,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/538/?format=api",
      "name": "Orion 001",
      "serial_number": "001",
      "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": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg"
      }
    },
    {
      "id": 515,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/515/?format=api",
      "name": "Soyuz 7K-L1S No.1",
      "serial_number": "Soyuz 7K-L1S",
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
      }
    },
    {
      "id": 581,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/581/?format=api",
      "name": "Progress MS-27",
      "serial_number": "MS-27 (No.457)",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress-MS 27 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 547,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/547/?format=api",
      "name": "Gaganyaan G1",
      "serial_number": null,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "First operational Gaganyaan capsule.",
      "spacecraft_config": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
        "name": "Gaganyaan",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 1031,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api",
          "name": "Hindustan Aeronautics Limited",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg"
      }
    },
    {
      "id": 522,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/522/?format=api",
      "name": "Soyuz 7K-S No.2",
      "serial_number": "Soyuz 7K-S 11F732 #2",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Military version of the Soyuz 7K spacecraft.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
      }
    },
    {
      "id": 551,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/551/?format=api",
      "name": "Crew Dragon Freedom",
      "serial_number": "C212",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Crew Dragon spacecraft first used for Crew-4.",
      "spacecraft_config": {
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
        "name": "Crew Dragon 2",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
      }
    },
    {
      "id": 526,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/526/?format=api",
      "name": "Soyuz T-1",
      "serial_number": "Soyuz T 11F732 #6",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Third generation Soyuz spacecraft",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
      }
    },
    {
      "id": 534,
      "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/534/?format=api",
      "name": "Voskhod-3KV No.2",
      "serial_number": "Voskhod-3KV No.2",
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Voskhod spacecraft launched on October 6, 1964.",
      "spacecraft_config": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/16/?format=api",
        "name": "Voskhod",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png"
      }
    }
  ]
}