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

{
    "id": 469,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/469/?format=api",
    "name": "Shenzhou 15",
    "serial_number": "15",
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Fourth crewed mission to the Chinese Space Station.",
    "spacecraft_config": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
        "name": "Shenzhou",
        "type": {
            "id": 2,
            "name": "Capsule"
        },
        "agency": {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CNSA",
            "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
            "administrator": "Administrator: Tang Dengjie",
            "founding_year": "1993",
            "launchers": "",
            "spacecraft": "Shenzhou",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
        },
        "in_use": true,
        "capability": "Chinese crewed spaceflight program.",
        "history": "Shenzhou is a spacecraft used to support the Chinese manned spaceflight program and to carry crew to the Tiangong Space Station. Its design resembles the Russian Soyuz spacecraft, but it is larger in size and all-new in construction. The first launch was on November 19, 1999 and the first manned launch was on October 15, 2003.",
        "details": "The Shenzhou spacecraft resembles the Soyuz, although it is longer, with a larger habitable volume. It features a powered service module like the Soyuz, and prior to Shenzhou 8 its orbital module was capable of autonomous flight. \r\n\r\nThe aft service module contains life support and other equipment required for the functioning of Shenzhou.",
        "maiden_flight": "1999-11-19",
        "height": 9.25,
        "diameter": 2.8,
        "human_rated": true,
        "crew_capacity": 3,
        "payload_capacity": null,
        "flight_life": "200 day design life.",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Shenzhou_(spacecraft)",
        "info_link": ""
    },
    "flights": [
        {
            "id": 607,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/607/?format=api",
            "destination": "Tiangong space station",
            "mission_end": "2023-06-03T22:33:00Z",
            "spacecraft": {
                "id": 469,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/469/?format=api",
                "name": "Shenzhou 15",
                "serial_number": "15",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Fourth crewed mission to the Chinese Space Station.",
                "spacecraft_config": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                    "name": "Shenzhou",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                }
            },
            "launch": {
                "id": "1ad83a7d-1977-4075-a1e7-3a443da14f72",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/1ad83a7d-1977-4075-a1e7-3a443da14f72/?format=api",
                "launch_library_id": null,
                "slug": "long-march-2fg-shenzhou-15",
                "name": "Long March 2F/G | Shenzhou 15",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "2022-11-29T15:08:17Z",
                "window_end": "2022-11-29T15:39:00Z",
                "window_start": "2022-11-29T14:58:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "type": "Government"
                },
                "rocket": {
                    "id": 2863,
                    "configuration": {
                        "id": 84,
                        "launch_library_id": 111,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
                        "name": "Long March 2",
                        "family": "Long March",
                        "full_name": "Long March 2F/G",
                        "variant": "F/G"
                    }
                },
                "mission": {
                    "id": 1279,
                    "launch_library_id": null,
                    "name": "Shenzhou 15",
                    "description": "Fourth crewed flight to the Chinese large modular space station.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/37/?format=api",
                    "agency_id": null,
                    "name": "Launch Area 4 (SLS-1 / 921)",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                    "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                    "latitude": "40.957893",
                    "longitude": "100.290944",
                    "location": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                        "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                        "country_code": "CHN",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_17_20200803142429.jpg",
                        "total_launch_count": 224,
                        "total_landing_count": 0
                    },
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_37_20200803143603.jpg",
                    "total_launch_count": 23
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/7/?format=api",
                        "name": "Shenzhou",
                        "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                        "agencies": [
                            {
                                "id": 17,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                        "start_date": "1993-01-01T00:00:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
                    },
                    {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/19/?format=api",
                        "name": "Tiangong space station",
                        "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                        "agencies": [
                            {
                                "id": 88,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                                "name": "China Aerospace Science and Technology Corporation",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                        "start_date": "2021-04-29T03:23:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
                    }
                ]
            }
        }
    ]
}