API endpoint that allows Spacecrafts to be viewed. A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'status', 'spacecraft_config' Example - /2.0.0/spacecraft/?status=Active

SEARCH EXAMPLE: Example - /2.0.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id' Example - /2.0.0/spacecraft/?order=id

GET /2.0.0/spacecraft/603/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 603,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/603/?format=api",
    "name": "Space Rider",
    "serial_number": null,
    "status": {
        "id": 5,
        "name": "Under construction"
    },
    "description": "European reusable spaceplane",
    "spacecraft_config": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/44/?format=api",
        "name": "Space Rider",
        "type": {
            "id": 3,
            "name": "Spaceplane"
        },
        "agency": {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
            "abbrev": "ESA",
            "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
            "administrator": "Director General: Josef Aschbacher",
            "founding_year": "1975",
            "launchers": "Ariane | Vega",
            "spacecraft": "Space Rider",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png"
        },
        "in_use": false,
        "capability": "The spacecraft is designed to conduct missions up to two months long in low Earth orbit with up to 600 kg of cargo.",
        "history": "Development of Space Rider is led by the Italian Programme for Reusable In-orbit Demonstrator in Europe (PRIDE programme) in collaboration with ESA, and is the continuation of the Intermediate eXperimental Vehicle (IXV) experience, launched on 11 February 2015. Contracts for construction of the vehicle and ground infrastructure were signed in December 2020.",
        "details": "The Space Rider (Space Reusable Integrated Demonstrator for Europe Return) is an uncrewed orbital lifting body spaceplane developed by the European Space Agency (ESA) to provide affordable and routine access to space.",
        "maiden_flight": null,
        "height": 8.044,
        "diameter": null,
        "human_rated": false,
        "crew_capacity": null,
        "payload_capacity": 600,
        "flight_life": "Up to two months in LEO",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_rider_in__image_20241109112332.png",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Space_Rider",
        "info_link": "https://www.esa.int/Enabling_Support/Space_Transportation/Space_Rider"
    },
    "flights": [
        {
            "id": 865,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/865/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": null,
            "spacecraft": {
                "id": 603,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/603/?format=api",
                "name": "Space Rider",
                "serial_number": null,
                "status": {
                    "id": 5,
                    "name": "Under construction"
                },
                "description": "European reusable spaceplane",
                "spacecraft_config": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/44/?format=api",
                    "name": "Space Rider",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "type": "Multinational"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_rider_in__image_20241109112332.png"
                }
            },
            "launch": {
                "id": "d74f2e7b-a8b7-4d8f-8ecd-193e73937664",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/d74f2e7b-a8b7-4d8f-8ecd-193e73937664/?format=api",
                "launch_library_id": 1947,
                "slug": "vega-c-space-rider",
                "name": "Vega-C | Space Rider",
                "status": {
                    "id": 2,
                    "name": "TBD"
                },
                "net": "2027-12-31T00:00:00Z",
                "window_end": "2027-12-31T00:00:00Z",
                "window_start": "2027-12-31T00:00:00Z",
                "inhold": false,
                "tbdtime": true,
                "tbddate": true,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 115,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2491,
                    "configuration": {
                        "id": 127,
                        "launch_library_id": 163,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/127/?format=api",
                        "name": "Vega-C",
                        "family": "Vega",
                        "full_name": "Vega-C",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 6990,
                    "launch_library_id": null,
                    "name": "Space Rider",
                    "description": "Maiden flight of the European Space Rider (Space Reusable Integrated Demonstrator for Europe Return).",
                    "launch_designator": null,
                    "type": "Technology",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
                    "agency_id": 115,
                    "name": "Ariane Launch Area 1 (ELV)",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                    "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                    "latitude": "5.236",
                    "longitude": "-52.775",
                    "location": {
                        "id": 13,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                        "name": "Guiana Space Centre, French Guiana",
                        "country_code": "GUF",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                        "total_launch_count": 325,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
                    "total_launch_count": 52
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
                "infographic": null,
                "program": []
            }
        }
    ]
}