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/24/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "detailed",
    "id": 24,
    "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/24/?format=api",
    "name": "Dream Chaser",
    "type": {
        "id": 3,
        "name": "Spaceplane"
    },
    "agency": {
        "response_mode": "normal",
        "id": 1020,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1020/?format=api",
        "name": "Sierra Nevada Corporation",
        "abbrev": "SNC",
        "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": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
        "administrator": "CEO: Fatih Ozmen",
        "founding_year": 1963,
        "launchers": "",
        "spacecraft": "",
        "parent": null,
        "image": {
            "id": 27,
            "name": "[AUTO] Sierra Nevada Corporation - image",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184659.jpeg",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        },
        "logo": {
            "id": 180,
            "name": "[AUTO] Sierra Nevada Corporation - logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra2520nevada2520corporation_logo_20200821083933.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185125.png",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        },
        "social_logo": null
    },
    "family": [],
    "in_use": true,
    "image": {
        "id": 1913,
        "name": "Dream Chaser Eagle on the runway",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dream_chaser_image_20200821084247.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194124.jpeg",
        "credit": "NASA/Ken Ulbrich",
        "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 transportation to and from the ISS.",
    "history": "The Dream Chaser Cargo System is an American reusable lifting body spaceplane being developed by Sierra Nevada Corporation (SNC) Space Systems. Originally intended as a crewed vehicle, the Dream Chaser Space System, to be produced after the cargo variant is operational, is capable of carrying up to seven people and cargo to and from low Earth orbit.",
    "details": "The cargo Dream Chaser will resupply the International Space Station with both pressurized and unpressurized cargo. It will be launched vertically on the Vulcan Centaur rocket, and autonomously land horizontally on conventional runways.",
    "maiden_flight": null,
    "height": null,
    "diameter": null,
    "human_rated": false,
    "crew_capacity": 7,
    "payload_capacity": 5000,
    "payload_return_capacity": 1750,
    "flight_life": "Multiple months",
    "wiki_link": "https://en.wikipedia.org/wiki/Dream_Chaser",
    "info_link": "https://www.sncorp.com/what-we-do/dream-chaser-space-vehicle/",
    "spacecraft_flown": 0,
    "total_launch_count": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "fastest_turnaround": null
}