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

{
    "id": 18,
    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
    "name": "H-II Transfer Vehicle (HTV)",
    "type": {
        "id": 4,
        "name": "Cargo Resupply"
    },
    "agency": {
        "id": 37,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "featured": true,
        "type": "Government",
        "country_code": "JPN",
        "abbrev": "JAXA",
        "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
        "administrator": "Administrator: Hiroshi Yamakawa",
        "founding_year": "2003",
        "launchers": "H-II",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/logo/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
    },
    "in_use": false,
    "capability": "Cargo Earth Orbit Logistics",
    "history": "Like the European Automated Transfer Vehicle the Japan Aerospace Exploration Agency had agreed to take part in the resupply operations of the international space station and developed the HTV to perform this task.",
    "details": "The HTV is about 9.8 metres (32 ft) long (including maneuvering thrusters at one end) and 4.4 metres (14 ft) in diameter. Total mass when empty is 10.5 tonnes (11.6 short tons), with a maximum total payload of 6,000 kilograms (13,000 lb; 6.0 t; 6.6 short tons), for a maximum launch weight of 16.5 tonnes (18.2 short tons). The HTV is comparable in function to the Russian Progress, European ATV, commercial Dragon, and commercial Cygnus spacecraft, all of which bring supplies to the ISS. Like the ATV, the HTV carries more than twice the payload of the Progress, but is launched less than half as often. Unlike Progress capsules and ATVs, which use the docking ports automatically, HTVs and American commercial spacecraft approach the ISS in stages, and once they reach their closest parking orbit to the ISS, crew grapple them using the robotic arm Canadarm2 and berth them to an open berthing port on the Harmony module.",
    "maiden_flight": "2009-09-10",
    "height": 9.8,
    "diameter": 4.4,
    "human_rated": false,
    "crew_capacity": null,
    "payload_capacity": 6000,
    "payload_return_capacity": 20,
    "flight_life": "Solo flight about 100 hours, stand-by more than a week, docked with the ISS about 30 days.",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg",
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/H-II_Transfer_Vehicle",
    "info_link": ""
}