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

{
    "id": 549,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/549/?format=api",
    "name": "Gaganyaan H1",
    "serial_number": null,
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Third operational Gaganyaan capsule. First one to carry crew.",
    "spacecraft_config": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
        "name": "Gaganyaan",
        "type": {
            "id": 2,
            "name": "Capsule"
        },
        "agency": {
            "id": 1031,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1031/?format=api",
            "name": "Hindustan Aeronautics Limited",
            "featured": false,
            "type": "Government",
            "country_code": "IND",
            "abbrev": "HAL",
            "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
            "administrator": "Chairman: R. Madhavan",
            "founding_year": "1940",
            "launchers": "",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png"
        },
        "in_use": true,
        "capability": "The spacecraft is being designed to carry three people, and a planned upgraded version will be equipped with rendezvous and docking capability.",
        "history": "This Hindustan Aeronautics Limited manufactured crew module had its first uncrewed experimental flight on 18 December 2014 as part of a suborbital test flight of the GSLV Mark III rocket.",
        "details": "Gaganyaan is an Indian crewed orbital spacecraft intended to be the formative spacecraft of the Indian Human Spaceflight Programme.",
        "maiden_flight": "2023-10-21",
        "height": 3.58,
        "diameter": 3.5,
        "human_rated": true,
        "crew_capacity": 3,
        "payload_capacity": null,
        "flight_life": "Up to seven days in orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Gaganyaan",
        "info_link": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan"
    },
    "flights": [
        {
            "id": 772,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/772/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": null,
            "spacecraft": {
                "id": 549,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/549/?format=api",
                "name": "Gaganyaan H1",
                "serial_number": null,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Third operational Gaganyaan capsule. First one to carry crew.",
                "spacecraft_config": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
                    "name": "Gaganyaan",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 1031,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1031/?format=api",
                        "name": "Hindustan Aeronautics Limited",
                        "type": "Government"
                    },
                    "in_use": true,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg"
                }
            },
            "launch": {
                "id": "6addcdf6-7fe3-4972-b738-b96069295422",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/6addcdf6-7fe3-4972-b738-b96069295422/?format=api",
                "launch_library_id": null,
                "slug": "lvm-3-gaganyaan-3",
                "name": "LVM-3 | Gaganyaan-3",
                "status": {
                    "id": 2,
                    "name": "TBD"
                },
                "net": "2025-12-31T00:00:00Z",
                "window_end": "2025-12-31T00:00:00Z",
                "window_start": "2025-12-31T00:00:00Z",
                "inhold": false,
                "tbdtime": true,
                "tbddate": true,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "type": "Government"
                },
                "rocket": {
                    "id": 7524,
                    "configuration": {
                        "id": 172,
                        "launch_library_id": 85,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/172/?format=api",
                        "name": "LVM-3 (GSLV Mk III)",
                        "family": "GSLV",
                        "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 5942,
                    "launch_library_id": null,
                    "name": "Gaganyaan-3",
                    "description": "First crewed flight of the Gaganyaan capsule.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 82,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/82/?format=api",
                    "agency_id": 31,
                    "name": "Satish Dhawan Space Centre Second Launch Pad",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
                    "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
                    "latitude": "13.7199",
                    "longitude": "80.2304",
                    "location": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
                        "name": "Satish Dhawan Space Centre, India",
                        "country_code": "IND",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                        "total_launch_count": 98,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
                    "total_launch_count": 29
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 21,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/21/?format=api",
                        "name": "Gaganyaan",
                        "description": "Gaganyaan is India's first human spaceflight program.",
                        "agencies": [
                            {
                                "id": 31,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api",
                                "name": "Indian Space Research Organization",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
                        "start_date": "2018-08-15T00:00:00Z",
                        "end_date": null,
                        "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
                        "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan"
                    }
                ]
            }
        }
    ]
}