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

{
    "id": 544,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/544/?format=api",
    "name": "Progress M-UM",
    "serial_number": "M-UM (No.303)",
    "is_placeholder": false,
    "in_space": false,
    "time_in_space": "P28DT15H24M18S",
    "time_docked": "P26DT7H43M21S",
    "flights_count": 1,
    "mission_ends_count": 1,
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Modified Progress spacecraft used to deliver the Prichal module to the International Space Station.",
    "spacecraft_config": {
        "id": 37,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/37/?format=api",
        "name": "Progress M-UM",
        "type": {
            "id": 4,
            "name": "Cargo Resupply"
        },
        "agency": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "featured": true,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "RFSA",
            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
            "administrator": "Administrator: Yuri Borisov",
            "founding_year": "1992",
            "launchers": "Soyuz",
            "spacecraft": "Soyuz",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
        },
        "in_use": false,
        "capability": "ISS Module Delivery",
        "history": "Progress M-UM , was a specially modified Progress M developed by Roscosmos to deliver the Prichal module to the Russian Orbital Segment of the International Space Station. The propulsion section was separable from the Princhal module.It was the final flight of a Progress M and the first launch of a Progress spacecraft on a Soyuz 2.1b.",
        "details": "Progress is derived from the manned Soyuz spacecraft and is launched on the same vehicle, a Soyuz rocket.\r\nThe purpose of Progress is to deliver supplies needed to sustain human presence in orbit. Currently it is used as a re-supply spacecraft for the ISS.",
        "maiden_flight": "2021-11-24",
        "height": null,
        "diameter": null,
        "human_rated": false,
        "crew_capacity": null,
        "payload_capacity": 5350,
        "payload_return_capacity": null,
        "flight_life": "1 Month",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_m-um_image_20231221195834.jpg",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Progress_M-UM",
        "info_link": ""
    },
    "flights": [
        {
            "id": 766,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/766/?format=api",
            "destination": "International Space Station",
            "mission_end": "2021-12-23T04:30:54Z",
            "spacecraft": {
                "id": 544,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/544/?format=api",
                "name": "Progress M-UM",
                "serial_number": "M-UM (No.303)",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P28DT15H24M18S",
                "time_docked": "P26DT7H43M21S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Modified Progress spacecraft used to deliver the Prichal module to the International Space Station.",
                "spacecraft_config": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/37/?format=api",
                    "name": "Progress M-UM",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_m-um_image_20231221195834.jpg"
                }
            },
            "launch": {
                "id": "89ee335d-53bd-49e0-a774-921321f5926f",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/89ee335d-53bd-49e0-a774-921321f5926f/?format=api",
                "slug": "soyuz-21b-uzlovoy-module-um-prichal",
                "name": "Soyuz 2.1b | Uzlovoy Module (UM) \"Prichal\"",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T03:41:29Z",
                "net": "2021-11-24T13:06:36Z",
                "window_end": "2021-11-24T13:06:36Z",
                "window_start": "2021-11-24T13:06:36Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "rocket": {
                    "id": 149,
                    "configuration": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/15/?format=api",
                        "name": "Soyuz 2.1b",
                        "family": "Soyuz",
                        "full_name": "Soyuz 2.1b",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 669,
                    "name": "Uzlovoy Module (UM) \"Prichal\"",
                    "description": "The UM (Uzlovoy Module) or NM (Node Module) is a node to be added to the Russian part of the ISS complex. It is also named Prichal.\n\nUM will be delivered by a modified Progress space tug, called Progress-M-UM. The UM will be docked to the nadir port of the MLM (Nauka) module, providing four ports to mount additional modules and one docking port for cargo and crew spacecrafts.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                    "agency_id": null,
                    "name": "31/6",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                    "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                    "latitude": "45.996034",
                    "longitude": "63.564003",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                    "total_launch_count": 415,
                    "orbital_launch_attempt_count": 415
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6145,
                "location_launch_attempt_count": 1526,
                "pad_launch_attempt_count": 397,
                "agency_launch_attempt_count": 299,
                "orbital_launch_attempt_count_year": 119,
                "location_launch_attempt_count_year": 11,
                "pad_launch_attempt_count_year": 10,
                "agency_launch_attempt_count_year": 7,
                "type": "normal"
            },
            "landing": {
                "id": 641,
                "attempt": false,
                "success": null,
                "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        }
    ]
}