Modes

Levels of detail in the response - normal, detailed

Example - /spacecraft/?mode=detailed

Filters

Parameters - in_space, is_placeholder, name, spacecraft_config, status

Example - /spacecraft/?is_placeholder=True

Fields searched - name, spacecraft_config__name

Example - /spacecraft/?search=Endeavour

Ordering

Fields - flights_count, id, mission_ends_count, time_docked, time_in_space

Example - /spacecraft/?ordering=-flights_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /spacecraft/?limit=2

Format

Switch to JSON output - /spacecraft/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/spacecraft/?format=api&offset=510
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 603,
  "next": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=520",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=500",
  "results": [
    {
      "response_mode": "normal",
      "id": 40,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/40/?format=api",
      "name": "Space Shuttle Endeavour",
      "serial_number": "OV-105",
      "is_placeholder": false,
      "image": {
        "id": 1962,
        "name": "Spaceshuttle Endeavour atop carrier aircraft",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceshuttle_en_image_20240309150401.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceshuttle_en_image_thumbnail_20240309150402.jpeg",
        "credit": "NASA/Tom Tschida",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P296DT5H37M42S",
      "time_docked": "P120DT14H50M45S",
      "flights_count": 25,
      "mission_ends_count": 25,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Space Shuttle Endeavour (Orbiter Vehicle Designation: OV-105) is a retired orbiter from NASA's Space Shuttle program and the fifth and final operational shuttle built. It embarked on its first mission, STS-49, in May 1992 and its 25th and final mission, STS-134, in May 2011. STS-134 was expected to be the final mission of the Space Shuttle program, but with the authorization of STS-135, Atlantis became the last shuttle to fly.  The United States Congress approved the construction of Endeavour in 1987 to replace Challenger, which was lost in 1986.  Structural spares built during the construction of Discovery and Atlantis were used in its assembly. NASA chose, on cost grounds, to build Endeavour from spares rather than refitting Enterprise.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 14,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/14/?format=api",
        "name": "Space Shuttle",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1934,
          "name": "[AUTO] Space Shuttle - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194159.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": "P114DT22H3M"
    },
    {
      "response_mode": "normal",
      "id": 42,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/42/?format=api",
      "name": "Soyuz MS-09",
      "serial_number": "Soyuz MS 11F732A48 #739",
      "is_placeholder": false,
      "image": {
        "id": 967,
        "name": "Soyuz MS in orbit (MS-19)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
        "credit": "ESA/NASA/T. Pesquet",
        "license": {
          "id": 2,
          "name": "ESA Standard Licence",
          "priority": 2,
          "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P196DT17H49M19S",
      "time_docked": "P194DT12H41M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-09 is a Soyuz spaceflight which launched on June 6, 2018. It transported three members of the Expedition 56 crew to the International Space Station. The crew consists of Sergey Prokopyev,  Alexander Gerst and  Serena M. Auñón-Chancellor to the International Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/38/?format=api",
        "name": "Soyuz MS",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 1,
            "name": "Soyuz",
            "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
            "manufacturer": {
              "response_mode": "list",
              "id": 1000,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
              "name": "Energia",
              "abbrev": "OKB-1",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "parent": null,
            "maiden_flight": "1966-11-28"
          }
        ],
        "in_use": true,
        "image": {
          "id": 967,
          "name": "Soyuz MS in orbit (MS-19)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
          "credit": "ESA/NASA/T. Pesquet",
          "license": {
            "id": 2,
            "name": "ESA Standard Licence",
            "priority": 2,
            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 47,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/47/?format=api",
      "name": "Soyuz MS-04",
      "serial_number": "Soyuz MS 11F732A48 #735",
      "is_placeholder": false,
      "image": {
        "id": 967,
        "name": "Soyuz MS in orbit (MS-19)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
        "credit": "ESA/NASA/T. Pesquet",
        "license": {
          "id": 2,
          "name": "ESA Standard Licence",
          "priority": 2,
          "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P135DT18H8M15S",
      "time_docked": "P135DT8H40M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz MS-04 was a Soyuz spacecraft that launched on 20 April 2017. It transported two members of the Expedition 52 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin and Jack D. Fischer.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 38,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/38/?format=api",
        "name": "Soyuz MS",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 1,
            "name": "Soyuz",
            "description": "Soyuz is a series of spacecraft which has been in service since the 1960s, having made more than 140 flights. It was designed for the Soviet space program by the Korolev Design Bureau (now Energia).",
            "manufacturer": {
              "response_mode": "list",
              "id": 1000,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
              "name": "Energia",
              "abbrev": "OKB-1",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "parent": null,
            "maiden_flight": "1966-11-28"
          }
        ],
        "in_use": true,
        "image": {
          "id": 967,
          "name": "Soyuz MS in orbit (MS-19)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
          "credit": "ESA/NASA/T. Pesquet",
          "license": {
            "id": 2,
            "name": "ESA Standard Licence",
            "priority": 2,
            "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 269,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/269/?format=api",
      "name": "Progress M-05M",
      "serial_number": "Progress M-05M (No.405)",
      "is_placeholder": false,
      "image": {
        "id": 1923,
        "name": "[AUTO] Progress-M (modified) - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P200DT15H34M51S",
      "time_docked": "P176DT19H52M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-05M (Russian: Прогресс М-05М), identified by NASA as Progress 37P, is a Progress spacecraft launched by the Russian Federal Space Agency in April 2010 to resupply the International Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 34,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/34/?format=api",
        "name": "Progress-M (modified)",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 2,
            "name": "Progress",
            "description": "The Progress is a Russian expendable cargo spacecraft. Its purpose is to deliver the supplies needed to sustain a human presence in orbit.",
            "manufacturer": {
              "response_mode": "list",
              "id": 1000,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
              "name": "Energia",
              "abbrev": "OKB-1",
              "type": {
                "id": 1,
                "name": "Government"
              }
            },
            "parent": null,
            "maiden_flight": "1978-01-20"
          }
        ],
        "in_use": false,
        "image": {
          "id": 1923,
          "name": "[AUTO] Progress-M (modified) - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194140.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 2,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/2/?format=api",
      "name": "Mercury No.7",
      "serial_number": "7",
      "is_placeholder": false,
      "image": {
        "id": 1917,
        "name": "[AUTO] Mercury - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT15M22S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.7 is the Mercury capsule used for the Mercury-Redstone 3 - callsign \"Freedom 7\" - mission launched on May 5, 1961 and piloted by astronaut Alan Shepard.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1917,
          "name": "[AUTO] Mercury - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 6,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/6/?format=api",
      "name": "Mercury No.16",
      "serial_number": "16",
      "is_placeholder": false,
      "image": {
        "id": 1917,
        "name": "[AUTO] Mercury - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT9H12M48S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.16 is the Mercury capsule used for the Mercury-Atlas 8 - callsign \"Sigma 7\" - mission launched on October 3, 1962 and piloted by astronaut Walter M. Schirra Jr.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1917,
          "name": "[AUTO] Mercury - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/10/?format=api",
      "name": "Mercury No.5",
      "serial_number": "5",
      "is_placeholder": false,
      "image": {
        "id": 1917,
        "name": "[AUTO] Mercury - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT17M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Mercury No.5 is the Mercury capsule used for the Mercury-Redstone 2 mission launched on January 31, 1961 with a chimpanzee onboard.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 11,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/11/?format=api",
        "name": "Mercury",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1917,
          "name": "[AUTO] Mercury - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194131.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/11/?format=api",
      "name": "Gemini SC1",
      "serial_number": "1",
      "is_placeholder": false,
      "image": {
        "id": 1915,
        "name": "[AUTO] Gemini - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P3DT22H59M59S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC1 is the Gemini capsule used for the Gemini 1 mission launched on April 8, 1964.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1915,
          "name": "[AUTO] Gemini - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 12,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/12/?format=api",
      "name": "Gemini SC2",
      "serial_number": "2",
      "is_placeholder": false,
      "image": {
        "id": 1915,
        "name": "[AUTO] Gemini - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT18M14S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC2 is the Gemini capsule used for the Gemini 2 mission launched on January 19, 1965.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1915,
          "name": "[AUTO] Gemini - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 14,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/14/?format=api",
      "name": "Gemini SC4",
      "serial_number": "4",
      "is_placeholder": false,
      "image": {
        "id": 1915,
        "name": "[AUTO] Gemini - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P3DT23H59M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC4 is the Gemini capsule used for the Gemini 4 mission launched on June 3, 1965 and crewed by astronauts James McDivitt (command pilot) and Ed White (pilot).",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 12,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/12/?format=api",
        "name": "Gemini",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1915,
          "name": "[AUTO] Gemini - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194127.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    }
  ]
}