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=60&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=70&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=50&ordering=-id",
  "results": [
    {
      "id": 563,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/563/?format=api",
      "name": "Progress MS-24",
      "serial_number": "MS-24 (No.454)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P174DT4H7M50S",
      "time_docked": "P171DT20H23M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-24 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 562,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/562/?format=api",
      "name": "Progress MS-23",
      "serial_number": "MS-23 (No.453)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P188DT22H48M54S",
      "time_docked": "P188DT15H36M16S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-23 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 561,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/561/?format=api",
      "name": "Progress MS-22",
      "serial_number": "MS-22 (No.452)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P192DT20H42M24S",
      "time_docked": "P190DT15H4M10S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-22 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 560,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/560/?format=api",
      "name": "Chinese Reusable Space Vehicle",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": true,
      "time_in_space": "P601DT13H58M56S",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 3,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "First Chinese reusable spacecraft, apparently a spaceplane with wings per a photo taken by a US satellite. No public information of it is available.\r\n\r\nIts official name is \"Chongfu Shiyong Shiyan Hangtian Qi\", meaning \"Reusable Experimental Spacecraft\".\r\n\r\nNote: It is unknown how many flight vehicles have been built and flown.",
      "spacecraft_config": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/31/?format=api",
        "name": "Chinese Reusable Space Vehicle",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        },
        "in_use": true,
        "image_url": null
      }
    },
    {
      "id": 559,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/559/?format=api",
      "name": "X-37B 2",
      "serial_number": "2",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P2400DT10H50M",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Second X-37B. First flight on March 5, 2011.",
      "spacecraft_config": {
        "id": 30,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/30/?format=api",
        "name": "X-37B",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
          "name": "Boeing",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg"
      }
    },
    {
      "id": 558,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/558/?format=api",
      "name": "X-37B 1",
      "serial_number": "1",
      "is_placeholder": false,
      "in_space": true,
      "time_in_space": "P2034DT5H11M54S",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 3,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "First X-37B. First flight on April 22, 2010.",
      "spacecraft_config": {
        "id": 30,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/30/?format=api",
        "name": "X-37B",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
          "name": "Boeing",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg"
      }
    },
    {
      "id": 557,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/557/?format=api",
      "name": "Progress MS-21",
      "serial_number": "MS-21 (No.451)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P116DT2H54M51S",
      "time_docked": "P112DT23H37M36S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-21 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 556,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/556/?format=api",
      "name": "Progress MS-20",
      "serial_number": "MS-20 (No.450)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P248DT23H4M6S",
      "time_docked": "P248DT15H54M35S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-20 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
      "spacecraft_config": {
        "id": 33,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
        "name": "Progress-MS",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
      }
    },
    {
      "id": 555,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/555/?format=api",
      "name": "Ship 24",
      "serial_number": "S24",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT3M51S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Ship 24 (S24) used for the first integrated flight test. Lost in a launch failure.",
      "spacecraft_config": {
        "id": 26,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api",
        "name": "Starship V1",
        "type": {
          "id": 6,
          "name": "Reuseable Upper Stage"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg"
      }
    },
    {
      "id": 554,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/554/?format=api",
      "name": "Cargo Dragon C211",
      "serial_number": "C211",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P275DT8H1M27S",
      "time_docked": "P269DT2H24M",
      "flights_count": 3,
      "mission_ends_count": 3,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Third Cargo Dragon 2",
      "spacecraft_config": {
        "id": 7,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
        "name": "Cargo Dragon 2",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
      }
    }
  ]
}