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

{
    "count": 571,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=10&ordering=-id",
    "previous": null,
    "results": [
        {
            "id": 593,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
            "name": "LM Challenger",
            "serial_number": "LM-12",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, ascent stage deliberately crashed into Moon",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 592,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/592/?format=api",
            "name": "LM Orion",
            "serial_number": "LM-11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo-16\r\n\r\nDescent stage on lunar surface at Descartes Highlands, ascent stage left in lunar orbit, crashed on Moon",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 591,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/591/?format=api",
            "name": "LM Falcon",
            "serial_number": "LM-10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 15.\r\n\r\nDescent stage on lunar surface at Hadley–Apennine, ascent stage deliberately crashed into Moon",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 590,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/590/?format=api",
            "name": "LM Antares",
            "serial_number": "LM-8",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 14.\r\n\r\nDescent stage on lunar surface at Fra Mauro, ascent stage deliberately crashed into Moon",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 589,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/589/?format=api",
            "name": "LM Aquarius",
            "serial_number": "LM-7",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 13\r\n\r\nRe-entered Earth's atmosphere.",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 588,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/588/?format=api",
            "name": "LM Intrepid",
            "serial_number": "LM-6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 12.\r\n\r\nDescent stage on lunar surface at Ocean of Storms, ascent stage deliberately crashed into Moon.",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 587,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/587/?format=api",
            "name": "LM Eagle",
            "serial_number": "LM-5",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Flown on Apollo 11.\r\n\r\nDescent stage on lunar surface in Sea of Tranquility, ascent stage left in lunar orbit (could be still orbiting the moon)",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 586,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/586/?format=api",
            "name": "LM Snoopy",
            "serial_number": "LM-4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Flown on Apollo 10.\r\n\r\nDescent stage may have hit the Moon, ascent stage in heliocentric orbit. Snoopy is the only flown LM ascent stage known to have survived intact (possibly asteroid 2018 AV2).",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 585,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/585/?format=api",
            "name": "LM Spider",
            "serial_number": "LM-3",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT5H22M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 9.",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 584,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/584/?format=api",
            "name": "Apollo 5 LM",
            "serial_number": "LM-1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT11H10M51S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 5",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        }
    ]
}