Modes

Levels of detail in the response - normal, detailed

Example - /spacecraft_configurations/?mode=detailed

Filters

Parameters - agency, human_rated, in_use, name

Example - /spacecraft_configurations/?human_rated=True

Fields searched - agency__abbrev, agency__name, name

Example - /spacecraft_configurations/?search=Dragon

Ordering

Fields - name

Example - /spacecraft_configurations/?ordering=name

Number of results

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

Example - /spacecraft_configurations/?limit=2

Format

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

Help

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

GET /2.3.0/spacecraft_configurations/9/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "detailed",
    "id": 9,
    "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/9/?format=api",
    "name": "CST-100 Starliner",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "agency": {
        "response_mode": "normal",
        "id": 80,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/80/?format=api",
        "name": "Boeing",
        "abbrev": "BA",
        "type": {
            "id": 3,
            "name": "Commercial"
        },
        "featured": false,
        "country": [
            {
                "id": 2,
                "name": "United States of America",
                "alpha_2_code": "US",
                "alpha_3_code": "USA",
                "nationality_name": "American",
                "nationality_name_composed": "Americano"
            }
        ],
        "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
        "administrator": "CEO: Kelly Ortberg",
        "founding_year": 1916,
        "launchers": "SLS",
        "spacecraft": "Starliner",
        "parent": null,
        "image": null,
        "logo": {
            "id": 117,
            "name": "[AUTO] Boeing - logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_logo_20201128183345.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184923.png",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        },
        "social_logo": {
            "id": 46,
            "name": "[AUTO] Boeing - social_logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_nation_20230804083022.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184740.jpeg",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        }
    },
    "family": [],
    "in_use": true,
    "image": {
        "id": 1020,
        "name": "Boeing Starliner in orbit (OFT-2)",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191414.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": []
    },
    "capability": "Cargo and Human Transportation",
    "history": "The design draws upon Boeing's experience with NASA's Apollo, Space Shuttle and ISS programs as well as the Orbital Express project sponsored by the Department of Defense. A variety of validation tests have been underway on test articles since 2011.\r\n\r\nThe uncrewed orbital flight test launched on December 20, 2019, but after deployment, an 11-hour offset in the mission clock of Starliner caused the spacecraft to do a large engine burn, consumeing to much fuel, to reach the International Space Station, leading to an early return.\r\n\r\nA second uncrewed orbital flight test launched on May 19, 2022, which successfully reached the International Space Station.",
    "details": "The Boeing CST-100 Starliner (Crew Space Transportation) crew capsule is a spacecraft design under construction by Boeing as their entry for NASA's Commercial Crew Development program. Its primary purpose is to transport crew to the International Space Station and to private space stations. It is launched on United Launch Alliance Atlas V Rocket.",
    "maiden_flight": "2019-08-17",
    "height": 5.03,
    "diameter": 4.56,
    "human_rated": true,
    "crew_capacity": 7,
    "payload_capacity": null,
    "payload_return_capacity": null,
    "flight_life": "210 days docked, 60 hours free flight.",
    "wiki_link": "https://en.wikipedia.org/wiki/Boeing_CST-100_Starliner",
    "info_link": "http://www.boeing.com/space/starliner/",
    "spacecraft_flown": 2,
    "total_launch_count": 3,
    "successful_launches": 3,
    "failed_launches": 0,
    "attempted_landings": 3,
    "successful_landings": 3,
    "failed_landings": 0,
    "fastest_turnaround": "P1627DT1H53M22S"
}