API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET:
Return a list of all the existing Spacecraft flights.

FILTERS:
Parameters - 'spacecraft'
Example - /api/2.2.0/spacecraft/flight/?spacecraft=37

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

{
    "id": 705,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/705/?format=api",
    "mission_end": "1965-01-19T14:22:14Z",
    "destination": "Suborbital",
    "launch_crew": [],
    "onboard_crew": [],
    "landing_crew": [],
    "spacecraft": {
        "id": 12,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/12/?format=api",
        "name": "Gemini SC2",
        "serial_number": "2",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "PT18M14S",
        "time_docked": "P0D",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Gemini SC2 is the Gemini capsule used for the Gemini 2 mission launched on January 19, 1965.",
        "spacecraft_config": {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/12/?format=api",
            "name": "Gemini",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "in_use": false,
            "capability": "Human transportation to low Earth orbit.",
            "history": "The Gemini crew capsule (referred to as the Reentry Module) was essentially an enlarged version of the Mercury capsule. Unlike Mercury, the retrorockets, electrical power, propulsion systems, oxygen, and water were located in a detachable Adapter Module behind the Reentry Module. A major design improvement in Gemini was to locate all internal spacecraft systems in modular components, which could be independently tested and replaced when necessary, without removing or disturbing other already tested components.",
            "details": "The spacecraft was 18 feet 5 inches (5.61 m) long and 10 feet (3.0 m) wide, with a launch weight varying from 7,100 to 8,350 pounds (3,220 to 3,790 kg).",
            "maiden_flight": "1964-04-08",
            "height": 5.61,
            "diameter": 3.0,
            "human_rated": true,
            "crew_capacity": 2,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "Between a few hours and multiple days (14 day is the maximum achieved).",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Project_Gemini#Spacecraft",
            "info_link": ""
        }
    },
    "launch": {
        "id": "c18efb27-8a97-471a-8b18-12a8d9cb725d",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/c18efb27-8a97-471a-8b18-12a8d9cb725d/?format=api",
        "slug": "titan-ii-glv-gemini-ii",
        "name": "Titan II GLV | Gemini II",
        "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-14T17:40:09Z",
        "net": "1965-01-19T14:04:00Z",
        "window_end": "1965-01-19T14:04:00Z",
        "window_start": "1965-01-19T14:04:00Z",
        "net_precision": null,
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
            "name": "United States Air Force",
            "type": "Government"
        },
        "rocket": {
            "id": 3354,
            "configuration": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/98/?format=api",
                "name": "Titan II",
                "family": "Titan",
                "full_name": "Titan II GLV",
                "variant": "GLV"
            }
        },
        "mission": {
            "id": 1775,
            "name": "Gemini II",
            "description": "Uncrewed test flight of the Gemini capsule.",
            "launch_designator": null,
            "type": "Test Flight",
            "orbit": {
                "id": 15,
                "name": "Suborbital",
                "abbrev": "Sub"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/18/?format=api",
            "agency_id": null,
            "name": "Launch Complex 19",
            "description": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_19",
            "map_url": "https://www.google.com/maps?q=28.506898,-80.554169",
            "latitude": "28.506898",
            "longitude": "-80.554169",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 953,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_18_20200803143356.jpg",
            "total_launch_count": 12,
            "orbital_launch_attempt_count": 11
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/titan2520ii_image_20190222030027.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/program/3/?format=api",
                "name": "Gemini",
                "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
                "agencies": [
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                ],
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/project2520gem_program_20200820195350.png",
                "start_date": "1961-12-07T00:00:00Z",
                "end_date": "1966-11-15T19:21:04Z",
                "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": null,
        "location_launch_attempt_count": 127,
        "pad_launch_attempt_count": 2,
        "agency_launch_attempt_count": 234,
        "orbital_launch_attempt_count_year": 0,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 3,
        "type": "normal"
    },
    "landing": {
        "id": 459,
        "attempt": true,
        "success": true,
        "description": "The Gemini spacecraft safely splashed down in the Atlantic Ocean.",
        "downrange_distance": null,
        "location": {
            "id": 6,
            "name": "Atlantic Ocean",
            "abbrev": "ATL",
            "description": "Atlantic Ocean",
            "location": null,
            "successful_landings": 0
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": []
}