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

{
    "id": 32,
    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/32/?format=api",
    "name": "Cygnus Upgraded",
    "type": {
        "id": 4,
        "name": "Cargo Resupply"
    },
    "agency": {
        "id": 257,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
        "name": "Northrop Grumman Space Systems",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "NGSS",
        "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
        "administrator": "CEO: Kathy Warden",
        "founding_year": "2015",
        "launchers": "Antares | Minotaur | Pegasus",
        "spacecraft": "Cygnus",
        "parent": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg"
    },
    "in_use": false,
    "capability": "Cargo Earth Orbit Logistics",
    "history": "Cygnus is a spacecraft developed originally by Orbital ATK and then acquired by Northrup Grumman after an acquisition. It is used to transport cargo to the ISS.\r\n\r\nThe first operational mission of Cygnus to the ISS was in September 2013.\r\n\r\nOne flight on 28 October 2014 ended in a failure when the Antares launch vehicle, used to launch the Cygnus, exploded shortly after launch. This set back the Cygnus launch schedule over a year. Following the launch anomaly a new version known as 'Cygnus Enhanced' was flown, with an extra 700kg payload capacity. This 'upgraded' variant extends the payload module by 1.5 meters, allowing for a total pressurized cargo capacity of 5000 kg.",
    "details": "The Cygnus spacecraft is launched aboard Antares to deliver cargo to the ISS and commercial space stations. It has no heatshield so at the end of its mission its used to dispose of waste by burning up in the Earths atmosphere.",
    "maiden_flight": null,
    "height": 7.8,
    "diameter": 3.07,
    "human_rated": false,
    "crew_capacity": null,
    "payload_capacity": 5000,
    "flight_life": "1 week to 2 years design life.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/Cygnus_(spacecraft)",
    "info_link": ""
}