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=420&ordering=-flights_count
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=430&ordering=-flights_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=410&ordering=-flights_count",
  "results": [
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/41/?format=api",
      "name": "Soyuz MS-10",
      "serial_number": "Soyuz MS 11F732A48 #740",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT18M45S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-10 was a manned Soyuz MS spaceflight which aborted shortly after launch on 11 October 2018 due to a failure of the Soyuz-FG launch vehicle boosters. It was intended to transport Aleksey Ovchinin and Nick Hague to the International Space Station.",
      "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": 99,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/99/?format=api",
      "name": "Soyuz TM-31",
      "serial_number": "Soyuz TM 11F732A51 #205",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P186DT23H59M13S",
      "time_docked": "P184DT16H10M32S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-31 was a Soyuz spacecraft which launched on 31 October 2003 07:52 UTC. It transported three members of the Expedition 1 crew to the International Space Station. The crew consisted of Yuri Gidzenko, Sergei Krikalev, and William Shepherd.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "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_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/107/?format=api",
      "name": "Soyuz TM-23",
      "serial_number": "Soyuz TM 11F732A51 #72",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P193DT19H6M55S",
      "time_docked": "P191DT13H59M25S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-23 was a Soyuz spacecraft which launched on 21 February 1996 12:34 UTC. It transported two members of the Expedition 21 crew to Mir. The crew consisted of Yuri Onufrienko and Yury Usachov.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "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_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 329,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/329/?format=api",
      "name": "Progress M1-2",
      "serial_number": "Progress M1-2 (No.252)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P173DT3H20M58S",
      "time_docked": "P170DT20H37M13S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-2 (Russian: Прогресс М1-2), was a Progress spacecraft used to resupply the space station Mir.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "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-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 119,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/119/?format=api",
      "name": "Soyuz TM-11",
      "serial_number": "Soyuz TM 11F732A51 #61",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P175DT1H50M41S",
      "time_docked": "P172DT20H18M50S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-11 was a Soyuz spacecraft which launched on 2 December 1990 08:13 UTC. It transported two members of the Expedition 8 crew and one Japanese journalist to Mir. The Expedition 8 crew consisted of Viktor Afanasyev and Musa Manarov. The Japanese reporter was Toyohiro Akiyama.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "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_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 176,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/176/?format=api",
      "name": "Kounotori 6",
      "serial_number": "HTV-6",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P58DT1H39M13S",
      "time_docked": "P44DT21H2M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Kounotori 6, also known as HTV-6, is the sixth flight of the H-II Transfer Vehicle, an unmanned cargo spacecraft launched to resupply the International Space Station. It was launched at 13:26:47 UTC on 9 December 2016 aboard H-IIB launch vehicle from Tanegashima Space Center.",
      "spacecraft_config": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
        "name": "H-II Transfer Vehicle (HTV)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
      }
    },
    {
      "id": 95,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/95/?format=api",
      "name": "Apollo CSM-118",
      "serial_number": "CSM-118",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P84DT1H15M30S",
      "time_docked": "P83DT4H38M12S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-118 was an Apollo Command & Service Module used in the Skylab 4 mission.",
      "spacecraft_config": {
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "type": "Commercial"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
      }
    },
    {
      "id": 177,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/177/?format=api",
      "name": "Kounotori 7",
      "serial_number": "HTV-7",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P49DT3H45M33S",
      "time_docked": "P40DT11H32M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Kounotori 7, also known as HTV-7 is the seventh flight of the H-II Transfer Vehicle (HTV), an unmanned cargo spacecraft launched on 22 September 2018 to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 18,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
        "name": "H-II Transfer Vehicle (HTV)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
      }
    },
    {
      "id": 120,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/120/?format=api",
      "name": "Soyuz TM-10",
      "serial_number": "Soyuz TM 11F732A51 #61A",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P130DT20H35M39S",
      "time_docked": "P128DT15H2M27S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TM-10 was a Soyuz spacecraft which launched on 1 August 1990 06:08 UTC. It transported two members of the Expedition 7 crew to Mir. The crew consisted of Gennadi Manakov and Gennady Strekalov.",
      "spacecraft_config": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
        "name": "Soyuz TM",
        "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_tm_image_20231228130713.jpeg"
      }
    },
    {
      "id": 231,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/231/?format=api",
      "name": "Vostok-3KA No.7",
      "serial_number": "Vostok-3KA No.7",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT23H7M2S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Vostok 5 was a Vostok spacecraft which launched on 14 June 1963 11:58:58 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Valery Bykovsky.",
      "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"
      }
    }
  ]
}