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=440&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=450&ordering=time_docked",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=430&ordering=time_docked",
  "results": [
    {
      "id": 314,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/314/?format=api",
      "name": "Progress M-48",
      "serial_number": "Progress M-48 (No.248)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P152DT12H9M1S",
      "time_docked": "P150DT4H55M11S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-48 (Russian: Прогресс М-48), identified by NASA as Progress 12 or 12P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
      }
    },
    {
      "id": 303,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/303/?format=api",
      "name": "Progress M-58",
      "serial_number": "Progress M-58 (No.358)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P155DT9H49M24S",
      "time_docked": "P152DT3H43M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-58 (Russian: Прогресс М-58), identified by NASA as Progress 23 or 23P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
      }
    },
    {
      "id": 566,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/566/?format=api",
      "name": "Shenzhou 16",
      "serial_number": "16",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P153DT22H40M50S",
      "time_docked": "P153DT4H8M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Fifth crewed mission to the Chinese Space Station.",
      "spacecraft_config": {
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
          "name": "China National Space Administration",
          "type": "Government"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
      }
    },
    {
      "id": 461,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/461/?format=api",
      "name": "Tianzhou-1",
      "serial_number": "1",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P154DT22H18M25S",
      "time_docked": "P154DT8H15M",
      "flights_count": 1,
      "mission_ends_count": 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.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": 155,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/155/?format=api",
      "name": "Jules Verne ATV",
      "serial_number": "ATV-001",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P203DT19H56M49S",
      "time_docked": "P155DT6H44M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "The Jules Verne ATV, or Automated Transfer Vehicle 001 (ATV-001), was an unmanned cargo resupply spacecraft launched by the European Space Agency (ESA). The ATV was named after the 19th-century French science-fiction author Jules Verne. It was launched on 9 March 2008 on a mission to supply the International Space Station (ISS) with propellant, water, air, and dry cargo. Jules Verne was the first of five ATVs to be launched.",
      "spacecraft_config": {
        "id": 17,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
        "name": "Automated Transfer Vehicle (ATV)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 115,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/115/?format=api",
          "name": "Arianespace",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
      }
    },
    {
      "id": 73,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/73/?format=api",
      "name": "Soyuz TMA-20",
      "serial_number": "Soyuz TMA 11F732A17 #230",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P159DT7H17M35S",
      "time_docked": "P157DT1H23M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-20 was a Soyuz spacecraft which launched on 15 December 2010 19:09 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Dmitri Kondratyev, Catherine Coleman, and Paolo Nespoli.",
      "spacecraft_config": {
        "id": 40,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
        "name": "Soyuz TMA",
        "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_tma_image_20231225093222.jpeg"
      }
    },
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/70/?format=api",
      "name": "Soyuz TMA-01M",
      "serial_number": "Soyuz TMA-M 11F732A47 #701",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P159DT8H43M5S",
      "time_docked": "P157DT4H26M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-01M was a Soyuz spacecraft which launched on 7 October 2010 07:54 UTC. It transported three members of the Expedition 25 crew to the International Space Station. The crew consisted of Aleksandr Kaleri, Oleg Skripochka, and Scott Kelly.",
      "spacecraft_config": {
        "id": 39,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
        "name": "Soyuz TMA-M",
        "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_tma-m_image_20231225092103.jpeg"
      }
    },
    {
      "id": 451,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/451/?format=api",
      "name": "Progress MS-16",
      "serial_number": "MS-16 (No.445)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P161DT7H53M54S",
      "time_docked": "P159DT4H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress MS-16 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": 267,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/267/?format=api",
      "name": "Progress M-07M",
      "serial_number": "Progress M-07M (No.407)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P163DT5H49M3S",
      "time_docked": "P160DT12H3M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-07M (Russian: Прогресс М-07М), identified by NASA as Progress 39 or 39P, is a Progress spacecraft which was used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 34,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
        "name": "Progress-M (modified)",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg"
      }
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/76/?format=api",
      "name": "Soyuz TMA-17",
      "serial_number": "Soyuz TMA 11F732A17 #227",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P163DT5H33M",
      "time_docked": "P161DT1H16M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-17 was a Soyuz spacecraft which launched on 20 December 2009 21:52 UTC. It transported three members of the Expedition 22 crew to the International Space Station. The crew consisted of Oleg Kotov, Timothy Creamer, and Soichi Noguchi.",
      "spacecraft_config": {
        "id": 40,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
        "name": "Soyuz TMA",
        "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_tma_image_20231225093222.jpeg"
      }
    }
  ]
}