API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=6830&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6840&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6820&ordering=name",
    "results": [
        {
            "id": "3f2f3cda-5167-4410-9408-39c709d6141e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3f2f3cda-5167-4410-9408-39c709d6141e/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-tselina-r-4",
            "name": "Tsiklon-3 | Tselina-R 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1993-04-16T07:49:00Z",
            "window_end": "1993-04-16T07:49:00Z",
            "window_start": "1993-04-16T07:49:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 6515,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4905,
                "launch_library_id": null,
                "name": "Tselina-R 4",
                "description": "Tselina-R series ELINT satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 126,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
                "agency_id": 63,
                "name": "32/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
                "total_launch_count": 57
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "828e4398-9328-4626-8232-943518bf5d8e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/828e4398-9328-4626-8232-943518bf5d8e/?format=api",
            "launch_library_id": 610,
            "slug": "unha-3-kwangmyongsong-3",
            "name": "Unha-3 | Kwangmyongsong-3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2012-04-12T22:38:55Z",
            "window_end": "2012-04-12T22:38:55Z",
            "window_start": "2012-04-12T22:38:55Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/40/?format=api",
                "name": "Korean Committee of Space Technology",
                "type": "Government"
            },
            "rocket": {
                "id": 1598,
                "configuration": {
                    "id": 67,
                    "launch_library_id": 100,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/67/?format=api",
                    "name": "Unha-3",
                    "family": "Taepodong",
                    "full_name": "Unha-3",
                    "variant": "Unha-3"
                }
            },
            "mission": null,
            "pad": {
                "id": 74,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/74/?format=api",
                "agency_id": 40,
                "name": "Unha Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Sohae_Satellite_Launching_Station",
                "map_url": "https://www.google.com/maps?q=39.660065,124.705366",
                "latitude": "39.660065",
                "longitude": "124.705366",
                "location": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/7/?format=api",
                    "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
                    "country_code": "PRK",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_74_20200803143358.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/unha_image_20190222030930.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fa0c50c8-886a-4d25-a8b7-748b3f5b6c59",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fa0c50c8-886a-4d25-a8b7-748b3f5b6c59/?format=api",
            "launch_library_id": 669,
            "slug": "unha-3-kwangmyongsong-3-unit-2",
            "name": "Unha-3 | Kwangmyongsong-3 Unit 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-12-12T00:49:46Z",
            "window_end": "2012-12-12T00:49:46Z",
            "window_start": "2012-12-12T00:49:46Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/40/?format=api",
                "name": "Korean Committee of Space Technology",
                "type": "Government"
            },
            "rocket": {
                "id": 1652,
                "configuration": {
                    "id": 67,
                    "launch_library_id": 100,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/67/?format=api",
                    "name": "Unha-3",
                    "family": "Taepodong",
                    "full_name": "Unha-3",
                    "variant": "Unha-3"
                }
            },
            "mission": null,
            "pad": {
                "id": 74,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/74/?format=api",
                "agency_id": 40,
                "name": "Unha Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Sohae_Satellite_Launching_Station",
                "map_url": "https://www.google.com/maps?q=39.660065,124.705366",
                "latitude": "39.660065",
                "longitude": "124.705366",
                "location": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/7/?format=api",
                    "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
                    "country_code": "PRK",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_74_20200803143358.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/unha_image_20190222030930.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "4a3a82b4-8a52-45d5-a7f0-47a3cb24caf4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4a3a82b4-8a52-45d5-a7f0-47a3cb24caf4/?format=api",
            "launch_library_id": null,
            "slug": "unha-kwangmyongsong-2",
            "name": "Unha | Kwangmyongsong-2",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2009-04-05T02:30:00Z",
            "window_end": "2009-04-05T02:30:00Z",
            "window_start": "2009-04-05T02:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/40/?format=api",
                "name": "Korean Committee of Space Technology",
                "type": "Government"
            },
            "rocket": {
                "id": 7389,
                "configuration": {
                    "id": 86,
                    "launch_library_id": 115,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/86/?format=api",
                    "name": "Unha",
                    "family": "Taepodong",
                    "full_name": "Unha",
                    "variant": "Unha"
                }
            },
            "mission": {
                "id": 5778,
                "launch_library_id": null,
                "name": "Kwangmyongsong-2",
                "description": "Second North Korean attempt to launch a satellite into orbit. It was lost in a failure of the Unha-2 launch vehicle.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/184/?format=api",
                "agency_id": null,
                "name": "Satellite Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tonghae_Satellite_Launching_Ground",
                "map_url": "https://www.google.com/maps?q=40.855799,129.665895",
                "latitude": "40.855799",
                "longitude": "129.665895",
                "location": {
                    "id": 153,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/153/?format=api",
                    "name": "Tonghae Satellite Launching Ground",
                    "country_code": "PRK",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_153_20200803142503.jpg",
                    "total_launch_count": 2,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_184_20200803143423.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/unha_image_20190222030930.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5d1a96f5-c151-4fbf-9482-1cc3b3fc2f27",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5d1a96f5-c151-4fbf-9482-1cc3b3fc2f27/?format=api",
            "launch_library_id": 773,
            "slug": "unha-kwangmyongsong-4",
            "name": "Unha | Kwangmyongsong-4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2016-02-07T00:30:00Z",
            "window_end": "2016-02-07T00:30:00Z",
            "window_start": "2016-02-07T00:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1074,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1074/?format=api",
                "name": "National Aerospace Development Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 1907,
                "configuration": {
                    "id": 86,
                    "launch_library_id": 115,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/86/?format=api",
                    "name": "Unha",
                    "family": "Taepodong",
                    "full_name": "Unha",
                    "variant": "Unha"
                }
            },
            "mission": {
                "id": 104,
                "launch_library_id": 167,
                "name": "Kwangmyongsong",
                "description": "Part of North Korea’s Kwangmyongsong (Bright Star) programme, the experimental satellite will attempt to reach orbit.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 74,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/74/?format=api",
                "agency_id": 40,
                "name": "Unha Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Sohae_Satellite_Launching_Station",
                "map_url": "https://www.google.com/maps?q=39.660065,124.705366",
                "latitude": "39.660065",
                "longitude": "124.705366",
                "location": {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/7/?format=api",
                    "name": "Sohae Satellite Launching Station,  Cholsan County, North Pyongan Province, Democratic People's Republic of Korea",
                    "country_code": "PRK",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_7_20200803142414.jpg",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_74_20200803143358.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/unha_image_20190222030930.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "26881916-98e7-40bc-954c-88ad6ac7a050",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/26881916-98e7-40bc-954c-88ad6ac7a050/?format=api",
            "launch_library_id": 1601,
            "slug": "unknown-exomars-2028-rosalind-franklin-rover",
            "name": "Unknown | ExoMars 2028 Rosalind Franklin rover",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2028-10-31T00:00:00Z",
            "window_end": "2028-10-31T00:00:00Z",
            "window_start": "2028-10-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
                "name": "Unknown",
                "type": "Unknown"
            },
            "rocket": {
                "id": 160,
                "configuration": {
                    "id": 511,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
                    "name": "Unknown Launch Vehicle",
                    "family": "",
                    "full_name": "Unknown Launch Vehicle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 918,
                "launch_library_id": 848,
                "name": "ExoMars 2028 Rosalind Franklin Rover",
                "description": "ExoMars 2028 is a second mission of two-part European Space Agency astrobiology project to search for evidence of life on Mars. The primary objective is to land the rover at a site with high potential for finding well-preserved organic material, particularly from the very early history of the planet. The rover is expected to travel several kilometers during its mission. \r\n\r\nThe European rover will be the first mission to combine the capability to move across the surface and to study Mars at depth. It will collect samples with a drill down to a depth of 2 m and analyze them with next-generation instruments in an onboard laboratory. Underground samples are more likely to include biomarkers, since the tenuous martian atmosphere offers little protection from radiation and photochemistry at the surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "b3a7aacd-4f23-45a8-aa6c-da9f34804452",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b3a7aacd-4f23-45a8-aa6c-da9f34804452/?format=api",
            "launch_library_id": null,
            "slug": "unknown-owlet-01",
            "name": "Unknown | Owlet-01",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
                "name": "Unknown",
                "type": "Unknown"
            },
            "rocket": {
                "id": 8262,
                "configuration": {
                    "id": 511,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
                    "name": "Unknown Launch Vehicle",
                    "family": "",
                    "full_name": "Unknown Launch Vehicle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6843,
                "launch_library_id": null,
                "name": "Owlet-01",
                "description": "Telescope satellite for Scout Space, a startup specializing in space domain awareness through in-space observation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "581d1d85-bbe8-48f1-9dac-5b4e63503896",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/581d1d85-bbe8-48f1-9dac-5b4e63503896/?format=api",
            "launch_library_id": null,
            "slug": "unknown-vcls-demo-2-mission-one",
            "name": "Unknown | VCLS Demo 2 Mission One",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
                "name": "Unknown",
                "type": "Unknown"
            },
            "rocket": {
                "id": 7818,
                "configuration": {
                    "id": 511,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
                    "name": "Unknown Launch Vehicle",
                    "family": "",
                    "full_name": "Unknown Launch Vehicle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6324,
                "launch_library_id": null,
                "name": "VCLS Demo 2 Mission One",
                "description": "Payload consists of a single 30 kg NASA payload to be delivered to a 500 km orbit with a 41 degrees inclination.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "42dea019-7629-47b1-8e25-2652f291ba98",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/42dea019-7629-47b1-8e25-2652f291ba98/?format=api",
            "launch_library_id": null,
            "slug": "ur-500-proton-1",
            "name": "UR-500 | Proton 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1965-07-16T11:16:00Z",
            "window_end": "1965-07-16T11:16:00Z",
            "window_start": "1965-07-16T11:16:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 3416,
                "configuration": {
                    "id": 446,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
                    "name": "UR-500",
                    "family": "Proton / UR-500",
                    "full_name": "UR-500",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1836,
                "launch_library_id": null,
                "name": "Proton 1",
                "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "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_31_20200803143402.jpg",
                "total_launch_count": 104
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "97be1a6d-dc6b-4b28-8f6f-5b05688c259c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/97be1a6d-dc6b-4b28-8f6f-5b05688c259c/?format=api",
            "launch_library_id": null,
            "slug": "ur-500-proton-2",
            "name": "UR-500 | Proton 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1965-11-02T12:28:00Z",
            "window_end": "1965-11-02T12:28:00Z",
            "window_start": "1965-11-02T12:28:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 3451,
                "configuration": {
                    "id": 446,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/446/?format=api",
                    "name": "UR-500",
                    "family": "Proton / UR-500",
                    "full_name": "UR-500",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1871,
                "launch_library_id": null,
                "name": "Proton 2",
                "description": "The N-4 series of satellites, a.k.a. Proton-1, carried instruments to study super-high energy cosmic particles.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "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_31_20200803143402.jpg",
                "total_launch_count": 104
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}