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/573/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 573,
  "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/573/?format=api",
  "name": "Gaganyaan TV-D1",
  "serial_number": null,
  "is_placeholder": false,
  "in_space": false,
  "time_in_space": "PT9M",
  "time_docked": "P0D",
  "flights_count": 1,
  "mission_ends_count": 1,
  "status": {
    "id": 4,
    "name": "Single Use"
  },
  "description": "Capsule used during the inflight abort test.",
  "spacecraft_config": {
    "id": 29,
    "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/29/?format=api",
    "name": "Gaganyaan",
    "type": {
      "id": 2,
      "name": "Capsule"
    },
    "agency": {
      "id": 1031,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1031/?format=api",
      "name": "Hindustan Aeronautics Limited",
      "featured": false,
      "type": "Government",
      "country_code": "IND",
      "abbrev": "HAL",
      "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
      "administrator": "Chairman: R. Madhavan",
      "founding_year": "1940",
      "launchers": "",
      "spacecraft": "Gaganyaan",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png",
      "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png"
    },
    "in_use": true,
    "capability": "The spacecraft is being designed to carry three people, and a planned upgraded version will be equipped with rendezvous and docking capability.",
    "history": "This Hindustan Aeronautics Limited manufactured crew module had its first uncrewed experimental flight on 18 December 2014 as part of a suborbital test flight of the GSLV Mark III rocket.",
    "details": "Gaganyaan is an Indian crewed orbital spacecraft intended to be the formative spacecraft of the Indian Human Spaceflight Programme.",
    "maiden_flight": "2023-10-21",
    "height": 3.58,
    "diameter": 3.5,
    "human_rated": true,
    "crew_capacity": 3,
    "payload_capacity": null,
    "payload_return_capacity": null,
    "flight_life": "Up to seven days in orbit",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Gaganyaan",
    "info_link": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan"
  },
  "flights": []
}