Modes

Levels of detail in the response - list, normal, detailed

Example - /spacecraft_configuration_families/?mode=list

Filters

Parameters - manufacturer, name

Example - /spacecraft_configuration_families/?manufacturer=121

Fields searched - manufacturer__abbrev, manufacturer__name, name

Example - /spacecraft_configuration_families/?search=Northrop

Ordering

Fields - name

Example - /spacecraft_configuration_families/?ordering=name

Number of results

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

Example - /spacecraft_configuration_families/?limit=2

Format

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

Help

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

GET /2.3.0/spacecraft_configuration_families/?format=api&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "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"
        },
        {
            "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"
        },
        {
            "response_mode": "normal",
            "id": 5,
            "name": "New Shepard Crew Capsule",
            "description": "Capsules built for suborbital human spaceflight on New Shepard",
            "manufacturer": {
                "response_mode": "list",
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "abbrev": "BO",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "parent": null,
            "maiden_flight": "2015-04-29"
        },
        {
            "response_mode": "normal",
            "id": 4,
            "name": "HTV",
            "description": "The H-II Transfer Vehicle (HTV), also called Kounotori, is an expendable, automated cargo spacecraft used to resupply the International Space Station",
            "manufacturer": {
                "response_mode": "list",
                "id": 37,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
                "name": "Japan Aerospace Exploration Agency",
                "abbrev": "JAXA",
                "type": {
                    "id": 1,
                    "name": "Government"
                }
            },
            "parent": null,
            "maiden_flight": "2009-09-10"
        },
        {
            "response_mode": "normal",
            "id": 7,
            "name": "Dragon 2",
            "description": "Dragon 2 is a family of spacecraft developed and produced by American private space transportation company SpaceX. It was redesigned for human spaceflight, and is capable of docking to the ISS.",
            "manufacturer": {
                "response_mode": "list",
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                "name": "SpaceX",
                "abbrev": "SpX",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "parent": {
                "response_mode": "list",
                "id": 6,
                "name": "Dragon"
            },
            "maiden_flight": "2019-03-02"
        },
        {
            "response_mode": "normal",
            "id": 6,
            "name": "Dragon",
            "description": "Dragon is a family of spacecraft developed and produced by American private space transportation company SpaceX.",
            "manufacturer": {
                "response_mode": "list",
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
                "name": "SpaceX",
                "abbrev": "SpX",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "parent": null,
            "maiden_flight": "2010-12-08"
        },
        {
            "response_mode": "normal",
            "id": 3,
            "name": "Cygnus",
            "description": "Cygnus is an expendable American cargo spacecraft developed by Orbital Sciences Corporation but manufactured and launched by Northrop Grumman Space Systems as part of NASA's Commercial Resupply Services (CRS) program",
            "manufacturer": {
                "response_mode": "list",
                "id": 257,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "abbrev": "NGSS",
                "type": {
                    "id": 3,
                    "name": "Commercial"
                }
            },
            "parent": null,
            "maiden_flight": "2013-09-18"
        }
    ]
}