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

{
    "id": 16,
    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
    "name": "Voskhod",
    "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",
    "history": "Voskhod 3KV flew on 12 October 1964 manned as Voskhod 1. It carried three cosmonauts and marked the first time more than one person had flown to space in the same craft. \r\n\r\nVoskhod 3KD flew on 18 March 1965 manned as the Voskhod 2 spacecraft. Voskhod 2 had a crew of two wearing spacesuits and marked the first spacewalk.",
    "details": "The Voskhod (Russian: Восход, \"Sunrise\") was a spacecraft built by the Soviet Union's space program for human spaceflight as part of the Voskhod programme. It was a development of and a follow-on to the Vostok spacecraft.\r\n\r\nTwo variants were created, the Voskhod 3KV which held three cosmonauts, and the Voskhod 3KD which held two cosmonauts. Both variants had very similar specifications.",
    "maiden_flight": "1964-10-06",
    "height": 5.0,
    "diameter": 2.4,
    "human_rated": true,
    "crew_capacity": 3,
    "payload_capacity": null,
    "payload_return_capacity": null,
    "flight_life": "~1 day flights",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Voskhod_(spacecraft)",
    "info_link": ""
}