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

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

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

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

{
    "id": 28,
    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/28/?format=api",
    "name": "Buran",
    "type": {
        "id": 3,
        "name": "Spaceplane"
    },
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.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"
    },
    "in_use": false,
    "capability": "Autonomously carrying cargo and crew (never achieved) to Low Earth Orbit.",
    "history": "The Buran was a Soviet and later Russian reusable spacecraft that began development in 1974 at the Central Aerohydrodynamic Institute in Moscow and was formally suspended in 1993.",
    "details": "The Buran programme was started by the Soviet Union as a response to the United States Space Shuttle programme. The project was the largest and the most expensive in the history of Soviet space exploration. Development work included sending BOR-5 test vehicles on multiple sub-orbital test flights, and atmospheric flights of the OK-GLI aerodynamic prototype. Buran completed one uncrewed orbital spaceflight in 1988, after which it was recovered successfully. Although the Buran class was similar in appearance to NASA's Space Shuttle orbiter, and could similarly operate as a re-entry spaceplane, its internal and functional design was distinct. For example, the main engines during launch were on the Energia rocket and were not taken into orbit by the spacecraft. Smaller rocket engines on the craft's body provided propulsion in orbit and de-orbital burns, similar to the Space Shuttle's OMS pods.",
    "maiden_flight": "1988-11-15",
    "height": 36.37,
    "diameter": null,
    "human_rated": true,
    "crew_capacity": 4,
    "payload_capacity": 30000,
    "flight_life": "At least 15-20 days, but its only flight lasted only 206 minutes.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/buran_image_20210902151254.jpg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Buran_(spacecraft)",
    "info_link": ""
}