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.0.0/launcher/?spacecraft=37

GET /2.0.0/spacecraft/flight/?format=api&offset=20
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 871,
    "next": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=30",
    "previous": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 361,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/361/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1961-08-07T07:18:00Z",
            "spacecraft": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/228/?format=api",
                "name": "Vostok-3KA No.4",
                "serial_number": "Vostok-3KA No.4",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 2 was a Vostok spacecraft which launched on 6 August 1961 06:00 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Gherman Titov.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "1bf16c97-1401-4948-b805-3bab2c77fdbc",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/1bf16c97-1401-4948-b805-3bab2c77fdbc/?format=api",
                "launch_library_id": 1027,
                "slug": "vostok-k-vostok-2",
                "name": "Vostok-K | Vostok 2",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1961-08-06T06:00:00Z",
                "window_end": "1961-08-06T06:00:00Z",
                "window_start": "1961-08-06T06:00:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 190,
                    "configuration": {
                        "id": 103,
                        "launch_library_id": 139,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 135,
                    "launch_library_id": 213,
                    "name": "Vostok 2",
                    "description": "The second crewed space launch carrying the Soviet cosmonaut Gherman Titov to orbit. The mission lasted 25 hours and 18 minutes and completed 17.5 orbits. He remains the youngest person to reach space, being a month short of 26 at the time of the launch.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                    }
                ]
            }
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/2/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1962-02-20T19:43:00Z",
            "spacecraft": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/4/?format=api",
                "name": "Mercury No.13",
                "serial_number": "13",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Mercury No.13 is the Mercury capsule used for the Mercury-Atlas 6 - callsign \"Friendship 7\" - mission launched on February 20, 1962 and piloted by astronaut John Glenn.",
                "spacecraft_config": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
                    "name": "Mercury",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                }
            },
            "launch": {
                "id": "ef68f324-c31b-471c-b401-2ce64aaa229c",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/ef68f324-c31b-471c-b401-2ce64aaa229c/?format=api",
                "launch_library_id": 1026,
                "slug": "atlas-lv-3b-mercury-atlas-6",
                "name": "Atlas LV-3B | Mercury-Atlas 6",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1962-02-20T14:47:39Z",
                "window_end": "1962-02-20T14:47:39Z",
                "window_start": "1962-02-20T14:47:39Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 191,
                    "configuration": {
                        "id": 162,
                        "launch_library_id": 140,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
                        "name": "Atlas LV-3B",
                        "family": "Atlas",
                        "full_name": "Atlas LV-3B",
                        "variant": "LV-3B"
                    }
                },
                "mission": {
                    "id": 757,
                    "launch_library_id": 238,
                    "name": "Mercury-Atlas 6",
                    "description": "Mercury-Atlas 6 was the third crewed spaceflight for the United States. The spacecraft, named Friendship 7, completed three orbits making John Glenn the first United States astronaut to orbit Earth. The mission lasted for 4 hours, 55 minutes & 23seconds.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                    "agency_id": 1048,
                    "name": "Space Launch Complex 14",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                    "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                    "latitude": "28.49103",
                    "longitude": "-80.54687",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                        "name": "Cape Canaveral SFS, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                        "total_launch_count": 1020,
                        "total_landing_count": 64
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                    "total_launch_count": 20
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_image_20190222030015.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.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"
                    }
                ]
            }
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/3/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1962-05-24T17:41:00Z",
            "spacecraft": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/5/?format=api",
                "name": "Mercury No.18",
                "serial_number": "18",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Mercury No.18 is the Mercury capsule used for the Mercury-Atlas 7  - callsign \"Aurora 7\" - mission launched on May 24, 1962 and piloted by astronaut Scott Carpenter.",
                "spacecraft_config": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
                    "name": "Mercury",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                }
            },
            "launch": {
                "id": "bb844564-1ae0-4af2-b2a1-f3a28195ea0f",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/bb844564-1ae0-4af2-b2a1-f3a28195ea0f/?format=api",
                "launch_library_id": 1025,
                "slug": "atlas-lv-3b-mercury-atlas-7",
                "name": "Atlas LV-3B | Mercury-Atlas 7",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1962-05-24T12:45:16Z",
                "window_end": "1962-05-24T12:45:16Z",
                "window_start": "1962-05-24T12:45:16Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 192,
                    "configuration": {
                        "id": 162,
                        "launch_library_id": 140,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
                        "name": "Atlas LV-3B",
                        "family": "Atlas",
                        "full_name": "Atlas LV-3B",
                        "variant": "LV-3B"
                    }
                },
                "mission": {
                    "id": 170,
                    "launch_library_id": 239,
                    "name": "Mercury-Atlas 7",
                    "description": "Mercury-Atlas 7 was the fourth crewed spaceflight for the United States. The spacecraft, named Aurora 7, carried the astronaut Scott Carpenter to orbit where it completed three orbits before returning to Earth. The mission lasted for 4 hours, 56 minutes & 5 seconds. Due to a targeting error during reentry the spacecraft splashed about 400 km off-course delaying the recovery efforts.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                    "agency_id": 1048,
                    "name": "Space Launch Complex 14",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                    "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                    "latitude": "28.49103",
                    "longitude": "-80.54687",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                        "name": "Cape Canaveral SFS, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                        "total_launch_count": 1020,
                        "total_landing_count": 64
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                    "total_launch_count": 20
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_image_20190222030015.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.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"
                    }
                ]
            }
        },
        {
            "id": 360,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/360/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1962-08-15T06:52:00Z",
            "spacecraft": {
                "id": 229,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/229/?format=api",
                "name": "Vostok-3KA No.5",
                "serial_number": "Vostok-3KA No.5",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 3 was a Vostok spacecraft which launched on 11 August 1962 08:24 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Andriyan Nikolayev.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "1901ff20-e1d1-45bd-bfc2-8e6cbf46bed9",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/1901ff20-e1d1-45bd-bfc2-8e6cbf46bed9/?format=api",
                "launch_library_id": 1024,
                "slug": "vostok-k-vostok-3",
                "name": "Vostok-K | Vostok 3",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1962-08-11T08:30:00Z",
                "window_end": "1962-08-11T08:30:00Z",
                "window_start": "1962-08-11T08:30:00Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 193,
                    "configuration": {
                        "id": 103,
                        "launch_library_id": 139,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 850,
                    "launch_library_id": 240,
                    "name": "Vostok 3",
                    "description": "Vostok 3's mission goal was to test human body's ability to function in weightlessness and to test the Vostok 3KA spacecraft for longer flights. They also tested craft-to-craft communications by launching Vostok 4 a day after Vostok 3. Their trajectories brought them approximately 6.5 km from each other and cosmonauts were able to communicate via radio. This also marked the first time more than one crewed craft was orbiting earth at the same time. The spacecraft carried cosmonaut Andriyan Nikolayev to orbit where he orbited Earth 64 times before reentering. The mission lasted for 3 days 22 hours & 28 minutes.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                    }
                ]
            }
        },
        {
            "id": 359,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/359/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1962-08-15T06:59:00Z",
            "spacecraft": {
                "id": 230,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/230/?format=api",
                "name": "Vostok-3KA No.6",
                "serial_number": "Vostok-3KA No.6",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 4 was a Vostok spacecraft which launched on 12 August 1962 08:02:33 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Pavel Popovich.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "6aeaf6ed-3b42-4e17-844d-dc61ebcc77e8",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/6aeaf6ed-3b42-4e17-844d-dc61ebcc77e8/?format=api",
                "launch_library_id": 1023,
                "slug": "vostok-k-vostok-4",
                "name": "Vostok-K | Vostok 4",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1962-08-12T08:02:33Z",
                "window_end": "1962-08-12T08:02:33Z",
                "window_start": "1962-08-12T08:02:33Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 194,
                    "configuration": {
                        "id": 103,
                        "launch_library_id": 139,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 179,
                    "launch_library_id": 241,
                    "name": "Vostok 4",
                    "description": "Vostok 4 was launched a day after Vostok 3 and it carried cosmonaut Pavel Popovich to orbit. While the mission is considered a success it had several issues, a malfunction in the life-support systems caused the cabin temp drop to 10C but Popovich continued the mission, the big issue came when he mentioned seeing thunderstorms. He saw actual thunderstorms in the Gulf of Mexico but mission control thought Popovich had said a codeword for early mission ending and the mission was cut a day short. He completed 48 orbits and the mission lasted 2 days, 22 hours & 56 minutes.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                    }
                ]
            }
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/4/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1962-10-03T21:28:00Z",
            "spacecraft": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/6/?format=api",
                "name": "Mercury No.16",
                "serial_number": "16",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Mercury No.16 is the Mercury capsule used for the Mercury-Atlas 8 - callsign \"Sigma 7\" - mission launched on October 3, 1962 and piloted by astronaut Walter M. Schirra Jr.",
                "spacecraft_config": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
                    "name": "Mercury",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                }
            },
            "launch": {
                "id": "06763ce6-08ff-4770-8cf3-14e51129c900",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/06763ce6-08ff-4770-8cf3-14e51129c900/?format=api",
                "launch_library_id": 1022,
                "slug": "atlas-lv-3b-mercury-atlas-8",
                "name": "Atlas LV-3B | Mercury-Atlas 8",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1962-10-03T12:15:12Z",
                "window_end": "1962-10-03T12:15:12Z",
                "window_start": "1962-10-03T12:15:12Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 195,
                    "configuration": {
                        "id": 162,
                        "launch_library_id": 140,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
                        "name": "Atlas LV-3B",
                        "family": "Atlas",
                        "full_name": "Atlas LV-3B",
                        "variant": "LV-3B"
                    }
                },
                "mission": {
                    "id": 165,
                    "launch_library_id": 242,
                    "name": "Mercury-Atlas 8",
                    "description": "Mercury-Atlas 6 carrying Sigma 7 spacecraft carried astronaut Walter M. Schirra Jr. to orbit where he completed 6 orbits lasting a total of 9 hours and 13 minutes. The mission goal was to compete engineering tests and all objectives were met.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                    "agency_id": 1048,
                    "name": "Space Launch Complex 14",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                    "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                    "latitude": "28.49103",
                    "longitude": "-80.54687",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                        "name": "Cape Canaveral SFS, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                        "total_launch_count": 1020,
                        "total_landing_count": 64
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                    "total_launch_count": 20
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_image_20190222030015.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.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"
                    }
                ]
            }
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/5/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1963-05-16T23:24:00Z",
            "spacecraft": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/7/?format=api",
                "name": "Mercury No.20",
                "serial_number": "20",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Mercury No.20 is the Mercury capsule used for the Mercury-Atlas 9 - callsign \"Faith 7\" - mission launched on May 15, 1963 and piloted by astronaut Gordon Cooper.",
                "spacecraft_config": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/11/?format=api",
                    "name": "Mercury",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                }
            },
            "launch": {
                "id": "373e4f88-3f51-415c-a9f3-3d926c983694",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/373e4f88-3f51-415c-a9f3-3d926c983694/?format=api",
                "launch_library_id": 1021,
                "slug": "atlas-lv-3b-mercury-atlas-9",
                "name": "Atlas LV-3B | Mercury-Atlas 9",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1963-05-15T13:04:13Z",
                "window_end": "1963-05-15T13:04:13Z",
                "window_start": "1963-05-15T13:04:13Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "rocket": {
                    "id": 196,
                    "configuration": {
                        "id": 162,
                        "launch_library_id": 140,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/162/?format=api",
                        "name": "Atlas LV-3B",
                        "family": "Atlas",
                        "full_name": "Atlas LV-3B",
                        "variant": "LV-3B"
                    }
                },
                "mission": {
                    "id": 158,
                    "launch_library_id": 243,
                    "name": "Mercury-Atlas 9",
                    "description": "Mercury-Atlas 9 was the final manned spaceflight of the United States' Mercury program. It carried the Faith 7 spacecraft with astronaut Gordon Cooper to orbit where it completed 22 orbits seconds before reentry. The mission lasted for, 34 hours, 19 minutes & 49 seconds. This was the last time an American was launched to space on a solo orbital mission. The mission had several technical problems, the biggest which was a short-circuit in the bus bar serving the 250 volt main inverter causing the automatic stabilization and control system to stop working during the 21st orbit. In the end Cooper had to use lines he had drawn on the window and his wristwatch to correctly execute burns to safely re-enter the atmosphere.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                    "agency_id": 1048,
                    "name": "Space Launch Complex 14",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                    "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                    "latitude": "28.49103",
                    "longitude": "-80.54687",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                        "name": "Cape Canaveral SFS, FL, USA",
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                        "total_launch_count": 1020,
                        "total_landing_count": 64
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                    "total_launch_count": 20
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_image_20190222030015.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.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"
                    }
                ]
            }
        },
        {
            "id": 358,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/358/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1963-06-19T11:06:00Z",
            "spacecraft": {
                "id": 231,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/231/?format=api",
                "name": "Vostok-3KA No.7",
                "serial_number": "Vostok-3KA No.7",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 5 was a Vostok spacecraft which launched on 14 June 1963 11:58:58 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Valery Bykovsky.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "0d0acc45-bcf8-4d06-8093-be999f9233ba",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/0d0acc45-bcf8-4d06-8093-be999f9233ba/?format=api",
                "launch_library_id": 1020,
                "slug": "vostok-k-vostok-5",
                "name": "Vostok-K | Vostok 5",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1963-06-14T11:58:58Z",
                "window_end": "1963-06-14T11:58:58Z",
                "window_start": "1963-06-14T11:58:58Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 197,
                    "configuration": {
                        "id": 103,
                        "launch_library_id": 139,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 159,
                    "launch_library_id": 248,
                    "name": "Vostok 5",
                    "description": "Vostok 5 was a joint mission with Vostok 6 which launched two days after Vostok 5. The capsule was piloted by Cosmonaut Valery Bykovsky. The mission was intended to last 8 days, but the capsule returned to Earth just after 5 due to a lower then intended orbit and solar flare activity. The mission began on 14 June 1963, 11:58:58 UTC and ended on 19 June 1963, 11:06 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                    }
                ]
            }
        },
        {
            "id": 357,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/357/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1963-06-19T08:20:00Z",
            "spacecraft": {
                "id": 232,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/232/?format=api",
                "name": "Vostok-3KA No.8",
                "serial_number": "Vostok-3KA No.8",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Vostok 6 was a Vostok spacecraft which launched on 16 June 1963 09:29:52 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Valentina Tereshkova.",
                "spacecraft_config": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/15/?format=api",
                    "name": "Vostok",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok-3ka_image_20190207032525.jpeg"
                }
            },
            "launch": {
                "id": "03b4616d-1e1c-4d0a-af7d-db5314fe9dc3",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/03b4616d-1e1c-4d0a-af7d-db5314fe9dc3/?format=api",
                "launch_library_id": 1019,
                "slug": "vostok-k-vostok-6",
                "name": "Vostok-K | Vostok 6",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1963-06-16T09:29:52Z",
                "window_end": "1963-06-16T09:29:52Z",
                "window_start": "1963-06-16T09:29:52Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": -1,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 198,
                    "configuration": {
                        "id": 103,
                        "launch_library_id": 139,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                        "name": "Vostok",
                        "family": "R-7",
                        "full_name": "Vostok-K",
                        "variant": "K"
                    }
                },
                "mission": {
                    "id": 167,
                    "launch_library_id": 249,
                    "name": "Vostok 6",
                    "description": "Vostok was the last mission of the Vostok program. It was piloted by Valentina Tereshkova. The mission was launched two days after Vostok 5. The mission began on 16 June 1963, 09:29:52 UTC and ended on 19 June 1963, 08:20 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                        "name": "Vostok",
                        "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                        "start_date": "1961-04-12T06:07:00Z",
                        "end_date": "1963-06-19T08:20:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                    }
                ]
            }
        },
        {
            "id": 355,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/355/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1964-10-13T07:47:04Z",
            "spacecraft": {
                "id": 207,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/207/?format=api",
                "name": "Voskhod-3KV No.3",
                "serial_number": "Voskhod-3KV No.3",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Voskhod 1 was a Voskhod spacecraft which launched on 12 October 1964 07:30 UTC. It was the seventh manned flight of the Soviet spaceflight program. It launched three cosmonauts for craft testing and science purposes. The crew was Vladimir Komarov,\r\nKonstantin Feoktistov, and Boris Yegorov.",
                "spacecraft_config": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/16/?format=api",
                    "name": "Voskhod",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png"
                }
            },
            "launch": {
                "id": "d460ae41-883c-4b57-99b9-4a41e198ca6c",
                "url": "https://ll.thespacedevs.com/2.0.0/launch/d460ae41-883c-4b57-99b9-4a41e198ca6c/?format=api",
                "launch_library_id": 1018,
                "slug": "voskhod-voskhod-1",
                "name": "Voskhod | Voskhod 1",
                "status": {
                    "id": 3,
                    "name": "Success"
                },
                "net": "1964-10-12T07:30:01Z",
                "window_end": "1964-10-12T07:30:01Z",
                "window_start": "1964-10-12T07:30:01Z",
                "inhold": false,
                "tbdtime": false,
                "tbddate": false,
                "probability": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 199,
                    "configuration": {
                        "id": 104,
                        "launch_library_id": 138,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
                        "name": "Voskhod",
                        "family": "R-7",
                        "full_name": "Voskhod",
                        "variant": "Voskhod"
                    }
                },
                "mission": {
                    "id": 778,
                    "launch_library_id": 218,
                    "name": "Voskhod 1",
                    "description": "Voskhod 1 was the seventh manned Soviet space flight(Commander-Vladimir Komarov, Engineer\tKonstantin Feoktistov, and Medical Doctor Boris Yegorov) . It achieved a number of \"firsts\" in the history of manned spaceflight, being the first space flight to carry more than one crewman into orbit, the first flight without the use of spacesuits, and the first to carry either an engineer or a physician into outer space. It also set a manned spacecraft altitude record of 336 km (209 mi).",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    }
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                        "total_launch_count": 1555,
                        "total_landing_count": 0
                    },
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487
                },
                "webcast_live": false,
                "image": null,
                "infographic": null,
                "program": [
                    {
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.0.0/program/10/?format=api",
                        "name": "Voskhod",
                        "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
                        "agencies": [
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_program_20200820205643.jpg",
                        "start_date": "1964-10-06T07:12:00Z",
                        "end_date": "1966-03-16T14:09:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme"
                    }
                ]
            }
        }
    ]
}