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=60&ordering=id
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=70&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=50&ordering=id",
  "results": [
    {
      "id": 61,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/61/?format=api",
      "name": "Soyuz TMA-10M",
      "serial_number": "Soyuz TMA-M 11F732A47 #710",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P166DT6H25M10S",
      "time_docked": "P165DT21H17M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-10M was a Soyuz spacecraft which launched on 25 september 2013 20:58 UTC. It transported three members of the Expedition 37 crew to the International Space Station. The crew consisted of Oleg Kotov, Sergey Ryazansky, and Micheal Hopkins.",
      "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": 62,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/62/?format=api",
      "name": "Soyuz TMA-09M",
      "serial_number": "Soyuz TMA-M 11F732A47 #709",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P166DT6H17M36S",
      "time_docked": "P165DT20H55M5S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-09M was a Soyuz spacecraft which launched on 28 May 2013 20:31 UTC. It transported three members of the Expedition 36 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Karen L. Nyberg, and Luca Parmitano.",
      "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": 63,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/63/?format=api",
      "name": "Soyuz TMA-08M",
      "serial_number": "Soyuz TMA-M 11F732A47 #708",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P166DT6H14M40S",
      "time_docked": "P165DT21H9M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-08M was a Soyuz spacecraft which launched on 28 March 2013 20:42 UTC. It transported three members of the Expedition 35 crew to the International Space Station. The crew consisted of Pavel Vinogradov, Alexander Misurkin, and Christopher Cassidy.",
      "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": 64,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/64/?format=api",
      "name": "Soyuz TMA-07M",
      "serial_number": "Soyuz TMA-M 11F732A47 #704A",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P145DT14H18M25S",
      "time_docked": "P143DT8H59M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-07M was a Soyuz spacecraft which launched on 19 December 2012 12:12 UTC. It transported three members of the Expedition 34 crew to the International Space Station. The crew consisted of Roman Romanenko, Chris Hadfield, and Thomas Marshburn.",
      "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": 65,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/65/?format=api",
      "name": "Soyuz TMA-06M",
      "serial_number": "Soyuz TMA-M 11F732A47 #707",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P143DT16H19M49S",
      "time_docked": "P141DT11H14M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-06M was a Soyuz spacecraft which launched on 23 October 2012 10:51 UTC. It transported three members of the Expedition 33 crew to the International Space Station. The crew consisted of Oleg Novitskiy, Evgeny Tarelkin, and Kevin A. Ford.",
      "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": 66,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/66/?format=api",
      "name": "Soyuz TMA-05M",
      "serial_number": "Soyuz TMA-M 11F732A47 #706",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P126DT23H12M57S",
      "time_docked": "P124DT17H35M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-05M was a Soyuz spacecraft which launched on 15 July 2012 02:40 UTC. It transported three members of the Expedition 32 crew to the International Space Station. The crew consisted of Yuri Malenchenko, Sunita Williams, and Akihiko Hoshide.",
      "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": 67,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/67/?format=api",
      "name": "Soyuz TMA-04M",
      "serial_number": "Soyuz TMA-M 11F732A47 #705",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P124DT23H51M37S",
      "time_docked": "P122DT18H33M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-04M was a Soyuz spacecraft which launched on 15 May 2012 03:01 UTC. It transported three members of the Expedition 31 crew to the International Space Station. The crew consisted of Gennady Padalka, Sergei Revin, and Joseph M. Acaba.",
      "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": 68,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/68/?format=api",
      "name": "Soyuz TMA-03M",
      "serial_number": "Soyuz TMA-M 11F732A47 #703",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P192DT18H57M45S",
      "time_docked": "P190DT13H29M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-03M was a Soyuz spacecraft which launched on 21 December 2011 13:16 UTC. It transported three members of the Expedition 30 crew to the International Space Station. The crew consisted of Oleg Kononenko, André Kuipers, and Donald Pettit.",
      "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": 69,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/69/?format=api",
      "name": "Soyuz TMA-02M",
      "serial_number": "Soyuz TMA-M 11F732A47 #702",
      "is_placeholder": false,
      "in_space": false,
      "time_in_space": "P167DT6H13M15S",
      "time_docked": "P165DT1H42M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz TMA-02M was a Soyuz spacecraft which launched on 7 June 2011 02:26 UTC. It transported three members of the Expedition 28 crew to the International Space Station. The crew consisted of Sergey Volkov, Micheal E. Fossum, and Satoshi Furukawa.",
      "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": 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"
      }
    }
  ]
}