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=300
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=310",
  "previous": "https://lldev.thespacedevs.com/2.3.0/spacecraft/?format=api&limit=10&offset=290",
  "results": [
    {
      "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
    },
    {
      "response_mode": "normal",
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/13/?format=api",
      "name": "Gemini SC3",
      "serial_number": "3",
      "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": "P0D",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC3 is the Gemini capsule used for the Gemini 3 mission launched on March 23, 1965 and piloted by astronaut Virgil Il. \"Gus\" Grissom.",
      "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": 17,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/17/?format=api",
      "name": "Gemini SC7",
      "serial_number": "7",
      "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": "P13DT18H34M57S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC7 is the Gemini capsule used for the Gemini 7 mission launched on December 4, 1965 and crewed by astronauts Frank Borman (command pilot) and Jim Lovell (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
    },
    {
      "response_mode": "normal",
      "id": 16,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/16/?format=api",
      "name": "Gemini SC6",
      "serial_number": "6",
      "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": "P1DT1H51M24S",
      "time_docked": "P0D",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC6 is the Gemini capsule used for the Gemini 6 mission launched on December 15, 1965 and crewed by astronauts Walter M. Schirra, Jr. (command pilot) and Thomas P. Stafford (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
    },
    {
      "response_mode": "normal",
      "id": 21,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/21/?format=api",
      "name": "Gemini SC11",
      "serial_number": "11",
      "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": "P2DT23H16M34S",
      "time_docked": "P2DT39M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC11 is the Gemini capsule used for the Gemini 11 mission launched on September 12, 1966 and crewed by astronauts Charles \"Pete\" Conrad Jr. (command pilot) and Richard F. Gordon Jr. (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
    },
    {
      "response_mode": "normal",
      "id": 22,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/22/?format=api",
      "name": "Gemini SC12",
      "serial_number": "12",
      "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": "P3DT22H34M27S",
      "time_docked": "P1DT19H12M",
      "flights_count": 1,
      "mission_ends_count": 1,
      "status": {
        "id": 4,
        "name": "Single Use"
      },
      "description": "Gemini SC12 is the Gemini capsule used for the Gemini 12 mission launched on November 11, 1966 and crewed by astronauts James A. Lovell, Jr. (command pilot) and Edwin E. Aldrin, Jr. (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
    },
    {
      "response_mode": "normal",
      "id": 559,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/559/?format=api",
      "name": "X-37B 2",
      "serial_number": "2",
      "is_placeholder": false,
      "image": {
        "id": 1940,
        "name": "[AUTO] X-37B - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": false,
      "time_in_space": "P2400DT10H50M",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 4,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "Second X-37B. First flight on March 5, 2011.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 30,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/30/?format=api",
        "name": "X-37B",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "response_mode": "list",
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
          "name": "Boeing",
          "abbrev": "BA",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1940,
          "name": "[AUTO] X-37B - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": "P123DT2H13M"
    },
    {
      "response_mode": "normal",
      "id": 558,
      "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft/558/?format=api",
      "name": "X-37B 1",
      "serial_number": "1",
      "is_placeholder": false,
      "image": {
        "id": 1940,
        "name": "[AUTO] X-37B - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "in_space": true,
      "time_in_space": "P2048DT2H39M54S",
      "time_docked": "P0D",
      "flights_count": 4,
      "mission_ends_count": 3,
      "status": {
        "id": 1,
        "name": "Active"
      },
      "description": "First X-37B. First flight on April 22, 2010.",
      "spacecraft_config": {
        "response_mode": "normal",
        "id": 30,
        "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/30/?format=api",
        "name": "X-37B",
        "type": {
          "id": 3,
          "name": "Spaceplane"
        },
        "agency": {
          "response_mode": "list",
          "id": 80,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
          "name": "Boeing",
          "abbrev": "BA",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        "family": [],
        "in_use": true,
        "image": {
          "id": 1940,
          "name": "[AUTO] X-37B - image",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/x-37b_image_20221113134355.jpeg",
          "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194208.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        }
      },
      "fastest_turnaround": "P739DT8H47M"
    }
  ]
}