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=560&ordering=mission_ends_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=570&ordering=mission_ends_count",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=550&ordering=mission_ends_count",
  "results": [
    {
      "id": 345,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/345/?format=api",
      "name": "Progress M-28",
      "serial_number": "Progress M-28 (No.228)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P46DT5H54M14S",
      "time_docked": "P44DT30M16S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-28 (Russian: Прогресс М-28), was a Progress spacecraft used to resupply the space station Mir.",
      "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": 346,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/346/?format=api",
      "name": "Progress M-27",
      "serial_number": "Progress M-27 (No.227)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P43DT7H53M40S",
      "time_docked": "P41DT2H41M53S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-27 (Russian: Прогресс М-27), was a Progress spacecraft used to resupply the space station Mir.",
      "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": 347,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/347/?format=api",
      "name": "Progress M-26",
      "serial_number": "Progress M-26 (No.226)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P27DT13H26M32S",
      "time_docked": "P25DT8H5M4S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-26 (Russian: Прогресс М-26), was a Progress spacecraft used to resupply the space station Mir.",
      "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": 348,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/348/?format=api",
      "name": "Progress M-25",
      "serial_number": "Progress M-25 (No.225)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P97DT9H23M2S",
      "time_docked": "P95DT3H58M31S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-25 (Russian: Прогресс М-25), was a Progress spacecraft used to resupply the space station Mir.",
      "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": 587,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/587/?format=api",
      "name": "LM Eagle",
      "serial_number": "LM-5",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT12H33M11S",
      "time_docked": "P4DT2H54M28S",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Flown on Apollo 11.\r\n\r\nDescent stage on lunar surface in Sea of Tranquility, ascent stage left in lunar orbit (could be still orbiting the moon)",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 591,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/591/?format=api",
      "name": "LM Falcon",
      "serial_number": "LM-10",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT16H35M7S",
      "time_docked": "P4DT6H59M3S",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo 15.\r\n\r\nDescent stage on lunar surface at Hadley–Apennine, ascent stage deliberately crashed into Moon",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 590,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/590/?format=api",
      "name": "LM Antares",
      "serial_number": "LM-8",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT16H14M27S",
      "time_docked": "P4DT5H4M53S",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo 14.\r\n\r\nDescent stage on lunar surface at Fra Mauro, ascent stage deliberately crashed into Moon",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 9,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/9/?format=api",
      "name": "Mercury No.2",
      "serial_number": "2",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "PT15M",
      "time_docked": "P0D",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.2 is the Mercury capsule used for the Mercury-Redsone 1 mission which failed on launch.",
      "spacecraft_config": {
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
      }
    },
    {
      "id": 593,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
      "name": "LM Challenger",
      "serial_number": "LM-12",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT20H18M52S",
      "time_docked": "P4DT11H32M2S",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, ascent stage deliberately crashed into Moon",
      "spacecraft_config": {
        "id": 43,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 288,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/288/?format=api",
      "name": "Starliner Calypso",
      "serial_number": "3",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P95DT14H31M30S",
      "time_docked": "P92DT4H30M",
      "flights_count": 2,
      "mission_ends_count": 2,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "The first CST-100 Starliner capsule to fly.",
      "spacecraft_config": {
        "id": 9,
        "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api",
        "name": "CST-100 Starliner",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "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/boeing_starline_image_20220525180700.jpeg"
      }
    }
  ]
}