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

{
    "id": 20,
    "url": "https://ll.thespacedevs.com/2.1.0/config/spacecraft/20/?format=api",
    "name": "Tesla Roadster",
    "type": {
        "id": 5,
        "name": "Mass Simulator"
    },
    "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": "A car in space.",
    "history": "Elon Musk's Tesla Roadster is an electric sports car that served as the dummy payload for the February 2018 Falcon Heavy test flight and became an artificial satellite of the Sun. \"Starman\", a mannequin dressed in a spacesuit, occupies the driver's seat. The car and rocket are products of Tesla and SpaceX, respectively, both companies founded by Elon Musk. The 2008-model Roadster was previously used by Musk for commuting to work, and is the only production car in space.",
    "details": "The car, mounted on the rocket's second stage, acquired enough velocity to escape Earth's gravity and enter an elliptical heliocentric orbit crossing the orbit of Mars. The orbit reaches a maximum distance from the Sun at aphelion of 1.66 astronomical units (au). During the early portion of the voyage outside the Earth's atmosphere, live video was transmitted back to the mission control center and live-streamed for slightly over four hours.",
    "maiden_flight": "2018-02-06",
    "height": 4.0,
    "diameter": 1.8,
    "human_rated": false,
    "crew_capacity": 2,
    "payload_capacity": null,
    "flight_life": "It is now on an heliocentric orbit with no planned return to Earth.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tesla2520roadster_image_20190307220553.jpg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Elon_Musk%27s_Tesla_Roadster",
    "info_link": ""
}