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

{
    "id": 15,
    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
    "name": "Vostok",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "featured": true,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "RFSA",
        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
        "administrator": "Administrator: Yuri Borisov",
        "founding_year": "1992",
        "launchers": "Soyuz",
        "spacecraft": "Soyuz",
        "parent": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
    },
    "in_use": false,
    "capability": "Human spaceflight in LEO.",
    "history": "The Vostok (Russian: Восток, translated as \"East\") was a type of spacecraft built by the Soviet Union. The spacecraft was part of the Vostok programme, in which six manned spaceflights were made, from 1961–63.",
    "details": "The Vostok-3KA consisted of a spherical descent module, which housed the cosmonaut, instruments and escape system, and a conical instrument module, which contained propellant and the engine system. \r\n\r\nOn reentry, the cosmonaut would eject from the craft at about 7,000 m (23,000 ft) and descend via parachute, while the capsule would land separately. The reason for this was that the Vostok descent module made an extremely rough landing that could have left a cosmonaut seriously injured.",
    "maiden_flight": "1960-05-15",
    "height": 4.55,
    "diameter": 2.43,
    "human_rated": true,
    "crew_capacity": 1,
    "payload_capacity": 4725,
    "payload_return_capacity": null,
    "flight_life": "Longest flight was 4 days.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Vostok_(spacecraft)",
    "info_link": ""
}