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

{
    "count": 826,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/?format=api&limit=10",
    "results": [
        {
            "id": 697,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/697/?format=api",
            "destination": "Suborbital",
            "mission_end": "1961-01-31T17:12:00Z",
            "spacecraft": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/10/?format=api",
                "name": "Mercury No.5",
                "serial_number": "5",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT17M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Mercury No.5 is the Mercury capsule used for the Mercury-Redstone 2 mission launched on January 31, 1961 with a chimpanzee onboard.",
                "spacecraft_config": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
                    "name": "Mercury",
                    "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                }
            },
            "launch": {
                "id": "41223f5d-22f2-4800-9fb8-3be646dc374c",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/41223f5d-22f2-4800-9fb8-3be646dc374c/?format=api",
                "slug": "redstone-mrlv-mercury-redstone-2",
                "name": "Redstone MRLV | Mercury-Redstone 2",
                "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-07-08T08:57:45Z",
                "net": "1961-01-31T16:55:00Z",
                "window_end": "1961-01-31T16:55:00Z",
                "window_start": "1961-01-31T16:55:00Z",
                "net_precision": null,
                "probability": null,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 7438,
                    "configuration": {
                        "id": 107,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/107/?format=api",
                        "name": "Redstone",
                        "family": "Redstone",
                        "full_name": "Redstone MRLV",
                        "variant": "MRLV"
                    }
                },
                "mission": {
                    "id": 5827,
                    "name": "Mercury-Redstone 2",
                    "description": "Mercury-Redstone 2 (MR-2) was the test flight of the Mercury-Redstone Launch Vehicle just prior to the first crewed American space mission in Project Mercury. Carrying a chimpanzee named Ham on a suborbital flight, Mercury spacecraft Number 5 was launched at 16:55 UTC on January 31, 1961 from LC-5 at Cape Canaveral, Florida. The capsule and Ham landed safely in the Atlantic Ocean 16 minutes and 39 seconds after launch.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 15,
                        "name": "Suborbital",
                        "abbrev": "Sub"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 123,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/123/?format=api",
                    "agency_id": 161,
                    "name": "Launch Complex 5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
                    "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
                    "latitude": "28.43942",
                    "longitude": "-80.573301",
                    "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": 951,
                        "total_landing_count": 51
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_123_20200803143235.jpg",
                    "total_launch_count": 13,
                    "orbital_launch_attempt_count": 7
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/2/?format=api",
                        "name": "Mercury",
                        "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                        "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/project2520mer_program_20200820194755.png",
                        "start_date": "1958-10-07T00:00:00Z",
                        "end_date": "1963-05-16T23:24:02Z",
                        "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": null,
                "location_launch_attempt_count": 51,
                "pad_launch_attempt_count": 10,
                "agency_launch_attempt_count": 20,
                "orbital_launch_attempt_count_year": 0,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 1,
                "type": "normal"
            },
            "landing": {
                "id": 491,
                "attempt": true,
                "success": true,
                "description": "The Mercury spacecraft safely splashed down in the Atlantic Ocean with its primate passenger.",
                "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)."
                }
            }
        },
        {
            "id": 704,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/704/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1964-04-12T15:00:00Z",
            "spacecraft": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/11/?format=api",
                "name": "Gemini SC1",
                "serial_number": "1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P3DT22H59M59S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC1 is the Gemini capsule used for the Gemini 1 mission launched on April 8, 1964.",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "728f62eb-7d51-4c30-b522-f583f33491fc",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/728f62eb-7d51-4c30-b522-f583f33491fc/?format=api",
                "slug": "titan-ii-glv-gemini-i",
                "name": "Titan II GLV | Gemini I",
                "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": "1964-04-08T16:00:01Z",
                "window_end": "1964-04-08T16:00:01Z",
                "window_start": "1964-04-08T16:00:01Z",
                "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": 3270,
                    "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": 1692,
                    "name": "Gemini I",
                    "description": "Gemini 1 was the first mission in NASA's Gemini program. An uncrewed test flight of the Gemini spacecraft, its main objectives were to test the structural integrity of the new spacecraft and modified Titan II launch vehicle. It was also the first test of the new tracking and communication systems for the Gemini program and provided training for the ground support crews for the first crewed missions.",
                    "launch_designator": null,
                    "type": "Test Flight",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 314,
                "location_launch_attempt_count": 111,
                "pad_launch_attempt_count": 1,
                "agency_launch_attempt_count": 187,
                "orbital_launch_attempt_count_year": 22,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 12,
                "type": "normal"
            },
            "landing": {
                "id": 455,
                "attempt": false,
                "success": null,
                "description": "The Gemini spacecraft was intentionally destroyed during re-entry.",
                "downrange_distance": null,
                "location": null,
                "type": null
            }
        },
        {
            "id": 705,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/705/?format=api",
            "destination": "Suborbital",
            "mission_end": "1965-01-19T14:22:14Z",
            "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "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": 951,
                        "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)."
                }
            }
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/11/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-03-23T14:24:00Z",
            "spacecraft": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/13/?format=api",
                "name": "Gemini SC3",
                "serial_number": "3",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P0D",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC3 is the Gemini capsule used for the Gemini 3 mission launched on March 23, 1965 and piloted by astronaut Virgil Il. \"Gus\" Grissom.",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "9fb39b29-dc31-476c-9d54-17ee7e4dde5b",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/9fb39b29-dc31-476c-9d54-17ee7e4dde5b/?format=api",
                "slug": "titan-ii-glv-gemini-iii",
                "name": "Titan II GLV | Gemini III",
                "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-03-23T14:24:00Z",
                "window_end": "1965-03-23T14:24:00Z",
                "window_start": "1965-03-23T14:24:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 201,
                    "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": 263,
                    "name": "Gemini III (Gemini 3)",
                    "description": "Gemini 3 was the first crewed mission of the Gemini program. Mission Command Pilot Gus Grissom and  PilotJohn Young flew 3 orbits in a flight that was the last one to be operated from the Cape Kennedy Air Force Station. The mission was considered a success and was the first flight to perform an orbital maneuver. Gemini 3 fired its engines for 1 minute and 14 seconds changing its orbit. The mission lasted 4 hours and 52 minutes.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 420,
                "location_launch_attempt_count": 135,
                "pad_launch_attempt_count": 3,
                "agency_launch_attempt_count": 63,
                "orbital_launch_attempt_count_year": 28,
                "location_launch_attempt_count_year": 9,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 2,
                "type": "normal"
            },
            "landing": {
                "id": 460,
                "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)."
                }
            }
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/12/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-06-07T15:15:00Z",
            "spacecraft": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/14/?format=api",
                "name": "Gemini SC4",
                "serial_number": "4",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P3DT23H59M1S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC4 is the Gemini capsule used for the Gemini 4 mission launched on June 3, 1965 and crewed by astronauts James McDivitt (command pilot) and Ed White (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "6202a9c0-c5be-4be3-bd55-bb924bf92b84",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/6202a9c0-c5be-4be3-bd55-bb924bf92b84/?format=api",
                "slug": "titan-ii-glv-gemini-iv",
                "name": "Titan II GLV | Gemini IV",
                "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-06-03T15:15:59Z",
                "window_end": "1965-06-03T15:15:59Z",
                "window_start": "1965-06-03T15:15:59Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 202,
                    "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": 180,
                    "name": "Gemini IV (Gemini 4)",
                    "description": "Gemini 4 was the second crewed mission of the NASA's Project Gemini. The mission was commanded by Command Pilot James A. McDivitt and Pilot Edward H. White II. On the mission, White became the first American to perform a spacewalk. The mission began on June 3, 1965, 15:15:59 UTC and ended on June 7, 1965, 17:12:11 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 441,
                "location_launch_attempt_count": 144,
                "pad_launch_attempt_count": 4,
                "agency_launch_attempt_count": 68,
                "orbital_launch_attempt_count_year": 49,
                "location_launch_attempt_count_year": 18,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 7,
                "type": "normal"
            },
            "landing": {
                "id": 461,
                "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)."
                }
            }
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/13/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-08-29T12:55:13Z",
            "spacecraft": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/15/?format=api",
                "name": "Gemini SC5",
                "serial_number": "5",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P7DT22H55M14S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC5 is the Gemini capsule used for the Gemini 5 mission launched on August 21, 1965 and crewed by astronauts L. Gordon Cooper, Jr. (command pilot) and Charles \"Pete\" Conrad, Jr. (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "91d14e4a-ff12-4a9e-861b-d97ba6196269",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/91d14e4a-ff12-4a9e-861b-d97ba6196269/?format=api",
                "slug": "titan-ii-glv-gemini-v",
                "name": "Titan II GLV | Gemini V",
                "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-08-21T13:59:59Z",
                "window_end": "1965-08-21T13:59:59Z",
                "window_start": "1965-08-21T13:59:59Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 203,
                    "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": 266,
                    "name": "Gemini V (Gemini 5)",
                    "description": "Gemini 5 was the third crewed mission of the NASA's Project Gemini. The mission was commanded by Command Pilot L. Gordon Cooper, Jr. and Pilot Charles \"Pete\" Conrad, Jr. The mission began on August 21, 1965, 13:59:59 UTC and ended on August 29, 1965, 12:55:13 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 468,
                "location_launch_attempt_count": 151,
                "pad_launch_attempt_count": 5,
                "agency_launch_attempt_count": 71,
                "orbital_launch_attempt_count_year": 76,
                "location_launch_attempt_count_year": 25,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 10,
                "type": "normal"
            },
            "landing": {
                "id": 462,
                "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)."
                }
            }
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/15/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-12-16T15:28:50Z",
            "spacecraft": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/16/?format=api",
                "name": "Gemini SC6",
                "serial_number": "6",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P1DT1H51M24S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC6 is the Gemini capsule used for the Gemini 6 mission launched on December 15, 1965 and crewed by astronauts Walter M. Schirra, Jr. (command pilot) and Thomas P. Stafford (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "9df982eb-ff21-4acc-92b7-665e8eec42f7",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/9df982eb-ff21-4acc-92b7-665e8eec42f7/?format=api",
                "slug": "titan-ii-glv-gemini-vi-a",
                "name": "Titan II GLV | Gemini VI-A",
                "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:10Z",
                "net": "1965-12-15T13:37:26Z",
                "window_end": "1965-12-15T13:37:26Z",
                "window_start": "1965-12-15T13:37:26Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 205,
                    "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": 264,
                    "name": "Gemini VI-A (Gemini 6A)",
                    "description": "Gemini 6A was the fifth crewed mission of NASA's Project Gemini. The mission was commanded by Command Pilot Walter M. Schirra, Jr. and Pilot Thomas P. Stafford. The mission achieved the first crewed rendezvous with the Gemini 7 spacecraft. The mission began on December 15, 1965, 13:37:26 UTC and ended on December 16, 1965, 15:28:50 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 507,
                "location_launch_attempt_count": 157,
                "pad_launch_attempt_count": 7,
                "agency_launch_attempt_count": 74,
                "orbital_launch_attempt_count_year": 115,
                "location_launch_attempt_count_year": 31,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 13,
                "type": "normal"
            },
            "landing": {
                "id": 463,
                "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)."
                }
            }
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/14/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-12-18T14:05:00Z",
            "spacecraft": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/17/?format=api",
                "name": "Gemini SC7",
                "serial_number": "7",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P13DT18H34M57S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC7 is the Gemini capsule used for the Gemini 7 mission launched on December 4, 1965 and crewed by astronauts Frank Borman (command pilot) and Jim Lovell (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "d30c3dbd-6cd1-4beb-80d0-ae94da6976d9",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/d30c3dbd-6cd1-4beb-80d0-ae94da6976d9/?format=api",
                "slug": "titan-ii-glv-gemini-vii",
                "name": "Titan II GLV | Gemini VII",
                "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-12-04T19:30:03Z",
                "window_end": "1965-12-04T19:30:03Z",
                "window_start": "1965-12-04T19:30:03Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 204,
                    "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": 785,
                    "name": "Gemini VII (Gemini 7)",
                    "description": "Gemini 7 was the fourth crewed mission of the NASA's Project Gemini. The mission was commanded by Command Pilor Frank F. Borman, II and Pilot James A. Lovell, Jr. The crew spent nearly 14 days in space, and their spacecraft was the passive target for the first crewed space rendezvous performed by Gemini 6A. The mission began on December 4, 1965, 19:30:03 UTC and ended on December 18, 1965, 14:05:04 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 503,
                "location_launch_attempt_count": 156,
                "pad_launch_attempt_count": 6,
                "agency_launch_attempt_count": 73,
                "orbital_launch_attempt_count_year": 111,
                "location_launch_attempt_count_year": 30,
                "pad_launch_attempt_count_year": 5,
                "agency_launch_attempt_count_year": 12,
                "type": "normal"
            },
            "landing": {
                "id": 464,
                "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)."
                }
            }
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/16/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1966-03-17T03:22:00Z",
            "spacecraft": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/18/?format=api",
                "name": "Gemini SC8",
                "serial_number": "8",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT10H40M58S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC8 is the Gemini capsule used for the Gemini 8 mission launched on March 16, 1966 and crewed by astronauts Neil Armstrong (command pilot) and David Scott (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "75c6b707-d6b5-43d2-b9ad-b8da37acf394",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/75c6b707-d6b5-43d2-b9ad-b8da37acf394/?format=api",
                "slug": "titan-ii-glv-gemini-viii",
                "name": "Titan II GLV | Gemini VIII",
                "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:10Z",
                "net": "1966-03-16T16:41:02Z",
                "window_end": "1966-03-16T16:41:02Z",
                "window_start": "1966-03-16T16:41:02Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 206,
                    "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": 254,
                    "name": "Gemini VIII (Gemini 8)",
                    "description": "Gemini 8 was the sixth crewed mission of the NASA's Project Gemini. The mission was commanded by Command Pilot Neil A. Armstrong and Pilot David R. Scott. Gemini 8 conducted the first docking of two spacecraft in orbit, but suffered the first critical in-space system failure of a U.S. spacecraft which threatened the lives of the astronauts and required immediate abort of the mission. The mission began on March 16, 1966, 16:41:02 UTC and ended on March 17, 1966, 03:22:28 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 538,
                "location_launch_attempt_count": 164,
                "pad_launch_attempt_count": 8,
                "agency_launch_attempt_count": 78,
                "orbital_launch_attempt_count_year": 22,
                "location_launch_attempt_count_year": 5,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 4,
                "type": "normal"
            },
            "landing": {
                "id": 465,
                "attempt": true,
                "success": true,
                "description": "The Gemini spacecraft safely splashed down in the Pacific Ocean after an emergency reentry.",
                "downrange_distance": null,
                "location": {
                    "id": 18,
                    "name": "Pacific Ocean",
                    "abbrev": "PAC",
                    "description": "Pacific Ocean",
                    "location": null,
                    "successful_landings": 3
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/17/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1966-06-06T14:00:00Z",
            "spacecraft": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/19/?format=api",
                "name": "Gemini SC9",
                "serial_number": "9",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P3DT20M27S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Gemini SC9 is the Gemini capsule used for the Gemini 9 mission launched on June 3, 1966 and crewed by astronauts James A. Lovell, Jr. (command pilot) and Edwin E. Aldrin, Jr. (pilot).",
                "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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg"
                }
            },
            "launch": {
                "id": "481a154b-2ae1-4af2-afce-2ba5bfe26dfe",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/481a154b-2ae1-4af2-afce-2ba5bfe26dfe/?format=api",
                "slug": "titan-ii-glv-gemini-ix-a",
                "name": "Titan II GLV | Gemini IX-A",
                "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:10Z",
                "net": "1966-06-03T13:39:33Z",
                "window_end": "1966-06-03T13:39:33Z",
                "window_start": "1966-06-03T13:39:33Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 207,
                    "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": 257,
                    "name": "Gemini IX-A (Gemini 9A)",
                    "description": "Gemini 9A was the seventh crewed mission of the NASA's Project Gemini. The mission was commanded by Command Pilot Thomas P. Stafford and Pilot Eugene Cernan. The astronauts rendezvoused with the Augmented Docking Target Adapter, but were unable to dock due to docking target's fairing which failed to deploy. The mission started on June 3, 1966, 13:39:33 UTC and ended on June 6, 1966, 14:00:23 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "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": 951,
                        "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": 570,
                "location_launch_attempt_count": 171,
                "pad_launch_attempt_count": 9,
                "agency_launch_attempt_count": 80,
                "orbital_launch_attempt_count_year": 54,
                "location_launch_attempt_count_year": 12,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 466,
                "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)."
                }
            }
        }
    ]
}