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

{
    "response_mode": "detailed",
    "id": 28,
    "url": "https://lldev.thespacedevs.com/2.3.0/spacecraft_configurations/28/?format=api",
    "name": "Buran",
    "type": {
        "id": 3,
        "name": "Spaceplane"
    },
    "agency": {
        "response_mode": "normal",
        "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"
        },
        "featured": true,
        "country": [
            {
                "id": 5,
                "name": "Russia",
                "alpha_2_code": "RU",
                "alpha_3_code": "RUS",
                "nationality_name": "Russian",
                "nationality_name_composed": "Russo"
            }
        ],
        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
        "administrator": "Administrator: Yuri Borisov",
        "founding_year": 1992,
        "launchers": "Soyuz",
        "spacecraft": "Soyuz",
        "parent": null,
        "image": {
            "id": 25,
            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - image",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184652.jpeg",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        },
        "logo": {
            "id": 177,
            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185118.png",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        },
        "social_logo": {
            "id": 89,
            "name": "[AUTO] Russian Federal Space Agency (ROSCOSMOS) - social_logo",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg",
            "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184841.jpeg",
            "credit": null,
            "license": {
                "id": 1,
                "name": "Unknown",
                "priority": 9,
                "link": null
            },
            "single_use": true,
            "variants": []
        }
    },
    "family": [],
    "in_use": false,
    "image": {
        "id": 1904,
        "name": "[AUTO] Buran - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/buran_image_20210902151254.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194110.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "capability": "Autonomously carrying cargo and crew (never achieved) to Low Earth Orbit.",
    "history": "The Buran was a Soviet and later Russian reusable spacecraft that began development in 1974 at the Central Aerohydrodynamic Institute in Moscow and was formally suspended in 1993.",
    "details": "The Buran programme was started by the Soviet Union as a response to the United States Space Shuttle programme. The project was the largest and the most expensive in the history of Soviet space exploration. Development work included sending BOR-5 test vehicles on multiple sub-orbital test flights, and atmospheric flights of the OK-GLI aerodynamic prototype. Buran completed one uncrewed orbital spaceflight in 1988, after which it was recovered successfully. Although the Buran class was similar in appearance to NASA's Space Shuttle orbiter, and could similarly operate as a re-entry spaceplane, its internal and functional design was distinct. For example, the main engines during launch were on the Energia rocket and were not taken into orbit by the spacecraft. Smaller rocket engines on the craft's body provided propulsion in orbit and de-orbital burns, similar to the Space Shuttle's OMS pods.",
    "maiden_flight": "1988-11-15",
    "height": 36.37,
    "diameter": null,
    "human_rated": true,
    "crew_capacity": 4,
    "payload_capacity": 30000,
    "payload_return_capacity": null,
    "flight_life": "At least 15-20 days, but its only flight lasted only 206 minutes.",
    "wiki_link": "https://en.wikipedia.org/wiki/Buran_(spacecraft)",
    "info_link": "",
    "spacecraft_flown": 1,
    "total_launch_count": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "attempted_landings": 1,
    "successful_landings": 1,
    "failed_landings": 0,
    "fastest_turnaround": null
}