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=580&ordering=time_docked
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=590&ordering=time_docked",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=570&ordering=time_docked",
  "results": [
    {
      "id": 597,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/597/?format=api",
      "name": "Soyuz MS-26",
      "serial_number": "11F732 #757",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P220DT8H57M23S",
      "time_docked": "P220DT2H25M28S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Spacecraft launched to the ISS in September 2024.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 604,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/604/?format=api",
      "name": "Progress MS-29",
      "serial_number": "MS-29 (No.459)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P222DT10H7M37S",
      "time_docked": "P220DT4H11M43S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-29 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": 571,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/571/?format=api",
      "name": "Cygnus CRS NG-21 (S.S. Francis R. “Dick” Scobee)",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P237DT19H12M7S",
      "time_docked": "P234DT3H46M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "This is the twenty-first flight to the ISS by the Cygnus spacecraft under the CRS program and their tenth under the CRS-2 program. This is also the 17th use of the enhanced size Cygnus.",
      "spacecraft_config": {
        "id": 19,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
        "name": "Cygnus Enhanced",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
      }
    },
    {
      "id": 602,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/602/?format=api",
      "name": "Tianzhou-8",
      "serial_number": "8",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P235DT7H28M42S",
      "time_docked": "P234DT12H37M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Eighth operational Tianzhou spacecraft",
      "spacecraft_config": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    },
    {
      "id": 598,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/598/?format=api",
      "name": "Soyuz MS-27",
      "serial_number": "11F732 #758",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P244DT23H16M15S",
      "time_docked": "P244DT16H43M17S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Spacecraft launched to the ISS in March 2025.",
      "spacecraft_config": {
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
        "name": "Soyuz MS",
        "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": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
      }
    },
    {
      "id": 565,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/565/?format=api",
      "name": "Tianzhou-6",
      "serial_number": "6",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P253DT23H14M9S",
      "time_docked": "P246DT10H46M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Sixth operational Tianzhou spacecraft",
      "spacecraft_config": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    },
    {
      "id": 550,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/550/?format=api",
      "name": "Progress MS-19",
      "serial_number": "MS-19 (No.449)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P250DT21H25M20S",
      "time_docked": "P248DT15H42M13S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-19 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": 617,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/617/?format=api",
      "name": "Progress MS-31",
      "serial_number": "MS-31 (No.461)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P255DT21H48M20S",
      "time_docked": "P253DT15H59M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-31 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": 611,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/611/?format=api",
      "name": "Tianzhou-9",
      "serial_number": "9",
      "is_placeholder": false,
      "in_space": true,
      "time_in_space": "P264DT6H35M10S",
      "time_docked": "P264DT3H17M33S",
      "flights_count": 1,
      "mission_ends_count": 0,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Ninth operational Tianzhou spacecraft.",
      "spacecraft_config": {
        "id": 25,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "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": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    }
  ]
}