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=540&ordering=mission_ends_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 606,
  "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=550&ordering=mission_ends_count",
  "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=530&ordering=mission_ends_count",
  "results": [
    {
      "id": 340,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/340/?format=api",
      "name": "Progress M-33",
      "serial_number": "Progress M-33 (No.233)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P112DT4H2M59S",
      "time_docked": "P76DT11H12M23S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-33 (Russian: Прогресс М-33), was a Progress spacecraft used to resupply the space station Mir.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
      }
    },
    {
      "id": 577,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/577/?format=api",
      "name": "Tianzhou-7",
      "serial_number": "7",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P304DT22H57M30S",
      "time_docked": "P297DT14H44M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Seventh operational Tianzhou spacecraft",
      "spacecraft_config": {
        "id": 25,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
        "name": "Tianzhou",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 88,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
      }
    },
    {
      "id": 323,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/323/?format=api",
      "name": "Progress M1-6",
      "serial_number": "Progress M1-6 (No.255)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P93DT11H17M20S",
      "time_docked": "P91DT5H38M3S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-6 (Russian: Прогресс М1-6), identified by NASA as Progress 4 or 4P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 324,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/324/?format=api",
      "name": "Progress M-44",
      "serial_number": "Progress M-44 (No.244)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P49DT6H1M25S",
      "time_docked": "P46DT22H58M13S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-44 (Russian: Прогресс М-44), identified by NASA as Progress 3 or 3P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
      }
    },
    {
      "id": 585,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/585/?format=api",
      "name": "LM Spider",
      "serial_number": "LM-3",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P4DT5H22M45S",
      "time_docked": "P3DT19H57M56S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Flown on Apollo 9.",
      "spacecraft_config": {
        "id": 43,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
        "name": "Apollo Lunar Module",
        "type": {
          "id": 7,
          "name": "Lander"
        },
        "agency": {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
      }
    },
    {
      "id": 325,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/325/?format=api",
      "name": "Progress M1-5",
      "serial_number": "Progress M1-5 (No.254)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P58DT1H30M42S",
      "time_docked": "P9249DT19H52M15S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-5 (Russian: Прогресс M1-5), was a Progress spacecraft used to deorbit the space station Mir.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 326,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/326/?format=api",
      "name": "Progress M1-4",
      "serial_number": "Progress M1-4 (No.253)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P84DT12H17M24S",
      "time_docked": "P57DT12H58M1S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-4 (Russian: Прогресс М1-4), identified by NASA as Progress 2 or 2P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 327,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/327/?format=api",
      "name": "Progress M1-3",
      "serial_number": "Progress M1-3 (No.251)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P86DT13H26M38S",
      "time_docked": "P84DT7H51M53S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M1-3 (Russian: Прогресс М1-3), identified by NASA as Progress 1 or 1P, was a Progress spacecraft used to resupply the International Space Station.",
      "spacecraft_config": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 329,
      "url": "https://ll.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://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
        "name": "Progress-M1",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
      }
    },
    {
      "id": 335,
      "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/335/?format=api",
      "name": "Progress M-38",
      "serial_number": "Progress M-38 (No.238)",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P61DT1H14M5S",
      "time_docked": "P59DT19H59M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-38 (Russian: Прогресс М-38), was a Progress spacecraft used to resupply the space station Mir. It also carried the VDU 2 propulsion unit.",
      "spacecraft_config": {
        "id": 35,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
        "name": "Progress-M",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "in_use": false,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
      }
    }
  ]
}