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=70&ordering=time_docked
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=80&ordering=time_docked",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=60&ordering=time_docked",
  "results": [
    {
      "response_mode": "normal",
      "id": 189,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/189/?format=api",
      "name": "Soyuz 7K-T No.39",
      "serial_number": "Soyuz 7K-T 11F615A8 #39",
      "is_placeholder": false,
      "image": {
        "id": 1927,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "PT21M27S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 7K-T No.39 was a Soyuz spacecraft which launched on 5 April 1975 11:04 UTC. It intended to transport two cosmonauts to Salyut 4, but an anomoly caused launch escape system to fire at T+295 seconds. The crew was Vasily Lazarev and Oleg Makarov.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
        "name": "Soyuz",
        "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": false,
        "image": {
          "id": 1927,
          "name": "[AUTO] Soyuz - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 509,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/509/?format=api",
      "name": "Soyuz 7K-L1 No.8",
      "serial_number": "Soyuz 7K-L1 #8",
      "is_placeholder": false,
      "image": {
        "id": 1927,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
        "name": "Soyuz",
        "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": false,
        "image": {
          "id": 1927,
          "name": "[AUTO] Soyuz - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 206,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/206/?format=api",
      "name": "Soyuz 1",
      "serial_number": "Soyuz 7K-OK (A) 11F615 #4",
      "is_placeholder": false,
      "image": {
        "id": 1927,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P1DT2H47M52S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz 1 was a Soyuz spacecraft which launched on 23 April 1967 00:35 UTC. It was the first manned flight of the Soyuz program carrying cosmonaut Colonel Vladimir Komarov. The landing failed due to parachute failure. It was the first in-flight fatality in the history of spaceflight.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
        "name": "Soyuz",
        "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": false,
        "image": {
          "id": 1927,
          "name": "[AUTO] Soyuz - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 262,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/262/?format=api",
      "name": "Progress M-12M",
      "serial_number": "Progress M-12M (No.412)",
      "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": "PT13H25M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-12M (Russian: Прогресс М-12М), identified by NASA as Progress 44 or 44P, was an unmanned Progress spacecraft that was lost in a launch failure in August 2011",
      "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": 548,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/548/?format=api",
      "name": "Gaganyaan G2",
      "serial_number": null,
      "is_placeholder": false,
      "image": {
        "id": 1914,
        "name": "[AUTO] Gaganyaan - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 0,
      "mission_ends_count": 0,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Second operational Gaganyaan capsule.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/29/?format=api",
        "name": "Gaganyaan",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 1031,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1031/?format=api",
          "name": "Hindustan Aeronautics Limited",
          "abbrev": "HAL",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1914,
          "name": "[AUTO] Gaganyaan - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194125.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 523,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/523/?format=api",
      "name": "Soyuz 7K-S No.3",
      "serial_number": "Soyuz 7K-S 11F732 #3",
      "is_placeholder": false,
      "image": {
        "id": 1927,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P17DT18H31M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Military version of the Soyuz 7K spacecraft.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/1/?format=api",
        "name": "Soyuz",
        "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": false,
        "image": {
          "id": 1927,
          "name": "[AUTO] Soyuz - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194147.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 540,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/540/?format=api",
      "name": "Orion Integrity",
      "serial_number": "003",
      "is_placeholder": false,
      "image": {
        "id": 1919,
        "name": "Orion approaching the Moon (Artemis I)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
        "credit": "NASA",
        "license": {
          "id": 4,
          "name": "NASA Image and Media Guidelines",
          "priority": 0,
          "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
      },
      "in_space": true,
      "time_in_space": "P3DT5H33M28S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 0,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Orion spacecraft used for Artemis 2.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/4/?format=api",
        "name": "Orion",
        "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": true,
        "image": {
          "id": 1919,
          "name": "Orion approaching the Moon (Artemis I)",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194133.jpeg",
          "credit": "NASA",
          "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
          },
          "single_use": false,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 229,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/229/?format=api",
      "name": "Vostok-3KA No.5",
      "serial_number": "Vostok-3KA No.5",
      "is_placeholder": false,
      "image": {
        "id": 1939,
        "name": "[AUTO] Vostok - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194207.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P3DT22H22M",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Vostok 3 was a Vostok spacecraft which launched on 11 August 1962 08:24 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Andriyan Nikolayev.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 15,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/15/?format=api",
        "name": "Vostok",
        "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": [],
        "in_use": false,
        "image": {
          "id": 1939,
          "name": "[AUTO] Vostok - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194207.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 163,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/163/?format=api",
      "name": "Cygnus CRS Orb-3",
      "serial_number": null,
      "is_placeholder": false,
      "image": {
        "id": 1911,
        "name": "[AUTO] Cygnus Standard - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194121.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 3,
        "name": "Destroyed"
      },
      "description": "Cygnus CRS Orb-3, also known as Orbital Sciences CRS Flight 3 or Orbital 3, was an attempted flight of Cygnus, an automated cargo spacecraft developed by United States-based company Orbital Sciences, on 28 October 2014. This flight, which would have been its fourth to the International Space Station and the fifth of an Antares launch vehicle, resulted in the Antares rocket exploding seconds after liftoff.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 5,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/5/?format=api",
        "name": "Cygnus Standard",
        "type": {
          "id": 4,
          "name": "Cargo Resupply"
        },
        "agency": {
          "response_mode": "list",
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "abbrev": "NGSS",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 3,
            "name": "Cygnus",
            "description": "Cygnus is an expendable American cargo spacecraft developed by Orbital Sciences Corporation but manufactured and launched by Northrop Grumman Space Systems as part of NASA's Commercial Resupply Services (CRS) program",
            "manufacturer": {
              "response_mode": "list",
              "id": 257,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "abbrev": "NGSS",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "parent": null,
            "maiden_flight": "2013-09-18"
          }
        ],
        "in_use": false,
        "image": {
          "id": 1911,
          "name": "[AUTO] Cygnus Standard - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194121.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 470,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/470/?format=api",
      "name": "Ship 20",
      "serial_number": "S20",
      "is_placeholder": false,
      "image": {
        "id": 1935,
        "name": "[AUTO] Starship - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P0D",
      "time_docked": "P0D",
      "flights_count": 0,
      "mission_ends_count": 0,
      "status": {
        "id": 2,
        "name": "Retired"
      },
      "description": "Used for ground testing alongside Booster 4. Ship 20 is now on display at the Starbase Rocket Garden.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 26,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/26/?format=api",
        "name": "Starship V1",
        "type": {
          "id": 6,
          "name": "Reuseable Upper Stage"
        },
        "agency": {
          "response_mode": "list",
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [
          {
            "response_mode": "normal",
            "id": 8,
            "name": "Starship",
            "description": "SpaceX Starship upper stages family",
            "manufacturer": {
              "response_mode": "list",
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
              "name": "SpaceX",
              "abbrev": "SpX",
              "type": {
                "id": 3,
                "name": "Commercial"
              }
            },
            "parent": null,
            "maiden_flight": "2023-04-20"
          }
        ],
        "in_use": false,
        "image": {
          "id": 1935,
          "name": "[AUTO] Starship - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194201.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    }
  ]
}