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', 'is_placeholder', 'in_space' Example - /2.2.0/spacecraft/?in_space=true

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

ORDERING: Fields - 'id', 'time_in_space', 'time_docked', 'flights_count', 'mission_ends_count' Example - /2.2.0/spacecraft/?ordering=id

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

{
    "id": 573,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/573/?format=api",
    "name": "Gaganyaan TV-D1",
    "serial_number": null,
    "is_placeholder": false,
    "in_space": false,
    "time_in_space": "PT9M",
    "time_docked": "P0D",
    "flights_count": 1,
    "mission_ends_count": 1,
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Capsule used during the inflight abort test.",
    "spacecraft_config": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/29/?format=api",
        "name": "Gaganyaan",
        "type": {
            "id": 2,
            "name": "Capsule"
        },
        "agency": {
            "id": 1031,
            "url": "https://ll.thespacedevs.com/2.2.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",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_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,
        "payload_return_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": 814,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/814/?format=api",
            "destination": "Ocean",
            "mission_end": "2023-10-21T04:39:00Z",
            "spacecraft": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/573/?format=api",
                "name": "Gaganyaan TV-D1",
                "serial_number": null,
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT9M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Capsule used during the inflight abort test.",
                "spacecraft_config": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/29/?format=api",
                    "name": "Gaganyaan",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 1031,
                        "url": "https://ll.thespacedevs.com/2.2.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": "8a186c70-5b9e-4e29-95dd-d2c82873fa8e",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/8a186c70-5b9e-4e29-95dd-d2c82873fa8e/?format=api",
                "slug": "gaganyaan-abort-test-booster-tv-d1",
                "name": "Gaganyaan Abort Test Booster | TV-D1",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2024-03-05T18:07:09Z",
                "net": "2023-10-21T04:30:00Z",
                "window_end": "2023-10-21T04:30:00Z",
                "window_start": "2023-10-21T01:30:00Z",
                "net_precision": {
                    "id": 1,
                    "name": "Minute",
                    "abbrev": "MIN",
                    "description": "The T-0 is accurate to the minute."
                },
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "type": "Government"
                },
                "rocket": {
                    "id": 7973,
                    "configuration": {
                        "id": 497,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/497/?format=api",
                        "name": "Gaganyaan Abort Test Booster",
                        "family": "",
                        "full_name": "Gaganyaan Abort Test Booster",
                        "variant": "L40"
                    }
                },
                "mission": {
                    "id": 6491,
                    "name": "TV-D1",
                    "description": "TV-D1, the first development flight from the Gaganyaan program, will be launched up until 11 km from sea level, where an in-flight abort scenario will be initiated, and the capsule should flight until 15–16 km. The mission should test the separation from the rocket and its trajectory until a safe distance and parachute deployment",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [
                        {
                            "id": 31,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/31/?format=api",
                            "name": "Indian Space Research Organization",
                            "featured": true,
                            "type": "Government",
                            "country_code": "IND",
                            "abbrev": "ISRO",
                            "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
                            "administrator": "Chairman: V. Narayanan",
                            "founding_year": "1969",
                            "launchers": "PSLV | GSLV",
                            "spacecraft": "Gaganyaan",
                            "launch_library_url": null,
                            "total_launch_count": 94,
                            "consecutive_successful_launches": 16,
                            "successful_launches": 81,
                            "failed_launches": 13,
                            "pending_launches": 18,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "https://www.isro.gov.in/",
                            "wiki_url": "http://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
                            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
                            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
                        }
                    ],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 50,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/50/?format=api",
                    "agency_id": 31,
                    "name": "Satish Dhawan Space Centre First Launch Pad",
                    "description": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
                    "map_url": "https://www.google.com/maps?q=13.733,80.235",
                    "latitude": "13.733",
                    "longitude": "80.235",
                    "location": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
                        "name": "Satish Dhawan Space Centre, India",
                        "country_code": "IND",
                        "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                        "timezone_name": "Asia/Kolkata",
                        "total_launch_count": 98,
                        "total_landing_count": 0
                    },
                    "country_code": "IND",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
                    "total_launch_count": 61,
                    "orbital_launch_attempt_count": 60
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan2520a_image_20231021132054.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 21,
                        "url": "https://ll.thespacedevs.com/2.2.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.2.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",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 92,
                "pad_launch_attempt_count": 57,
                "agency_launch_attempt_count": 88,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 8,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 8,
                "type": "normal"
            },
            "landing": {
                "id": 1229,
                "attempt": true,
                "success": true,
                "description": "Capsule has splashed down in the Indian Ocean.",
                "downrange_distance": null,
                "location": {
                    "id": 32,
                    "name": "Indian Ocean",
                    "abbrev": "IND",
                    "description": "Indian Ocean",
                    "location": null,
                    "successful_landings": 6
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ]
}