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

{
    "count": 7486,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7420&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7400&ordering=-id",
    "results": [
        {
            "id": "029cd324-04df-4615-bf70-c6cb693eec00",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/029cd324-04df-4615-bf70-c6cb693eec00/?format=api",
            "launch_library_id": null,
            "slug": "scout-x-4a-reentry-4a",
            "name": "Scout X-4A | Reentry-4A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-08-18T06:05:00Z",
            "window_end": "1964-08-18T06:05:00Z",
            "window_start": "1964-08-18T06:05:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "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": 3304,
                "configuration": {
                    "id": 371,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/371/?format=api",
                    "name": "Scout X-4A",
                    "family": "Scout",
                    "full_name": "Scout X-4A",
                    "variant": "4A"
                }
            },
            "mission": {
                "id": 1726,
                "launch_library_id": null,
                "name": "Reentry-4A",
                "description": "Test of Apollo-type ablator materials at lunar reentry heating levels.",
                "launch_designator": null,
                "type": "Materials Science",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 94,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/94/?format=api",
                "agency_id": 44,
                "name": "Launch Area 3",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
                "latitude": "37.8495",
                "longitude": "-75.4725",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_94_20200803143206.jpg",
                "total_launch_count": 13
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "029b931c-2b10-4592-a13c-03478abb54f1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/029b931c-2b10-4592-a13c-03478abb54f1/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-8-50",
            "name": "Soyuz U | Zenit-8 50",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1987-07-04T12:25:00Z",
            "window_end": "1987-07-04T12:25:00Z",
            "window_start": "1987-07-04T12:25: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": 5980,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4374,
                "launch_library_id": null,
                "name": "Zenit-8 50",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "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_168_20200803143446.jpg",
                "total_launch_count": 310
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0297d3dc-0513-450a-babc-6f3da8e8c181",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0297d3dc-0513-450a-babc-6f3da8e8c181/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-axiom-space-mission-2",
            "name": "Falcon 9 Block 5 | Axiom Space Mission 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-05-21T21:37:09Z",
            "window_end": "2023-05-21T21:37:09Z",
            "window_start": "2023-05-21T21:37:09Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 60,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2950,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 1367,
                "launch_library_id": null,
                "name": "Axiom Space Mission 2",
                "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210525170218.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/32/?format=api",
                    "name": "Axiom Private Spaceflight",
                    "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
                    "agencies": [
                        {
                            "id": 1022,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1022/?format=api",
                            "name": "Axiom Space",
                            "type": "Private"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                    "start_date": "2022-04-08T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.axiomspace.com/missions/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions"
                }
            ]
        },
        {
            "id": "02977817-2dc0-43e7-95a9-fe83ff8a70b3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02977817-2dc0-43e7-95a9-fe83ff8a70b3/?format=api",
            "launch_library_id": 868,
            "slug": "soyuz-21a-bars-m-no-2-kosmos-2515",
            "name": "Soyuz 2.1a | Bars-M No. 2 (Kosmos 2515)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2016-03-24T09:42:00Z",
            "window_end": "2016-03-24T10:40:00Z",
            "window_start": "2016-03-24T09:40:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 1917,
                "configuration": {
                    "id": 24,
                    "launch_library_id": 49,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/24/?format=api",
                    "name": "Soyuz 2.1a",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1a",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "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_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "029615cc-ef67-4a1e-b98e-08bdbfb3ae7e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/029615cc-ef67-4a1e-b98e-08bdbfb3ae7e/?format=api",
            "launch_library_id": null,
            "slug": "electron-a-data-with-destiny-blacksky-14-15",
            "name": "Electron | A Data With Destiny (BlackSky 14-15)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2021-12-09T00:02:07Z",
            "window_end": "2021-12-09T01:50:00Z",
            "window_start": "2021-12-08T23:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7474,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5874,
                "launch_library_id": null,
                "name": "A Data With Destiny (BlackSky 14-15)",
                "description": "Payload consists of two BlackSky Gen-2 high-resolution multi-spectral Earth observation satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 65,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/65/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
                "latitude": "-39.262833",
                "longitude": "177.864469",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "total_launch_count": 57,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
                "total_launch_count": 29
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "028d5699-11ea-4309-9266-5f9c2372219f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/028d5699-11ea-4309-9266-5f9c2372219f/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-12-3",
            "name": "Falcon 9 Block 5 | Starlink Group 12-3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-02-04T10:15:00Z",
            "window_end": "2025-02-04T11:24:19Z",
            "window_start": "2025-02-04T08:27:10Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 95,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8451,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 7040,
                "launch_library_id": null,
                "name": "Starlink Group 12-3",
                "description": "A batch of 21 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "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_80_20200803143323.jpg",
                "total_launch_count": 304
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
                }
            ]
        },
        {
            "id": "027cd9e0-baf7-451a-95ff-f5790bc075df",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/027cd9e0-baf7-451a-95ff-f5790bc075df/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-zaliv-3",
            "name": "Kosmos-3M | Zaliv 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-08-13T22:00:02Z",
            "window_end": "1969-08-13T22:00:02Z",
            "window_start": "1969-08-13T22:00:02Z",
            "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": 3932,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 2350,
                "launch_library_id": null,
                "name": "Zaliv 3",
                "description": "The first soviet navigation system called Tsiklon consisted of Zaliv satellites in low earth orbit.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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_167_20200803143417.jpg",
                "total_launch_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "026b5ffb-c5f0-4fb8-be13-4c2bd83a3991",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/026b5ffb-c5f0-4fb8-be13-4c2bd83a3991/?format=api",
            "launch_library_id": 1249,
            "slug": "rokot-briz-km-geo-ik-2-n13l-kosmos-2540",
            "name": "Rokot / Briz-KM | Geo-IK-2 N13L (Kosmos 2540)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2019-08-30T14:00:14Z",
            "window_end": "2019-08-30T14:45:00Z",
            "window_start": "2019-08-30T13:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 35,
                "configuration": {
                    "id": 40,
                    "launch_library_id": 50,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/40/?format=api",
                    "name": "Rokot/Briz-KM",
                    "family": "Rokot",
                    "full_name": "Rokot/Briz-KM",
                    "variant": "Briz-KM"
                }
            },
            "mission": {
                "id": 462,
                "launch_library_id": 596,
                "name": "Geo-IK-2 N13L (Kosmos 2540)",
                "description": "Geo-IK-2 is a Russian geodesy mission to deliver precise three-dimensional maps of the Earth’s surface and gravitational data for use in scientific studies and military applications. Using GLONASS for accurate positioning data, the 1400kg satellite will operate in a 1000km polar orbit.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "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_3_20200803143438.jpg",
                "total_launch_count": 159
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "02690040-b2f1-4663-bc83-1ac77dadefad",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02690040-b2f1-4663-bc83-1ac77dadefad/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-4mk-77",
            "name": "Soyuz U | Zenit-4MK 77",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1977-05-05T14:00:00Z",
            "window_end": "1977-05-05T14:00:00Z",
            "window_start": "1977-05-05T14:00: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": 4823,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3240,
                "launch_library_id": null,
                "name": "Zenit-4MK 77",
                "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "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_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "02652b2a-65a7-45fd-b2d4-23046278619d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02652b2a-65a7-45fd-b2d4-23046278619d/?format=api",
            "launch_library_id": null,
            "slug": "scout-g-1-polar-bear",
            "name": "Scout G-1 | Polar Bear",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1986-11-14T00:23:00Z",
            "window_end": "1986-11-14T00:23:00Z",
            "window_start": "1986-11-14T00:23:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5909,
                "configuration": {
                    "id": 363,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/363/?format=api",
                    "name": "Scout G-1",
                    "family": "Scout",
                    "full_name": "Scout G-1",
                    "variant": "G-1"
                }
            },
            "mission": {
                "id": 4305,
                "launch_library_id": null,
                "name": "Polar Bear",
                "description": "Military satellite designed to study interferences caused by solar flares and auroral activity",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 804,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}