API endpoint that allows Spacecraft Configs to be viewed.

GET:
Return a list of all the existing spacecraft.

FILTERS:
Parameters - 'name', 'manufacturer', 'in_use', 'human_rated'
Example - /2.1.0/config/spacecraft/?status=Active

SEARCH EXAMPLE:
Example - /2.1.0/config/spacecraft/?search=Dragon

ORDERING:
Fields - 'name'
Example - /2.1.0/config/spacecraft/?order=name

GET /2.1.0/config/spacecraft/26/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 26,
    "url": "https://ll.thespacedevs.com/2.1.0/config/spacecraft/26/?format=api",
    "name": "Starship",
    "type": {
        "id": 6,
        "name": "Reuseable Upper Stage"
    },
    "agency": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.1.0/agencies/121/?format=api",
        "name": "SpaceX",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "SpX",
        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
        "administrator": "CEO: Elon Musk",
        "founding_year": "2002",
        "launchers": "Falcon | Starship",
        "spacecraft": "Dragon",
        "parent": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg"
    },
    "in_use": true,
    "capability": "More than 100 tons to Earth orbit",
    "history": "The Starship second stage was testing during a number of low and high altitude suborbital flights before the first orbital launch attempt.",
    "details": "Second stage of the two-stage Starship super heavy-lift launch vehicle.",
    "maiden_flight": "2023-04-20",
    "height": 50.0,
    "diameter": 9.0,
    "human_rated": false,
    "crew_capacity": 0,
    "payload_capacity": 100000,
    "flight_life": "Unknown at this stage",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/SpaceX_Starship",
    "info_link": "https://www.spacex.com/vehicles/starship/"
}