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=510&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=520&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=500&ordering=id",
  "results": [
    {
      "id": 531,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/531/?format=api",
      "name": "Vostok-1K No.2",
      "serial_number": "Vostok-1K No.2",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT21H15M54S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Vostok spacecraft used for test flights before the first human spaceflight.",
      "spacecraft_config": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
        "name": "Vostok",
        "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/vostok-3ka_image_20190207032525.jpeg"
      }
    },
    {
      "id": 532,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/532/?format=api",
      "name": "Vostok-1K No.3",
      "serial_number": "Vostok-1K No.3",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT16H29M56S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Vostok spacecraft used for test flights before the first human spaceflight.",
      "spacecraft_config": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
        "name": "Vostok",
        "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/vostok-3ka_image_20190207032525.jpeg"
      }
    },
    {
      "id": 533,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/533/?format=api",
      "name": "Vostok-1K No.4",
      "serial_number": "Vostok-1K No.4",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Vostok spacecraft used for test flights before the first human spaceflight.",
      "spacecraft_config": {
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
        "name": "Vostok",
        "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/vostok-3ka_image_20190207032525.jpeg"
      }
    },
    {
      "id": 534,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/534/?format=api",
      "name": "Voskhod-3KV No.2",
      "serial_number": "Voskhod-3KV No.2",
      "is_placeholder": false,
      "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": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
        "name": "Voskhod",
        "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/voskhod_image_20190207032525.png"
      }
    },
    {
      "id": 535,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/535/?format=api",
      "name": "Voskhod-3KD No.1",
      "serial_number": "Voskhod-3KD No.1",
      "is_placeholder": false,
      "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": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
        "name": "Voskhod",
        "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/voskhod_image_20190207032525.png"
      }
    },
    {
      "id": 536,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/536/?format=api",
      "name": "Voskhod-3KV No.5",
      "serial_number": "Voskhod-3KV No.5",
      "is_placeholder": false,
      "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": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
        "name": "Voskhod",
        "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/voskhod_image_20190207032525.png"
      }
    },
    {
      "id": 537,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/537/?format=api",
      "name": "Buran OK-1K",
      "serial_number": "1.01",
      "is_placeholder": false,
      "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": {
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/28/?format=api",
        "name": "Buran",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "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/buran_image_20210902151254.jpg"
      }
    },
    {
      "id": 538,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/538/?format=api",
      "name": "Orion 001",
      "serial_number": "001",
      "is_placeholder": false,
      "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": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.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": 539,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/539/?format=api",
      "name": "Orion 002",
      "serial_number": "002",
      "is_placeholder": false,
      "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": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.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": 540,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/540/?format=api",
      "name": "Orion Integrity",
      "serial_number": "003",
      "is_placeholder": false,
      "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": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
        "name": "Orion",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.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"
      }
    }
  ]
}