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.2.0/config/spacecraft/?status=Active

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

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

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

{
    "id": 9,
    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/9/?format=api",
    "name": "CST-100 Starliner",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "agency": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
        "name": "Boeing",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BA",
        "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": "Leanne Caret",
        "founding_year": "2002",
        "launchers": "SLS",
        "spacecraft": "Starliner",
        "parent": null,
        "image_url": null,
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/boeing_logo_20201128183345.png"
    },
    "in_use": true,
    "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.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Boeing_CST-100_Starliner",
    "info_link": "http://www.boeing.com/space/starliner/"
}