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', 'is_placeholder', 'in_space' Example - /2.2.0/spacecraft/?in_space=true

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

ORDERING: Fields - 'id', 'time_in_space', 'time_docked', 'flights_count', 'mission_ends_count' Example - /2.2.0/spacecraft/?ordering=id

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

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=140&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=120&ordering=id",
  "results": [
    {
      "id": 131,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/131/?format=api",
      "name": "Soyuz T-14",
      "serial_number": "Soyuz T 11F732 #20",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P64DT21H52M8S",
      "time_docked": "P63DT17H1M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-14 was a Soyuz spacecraft which launched on 17 September 1985 12:38 UTC. It transported two cosmonauts on EO-4-2 and one cosmonaut on EP-5 to Salyut 7. The EO-4-2 crew was Vladimir Vasyutin and Alexander Volkov. The EP-5 crew was Georgi Grechko.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 132,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/132/?format=api",
      "name": "Soyuz T-13",
      "serial_number": "Soyuz T 11F732 #19",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P112DT3H12M6S",
      "time_docked": "P108DT19H8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-13 was a Soyuz spacecraft which launched on 6 June 1985 06:39 UTC. It transported one cosmonaut on EO-4-1b and one cosmonaut on EO-4-1a to Salyut 7. The EO-4-1b crew was Vladimir Dzhanibekov and the EO-4-1a crew was Viktor Savinykh.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 133,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/133/?format=api",
      "name": "Soyuz T-12",
      "serial_number": "Soyuz T 11F732 #18",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P11DT19H14M36S",
      "time_docked": "P10DT14H21M25S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 17 July 1984 17:40 UTC. It transported two cosmonauts of EP-4 to Salyut 7. The EP-4 crew was Vladimir Dzhanibekov, Svetlana Savitskaya, and Igor Volk.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 134,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/134/?format=api",
      "name": "Soyuz T-11",
      "serial_number": "Soyuz T 11F732 #17",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P181DT21H48M18S",
      "time_docked": "P180DT17H3M49S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-11 was a Soyuz spacecraft which launched on 3 April 1984 13:08 UTC. It transported three cosmonauts of EP-3 to Salyut 7. The EP-3 crew was Yury Malyshev,\r\nGennady Strekalov, and Rakesh Sharma.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 135,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/135/?format=api",
      "name": "Soyuz T-10",
      "serial_number": "Soyuz T 11F732 #15",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P62DT22H41M22S",
      "time_docked": "P61DT16H50M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-10 was a Soyuz spacecraft which launched on 8 February 1984 12:07 UTC. It transported three cosmonauts of EO-3 to Salyut 7. The EO-3 crew was Leonid Kizim,\r\nVladimir Solovyov, and Oleg Atkov.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 136,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/136/?format=api",
      "name": "Soyuz 7K-ST No. 16L",
      "serial_number": "Soyuz T 11F732 #16",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT5M13S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz Soyuz 7K-ST No. 16L was a Soyuz spacecraft which failed to launch on 26 September 1983. The Launch Escape System activated at approx T-90, six seconds before the launch vehicle exploded. It was intended to transport two cosmonauts to Salyut 7. The crew was Vladimir Titov and Gennady Strekalov.",
      "spacecraft_config": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
        "name": "Soyuz",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 137,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/137/?format=api",
      "name": "Soyuz T-9",
      "serial_number": "Soyuz T 11F732 #14",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P149DT10H45M42S",
      "time_docked": "P148DT5H54M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-9 was a Soyuz spacecraft which launched on 27 June 1983 09:12 UTC. It transported three cosmonauts of EO-2 to Salyut 7. The EO-2 crew was Vladimir Lyakhov and Aleksandr Pavlovich Aleksandrov.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 138,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/138/?format=api",
      "name": "Soyuz T-8",
      "serial_number": "Soyuz T 11F732 #13",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P2DT17M48S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-8 was a Soyuz spacecraft which launched on 20 April 1983 13:10 UTC. It intended to transport three cosmonauts to Salyut 7, but the spacecraft failed to dock. The crew was Vladimir Titov, Gennady Strekalov, and Aleksandr Serebrov.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 139,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/139/?format=api",
      "name": "Soyuz T-7",
      "serial_number": "Soyuz T 11F732 #12",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P113DT1H50M44S",
      "time_docked": "P111DT21H13M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-7 was a Soyuz spacecraft which launched on  19 August 1982 17:11 UTC. It  transported three cosmonauts of EP-2 to Salyut 7. The crew was Leonid Popov, Aleksandr Serebrov, and Svetlana Savitskaya.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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": 140,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/140/?format=api",
      "name": "Soyuz T-6",
      "serial_number": "Soyuz T 11F732 #9",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P7DT21H50M52S",
      "time_docked": "P6DT17H17M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-6 was a Soyuz spacecraft which launched on 24 June 1982 16:29 UTC. It  transported three cosmonauts of EP-1 to Salyut 7. The crew was Vladimir Dzhanibekov,\r\nAleksandr Ivanchenkov, and Jean-Loup Chrétien.",
      "spacecraft_config": {
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
        "name": "Soyuz T",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.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"
      }
    }
  ]
}