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=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=590&ordering=flights_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=570&ordering=flights_count",
  "results": [
    {
      "id": 217,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/217/?format=api",
      "name": "Dragon C108",
      "serial_number": "C108",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P98DT18H50M14S",
      "time_docked": "P90DT19H9M",
      "flights_count": 3,
      "mission_ends_count": 3,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "This capsule flew both CRS-6, CRS-13, and CRS-18\r\n\r\nIt is the first three time flown dragon capsule.\r\n\r\nAs part of CRS-6 the robotic SpaceX Dragon capsule splashed down in the Pacific Ocean on Thursday, 21 May 2015.\r\n\r\nThe CRS-13 mission was the first NASA to fly on a flight-proven Falcon 9.\r\n\r\nNow on display in Los Angeles, California at the California Science Center.",
      "spacecraft_config": {
        "id": 3,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api",
        "name": "Dragon 1",
        "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": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.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"
      }
    },
    {
      "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": 291,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/291/?format=api",
      "name": "Crew Dragon Resilience",
      "serial_number": "C207",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P179DT18H19M30S",
      "time_docked": "P165DT19H56M",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Crew Dragon Resilience was used for the Crew-1 mission.",
      "spacecraft_config": {
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
        "name": "Crew 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/spacex_dm-2_cre_image_20200504065311.jpeg"
      }
    },
    {
      "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": 542,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/542/?format=api",
      "name": "Crew Dragon Endurance",
      "serial_number": "C210",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P680DT7H29M37S",
      "time_docked": "P672DT11H33M26S",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Crew Dragon spacecraft used for the Crew-3 mission to the International Space Station.",
      "spacecraft_config": {
        "id": 6,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
        "name": "Crew 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/spacex_dm-2_cre_image_20200504065311.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": 599,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/599/?format=api",
      "name": "RSS Kármán Line",
      "serial_number": null,
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT41M1S",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Second human rated Crew Capsule for New Shepard.",
      "spacecraft_config": {
        "id": 21,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
        "name": "Crew Capsule 2.0",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
          "name": "Blue Origin",
          "type": "Commercial"
        },
        "in_use": true,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
      }
    },
    {
      "id": 449,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
      "name": "Cargo Dragon C208",
      "serial_number": "C208",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P175DT13H52M12S",
      "time_docked": "P165DT1H39M49S",
      "flights_count": 5,
      "mission_ends_count": 5,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
      "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"
      }
    },
    {
      "id": 474,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/474/?format=api",
      "name": "Cargo Dragon C209",
      "serial_number": "C209",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P175DT23H36M1S",
      "time_docked": "P163DT1H25M23S",
      "flights_count": 5,
      "mission_ends_count": 5,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Second 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"
      }
    }
  ]
}