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

{
    "id": 39,
    "url": "https://ll.thespacedevs.com/2.1.0/config/spacecraft/39/?format=api",
    "name": "Soyuz TMA-M",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.1.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": "Manned and Cargo ISS Logistics, Lifeboat",
    "history": "The Soyuz TMA-M was an upgrade of the baseline Soyuz-TMA, using a new computer, digital interior displays, updated docking equipment, and the vehicle's total mass was reduced by 70 kilograms.",
    "details": "Soyuz is a series of spacecraft designed for the Soviet space programme by the Korolyov Design Bureau (now RKK Energia) in the 1960s that remains in service today. The Soyuz succeeded the Voskhod spacecraft and was originally built as part of the Soviet Manned Lunar programme. The Soyuz spacecraft is launched on a Soyuz rocket, the most frequently used and most reliable launch vehicle in the world to date. The Soyuz rocket design is based on the Vostok launcher, which in turn was based on the 8K74 or R-7A Semyorka, a Soviet intercontinental ballistic missile. All Soyuz spacecraft are launched from the Baikonur Cosmodrome in Kazakhstan.",
    "maiden_flight": "2010-10-07",
    "height": 7.48,
    "diameter": 2.72,
    "human_rated": true,
    "crew_capacity": 3,
    "payload_capacity": null,
    "flight_life": "Up to six months docked to Space station",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Soyuz_TMA#Soyuz_TMA-M",
    "info_link": ""
}