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=410&ordering=-time_in_space
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=420&ordering=-time_in_space",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=400&ordering=-time_in_space",
  "results": [
    {
      "response_mode": "normal",
      "id": 33,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/33/?format=api",
      "name": "Apollo Endeavour CSM-112",
      "serial_number": "CSM-112",
      "is_placeholder": false,
      "image": {
        "id": 1902,
        "name": "[AUTO] Apollo Command/Service Module - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P12D",
      "time_docked": "P4DT6H59M3S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-112 \"Endeavour\" was an Apollo Command & Service Module used in the Apollo 15 mission.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "abbrev": "",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1902,
          "name": "[AUTO] Apollo Command/Service Module - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 321,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/321/?format=api",
      "name": "Progress M-SO1",
      "serial_number": "Progress M-SO1 (No.301)",
      "is_placeholder": false,
      "image": {
        "id": 1921,
        "name": "[AUTO] Progress-M - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194137.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P11DT22H55M5S",
      "time_docked": "P9DT14H31M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-SO1 was a modified Progress spacecraft used to deliver the Pirs module to the International Space Station.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 35,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/35/?format=api",
        "name": "Progress-M",
        "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": 1921,
          "name": "[AUTO] Progress-M - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194137.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 457,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/457/?format=api",
      "name": "Soyuz MS-20",
      "serial_number": "Soyuz MS 11F732A48 #752",
      "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": "P11DT19H35M3S",
      "time_docked": "P11DT10H9M41S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Launched to the ISS in December 2021.",
      "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": 133,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/133/?format=api",
      "name": "Soyuz T-12",
      "serial_number": "Soyuz T 11F732 #18",
      "is_placeholder": false,
      "image": {
        "id": 1929,
        "name": "[AUTO] Soyuz T - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P11DT19H14M36S",
      "time_docked": "P10DT14H21M25S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 17 July 1984 17:40 UTC. It transported two cosmonauts of EP-4 to Salyut 7. The EP-4 crew was Vladimir Dzhanibekov, Svetlana Savitskaya, and Igor Volk.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 42,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/42/?format=api",
        "name": "Soyuz T",
        "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": 1929,
          "name": "[AUTO] Soyuz T - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194150.png",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/34/?format=api",
      "name": "Apollo Casper CSM-113",
      "serial_number": "CSM-113",
      "is_placeholder": false,
      "image": {
        "id": 1902,
        "name": "[AUTO] Apollo Command/Service Module - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P11D",
      "time_docked": "P4DT14H10M32S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-113 \"Casper\" was an Apollo Command & Service Module used in the Apollo 16 mission.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "abbrev": "",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1902,
          "name": "[AUTO] Apollo Command/Service Module - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 25,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/25/?format=api",
      "name": "Apollo CSM-101",
      "serial_number": "CSM-101",
      "is_placeholder": false,
      "image": {
        "id": 1902,
        "name": "[AUTO] Apollo Command/Service Module - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P10DT20H8M15S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-101 was an Apollo Command & Service Module used in the Apollo 7 mission.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "abbrev": "",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1902,
          "name": "[AUTO] Apollo Command/Service Module - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 524,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/524/?format=api",
      "name": "Soyuz T No.4",
      "serial_number": "Soyuz T 11F732 #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": "P10DT9H",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Third generation Soyuz 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": 27,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/27/?format=api",
      "name": "Apollo Gumdrop CSM-104",
      "serial_number": "CSM-104",
      "is_placeholder": false,
      "image": {
        "id": 1902,
        "name": "[AUTO] Apollo Command/Service Module - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P10DT1H",
      "time_docked": "P3DT19H57M56S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-104 \"Gumdrop\" was an Apollo Command & Service Module used in the Apollo 9 mission.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "abbrev": "",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1902,
          "name": "[AUTO] Apollo Command/Service Module - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 29,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/29/?format=api",
      "name": "Apollo Yankee Clipper CSM-108",
      "serial_number": "CSM-108",
      "is_placeholder": false,
      "image": {
        "id": 1902,
        "name": "[AUTO] Apollo Command/Service Module - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P10D",
      "time_docked": "P4DT10H50M20S",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "CSM-108 \"Yankee Clipper\" was an Apollo Command & Service Module used in the Apollo 12 mission.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 10,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/10/?format=api",
        "name": "Apollo Command/Service Module",
        "type": {
          "id": 2,
          "name": "Capsule"
        },
        "agency": {
          "response_mode": "list",
          "id": 999,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/999/?format=api",
          "name": "North American Aviation",
          "abbrev": "",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": false,
        "image": {
          "id": 1902,
          "name": "[AUTO] Apollo Command/Service Module - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194107.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": null
    },
    {
      "response_mode": "normal",
      "id": 246,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/246/?format=api",
      "name": "Progress M-27M",
      "serial_number": "Progress M-27M (No.426)",
      "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": "P9DT18H54M10S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Progress M-27M (Russian: Прогресс М-27М), identified by NASA as Progress 59 or 59P, was a Progress spacecraft used by Roscosmos in an unsuccessful attempt 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
    }
  ]
}