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

{
    "count": 7677,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=760&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=740&ordering=id",
    "results": [
        {
            "id": "19af765a-17b1-427c-ab12-c418311fea5b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19af765a-17b1-427c-ab12-c418311fea5b/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-4mkm-25",
            "name": "Soyuz U | Zenit-4MKM 25",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-12-26T15:30:00Z",
            "window_end": "1978-12-26T15:30:00Z",
            "window_start": "1978-12-26T15:30: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": 5032,
                "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": 3445,
                "launch_library_id": null,
                "name": "Zenit-4MKM 25",
                "description": "High-resolution film-return Zenit reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": 1678,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 324
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19b4b97c-5eaa-48fc-a4a9-37c9daa7a26a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19b4b97c-5eaa-48fc-a4a9-37c9daa7a26a/?format=api",
            "launch_library_id": null,
            "slug": "zenit-spaceway-1",
            "name": "Zenit | Spaceway 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2005-04-26T07:31:29Z",
            "window_end": "2005-04-26T07:31:29Z",
            "window_start": "2005-04-26T07:31:29Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7222,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5611,
                "launch_library_id": null,
                "name": "Spaceway 1",
                "description": "Hughes Network Systems is developing a global satellite network named Spaceway, which will provide high-bandwidth and high-speed communications for broadband and multimedia applications.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 61,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "19cf0ff6-70ff-4c32-8f3a-094fe688b5b7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19cf0ff6-70ff-4c32-8f3a-094fe688b5b7/?format=api",
            "launch_library_id": 126,
            "slug": "delta-ii-7320-10c-smap-firebird-ii-a-firebird-ii-b",
            "name": "Delta II 7320-10C | SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-01-31T14:22:00Z",
            "window_end": "2015-01-31T14:22:00Z",
            "window_start": "2015-01-31T14:22:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1822,
                "configuration": {
                    "id": 56,
                    "launch_library_id": 78,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7320-10C",
                    "variant": "7320-10C"
                }
            },
            "mission": {
                "id": 66,
                "launch_library_id": 113,
                "name": "SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
                "description": "SMAP is an Earth satellite mission designed to measure and map Earth’s soil moisture and freeze/thaw state to better understand terrestrial water, carbon and energy cycles. ",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "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": 843,
                    "total_landing_count": 29
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19cf1139-733e-486c-affe-909ac19114a6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19cf1139-733e-486c-affe-909ac19114a6/?format=api",
            "launch_library_id": null,
            "slug": "strela-gruzomaket",
            "name": "Strela | Gruzomaket",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-12-05T06:00:00Z",
            "window_end": "2003-12-05T06:00:00Z",
            "window_start": "2003-12-05T06:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7161,
                "configuration": {
                    "id": 76,
                    "launch_library_id": 86,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/76/?format=api",
                    "name": "Strela",
                    "family": "",
                    "full_name": "Strela",
                    "variant": "Strela"
                }
            },
            "mission": {
                "id": 5550,
                "launch_library_id": null,
                "name": "Gruzomaket",
                "description": "The Gruzomaket (or Kondor-E-GVM) ws a vehicle evaluation payload representing a dynamic model of the Kondor / Kondor-E Earth observation satellite.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/5/?format=api",
                "agency_id": null,
                "name": "175/59",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.052,62.986",
                "latitude": "46.052",
                "longitude": "62.986",
                "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": 1558,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_5_20200803143217.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "19dcb1d1-031b-4b5b-91b0-f9184566da8c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19dcb1d1-031b-4b5b-91b0-f9184566da8c/?format=api",
            "launch_library_id": null,
            "slug": "thor-agena-d-kh-4-7",
            "name": "Thor Agena D | KH-4 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-06-28T01:09:00Z",
            "window_end": "1962-06-28T01:09:00Z",
            "window_start": "1962-06-28T01:09: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": 3134,
                "configuration": {
                    "id": 393,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/393/?format=api",
                    "name": "Thor Agena D",
                    "family": "Thor",
                    "full_name": "Thor Agena D",
                    "variant": "Agena D"
                }
            },
            "mission": {
                "id": 1556,
                "launch_library_id": null,
                "name": "KH-4 7",
                "description": "The KH-4 (Keyhole-4) was fourth version in the Corona-program to build an optical reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 2E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
                "latitude": "34.7516",
                "longitude": "-120.6192",
                "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": 843,
                    "total_landing_count": 29
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
                "total_launch_count": 47
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "19dd0d52-9925-49b8-841d-01ba81b3f0c0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19dd0d52-9925-49b8-841d-01ba81b3f0c0/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-ye-6ls-111",
            "name": "Molniya-M | Ye-6LS 111",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1967-05-16T21:43:57Z",
            "window_end": "1967-05-16T21:43:57Z",
            "window_start": "1967-05-16T21:43:57Z",
            "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": 3657,
                "configuration": {
                    "id": 106,
                    "launch_library_id": 126,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 2075,
                "launch_library_id": null,
                "name": "Ye-6LS 111",
                "description": "Luna Ye-6LS was series of lunar orbiters built to test tracking and communications networks for the Soviet crewed lunar program.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "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": 1558,
                    "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/molniya_m_image_20251102061752.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19e540db-83fd-47f7-b766-6dd0f66e759b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19e540db-83fd-47f7-b766-6dd0f66e759b/?format=api",
            "launch_library_id": null,
            "slug": "diamant-b-peole",
            "name": "Diamant B | Péole",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1970-12-12T13:04:44Z",
            "window_end": "1970-12-12T13:04:44Z",
            "window_start": "1970-12-12T13:04:44Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 46,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/46/?format=api",
                "name": "National Center of Space Research",
                "type": "Government"
            },
            "rocket": {
                "id": 4085,
                "configuration": {
                    "id": 312,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/312/?format=api",
                    "name": "Diamant B",
                    "family": "Diamant",
                    "full_name": "Diamant B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 2503,
                "launch_library_id": null,
                "name": "Péole",
                "description": "First French experimental data relay satellite for meteorological data.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 125,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/125/?format=api",
                "agency_id": 46,
                "name": "Diamant Launch Area",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=5.2222222,-52.7758051",
                "latitude": "5.2222222",
                "longitude": "-52.7758051",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 328,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_125_20200803143236.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/diamant_b_lifto_image_20240411170212.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19e7e5aa-523f-4ed0-b845-04f4fc2a6ce1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19e7e5aa-523f-4ed0-b845-04f4fc2a6ce1/?format=api",
            "launch_library_id": null,
            "slug": "voskhod-zenit-4mk-26",
            "name": "Voskhod | Zenit-4MK 26",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1974-05-30T12:44:59Z",
            "window_end": "1974-05-30T12:44:59Z",
            "window_start": "1974-05-30T12:44:59Z",
            "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": 4474,
                "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": 2892,
                "launch_library_id": null,
                "name": "Zenit-4MK 26",
                "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": 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": 1678,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
                "total_launch_count": 324
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19f06100-4b14-4271-8022-4eabd50bfb4e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19f06100-4b14-4271-8022-4eabd50bfb4e/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-2m-sesat",
            "name": "Proton-K/DM-2M | Sesat",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-04-17T21:06:00Z",
            "window_end": "2000-04-17T21:06:00Z",
            "window_start": "2000-04-17T21:06:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6980,
                "configuration": {
                    "id": 350,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/350/?format=api",
                    "name": "Proton-K/DM-2M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM-2M",
                    "variant": "DM-2M"
                }
            },
            "mission": {
                "id": 5369,
                "launch_library_id": null,
                "name": "Sesat",
                "description": "The SESAT 1 (Siberia - Europe SATellite) provides a wide range of telecommunications services over a very large geographical coverage area extending from the Atlantic Ocean to Eastern Russia, including a large part of Siberia. The satellite also provides similar services within the Indian Sub-Continent by means of a Steerable Spotbeam. Sharing the 36° East orbital position with the Eutelsat W4 satellite, SESAT contributes to the development of international, regional and domestic services, such as thin route telephony, corporate and specialised data services and long distance trunk telephony. It facilitates the development of new markets in far eastern Europe and southern Asia for all types of telecommunication and business services, as well as providing full interconnectivity with western and central Europe.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "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": 1558,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "19fb49f4-ad3f-45b2-8d8b-993e35d864d9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/19fb49f4-ad3f-45b2-8d8b-993e35d864d9/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-raduga-6",
            "name": "Proton-K/DM | Raduga 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-02-20T08:05:00Z",
            "window_end": "1980-02-20T08:05:00Z",
            "window_start": "1980-02-20T08:05: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": 5152,
                "configuration": {
                    "id": 349,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/349/?format=api",
                    "name": "Proton-K/DM",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM",
                    "variant": "DM"
                }
            },
            "mission": {
                "id": 3563,
                "launch_library_id": null,
                "name": "Raduga 6",
                "description": "Geostationary communications satellite for military and governmental puposes",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "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": 1558,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        }
    ]
}