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

{
    "id": 22,
    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/22/?format=api",
    "name": "Crew Capsule 1",
    "type": {
        "id": 2,
        "name": "Capsule"
    },
    "agency": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
    },
    "in_use": false,
    "capability": "It carries cargo.",
    "history": "The Crew Capsule 1 is the first version of Blue Origin's New Shepard Crew Capsule.",
    "details": "It was launched on the first 6 flights of the New Shepard.",
    "maiden_flight": "2015-04-29",
    "height": null,
    "diameter": null,
    "human_rated": false,
    "crew_capacity": null,
    "payload_capacity": null,
    "flight_life": "Reflown 6 times.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25201_image_20190309100308.jpg",
    "nation_url": null,
    "wiki_link": "",
    "info_link": ""
}