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

{
    "id": 47,
    "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/47/?format=api",
    "name": "HTV-X",
    "type": {
        "id": 4,
        "name": "Cargo Resupply"
    },
    "agency": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.0.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://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
    },
    "in_use": true,
    "capability": "ISS Resupply",
    "history": "The maiden flight is scheduled for 2025.",
    "details": "The HTV-X is Japan’s next-generation cargo spacecraft designed to deliver supplies, experiments, and equipment to the International Space Station. Building on the legacy of the original HTV, it features upgraded automation and reduced weight. Its reliable performance supports Japan’s role in international space exploration and the Artemis program.",
    "maiden_flight": null,
    "height": 8.0,
    "diameter": 4.4,
    "human_rated": false,
    "crew_capacity": 0,
    "payload_capacity": 5850,
    "flight_life": "6 Months docked, 18 months post-mission free flight",
    "image_url": null,
    "nation_url": null,
    "wiki_link": "https://en.wikipedia.org/wiki/HTV-X",
    "info_link": "https://humans-in-space.jaxa.jp/en/htv-x/"
}