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

{
    "id": 3,
    "url": "https://ll.thespacedevs.com/2.1.0/config/spacecraft/3/?format=api",
    "name": "Dragon 1",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "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": false,
    "capability": "ISS Logistics",
    "history": "Dragon, also known as Dragon 1 or Cargo Dragon, was a class of fourteen partially reusable cargo spacecraft developed by SpaceX, an American private space transportation company.\r\n\r\nIt flew 23 missions between 2010 and 2020.\r\n\r\nDuring its maiden flight in December 2010, Dragon became the first commercially built and operated spacecraft to be recovered successfully from orbit.",
    "details": "The Dragon spacecraft consists of a nose-cone cap, a conventional blunt-cone ballistic capsule, and an unpressurized cargo-carrier trunk equipped with two solar arrays. Dragon was launched into orbit by the company's Falcon 9 launch vehicle to resupply the International Space Station (ISS).",
    "maiden_flight": "2010-12-08",
    "height": 6.1,
    "diameter": 3.7,
    "human_rated": false,
    "crew_capacity": null,
    "payload_capacity": 6000,
    "flight_life": "One week free flight, up to two years while berthed to the International Space Station.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Dragon_(spacecraft)",
    "info_link": "https://www.spacex.com/dragon"
}