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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7190&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7170&ordering=id",
    "results": [
        {
            "id": "f47daa0f-677c-4041-8be7-1ff47c3a0509",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f47daa0f-677c-4041-8be7-1ff47c3a0509/?format=api",
            "launch_library_id": null,
            "slug": "proton-altair-13l-luch-1",
            "name": "Proton | Altair 13L (Luch 1)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-12-16T12:00:00Z",
            "window_end": "1994-12-16T12:00:00Z",
            "window_start": "1994-12-16T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 6633,
                "configuration": {
                    "id": 80,
                    "launch_library_id": 99,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/80/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton K/DM-2",
                    "variant": "K/DM-2"
                }
            },
            "mission": {
                "id": 5023,
                "launch_library_id": null,
                "name": "Altair 13L (Luch 1)",
                "description": "The Luch or Altair satellites were the first generation of Soviet and later Russian data relay satellites. These satellites provided communications service to the Mir space station, Buran space shuttle, Soyuz-TM spacecraft, military satellites and the TsUPK ground control center.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f4852483-4a22-4fec-84ee-ca959df7d047",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4852483-4a22-4fec-84ee-ca959df7d047/?format=api",
            "launch_library_id": null,
            "slug": "thor-dm-21-agena-b-kh-4-12",
            "name": "Thor DM-21 Agena-B | KH-4 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-09-17T23:46:18Z",
            "window_end": "1962-09-17T23:46:18Z",
            "window_start": "1962-09-17T23:46:18Z",
            "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": 3153,
                "configuration": {
                    "id": 186,
                    "launch_library_id": 201,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/186/?format=api",
                    "name": "Thor DM-21 Agena-B",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Agena-B",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1575,
                "launch_library_id": null,
                "name": "KH-4 12",
                "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": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
                "latitude": "34.7572",
                "longitude": "-120.6303",
                "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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
                "total_launch_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520agena-b_image_20190414123658.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f494692f-471c-4a75-b78e-667842fea27f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f494692f-471c-4a75-b78e-667842fea27f/?format=api",
            "launch_library_id": null,
            "slug": "vulcan-ussf-25",
            "name": "Vulcan | USSF-25",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 8070,
                "configuration": {
                    "id": 200,
                    "launch_library_id": 226,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/200/?format=api",
                    "name": "Vulcan",
                    "family": "Vulcan",
                    "full_name": "Vulcan",
                    "variant": "Vulcan"
                }
            },
            "mission": {
                "id": 6623,
                "launch_library_id": null,
                "name": "USSF-25",
                "description": "Payload is the Defense Advanced Research Projects Agency’s (DARPA) Demonstration Rocket for Agile Cislunar Operations (DRACO) nuclear thermal spacecraft.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vulcan_image_20240107162928.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f49aa758-b48e-4a52-8ab7-95d4f96ffb07",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f49aa758-b48e-4a52-8ab7-95d4f96ffb07/?format=api",
            "launch_library_id": null,
            "slug": "n-2-yuri-2a",
            "name": "N-2 | Yuri 2A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-01-23T07:58:00Z",
            "window_end": "1984-01-23T07:58:00Z",
            "window_start": "1984-01-23T07:58:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5598,
                "configuration": {
                    "id": 341,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4001,
                "launch_library_id": null,
                "name": "Yuri 2A",
                "description": "First generation Japanese direct broadcasting satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f49d890e-09a1-4627-91fd-ac4884a5bd51",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f49d890e-09a1-4627-91fd-ac4884a5bd51/?format=api",
            "launch_library_id": null,
            "slug": "volna-cosmos-1",
            "name": "Volna | Cosmos-1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2005-06-21T19:46:09Z",
            "window_end": "2005-06-21T19:46:09Z",
            "window_start": "2005-06-21T19:46:09Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1013,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1013/?format=api",
                "name": "Makeyev Rocket Design Bureau",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7230,
                "configuration": {
                    "id": 450,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/450/?format=api",
                    "name": "Volna",
                    "family": "",
                    "full_name": "Volna",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5619,
                "launch_library_id": null,
                "name": "Cosmos-1",
                "description": "Cosmos 1 was a project by Cosmos Studios and The Planetary Society to test a solar sail in space. As part of the project, an unmanned solar-sail spacecraft named Cosmos 1 was launched into space at 15:46:09 EDT (19:46:09 UTC) on June 21, 2005 from the submarine Borisoglebsk in the Barents Sea. However, a rocket failure prevented the spacecraft from reaching its intended orbit.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 148,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/148/?format=api",
                "agency_id": null,
                "name": "Borisoglebsk (K-496)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Russian_submarine_Borisoglebsk_(K-496)",
                "map_url": "https://www.google.com/maps?q=74.0000,38.0000",
                "latitude": "74.0",
                "longitude": "38.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": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_148_20200803143426.jpg",
                "total_launch_count": 1
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f4a537f1-14b5-42e7-9949-fc8addfa8897",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4a537f1-14b5-42e7-9949-fc8addfa8897/?format=api",
            "launch_library_id": 229,
            "slug": "zenit-3f-elektro-l-no2",
            "name": "Zenit-3F | Elektro-L No.2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-12-11T13:45:33Z",
            "window_end": "2015-12-11T13:45:33Z",
            "window_start": "2015-12-11T13:45:33Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 1890,
                "configuration": {
                    "id": 58,
                    "launch_library_id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/58/?format=api",
                    "name": "Zenit 3F",
                    "family": "Zenith",
                    "full_name": "Zenit",
                    "variant": ""
                }
            },
            "mission": {
                "id": 818,
                "launch_library_id": 147,
                "name": "Electro-L No.2",
                "description": "This is the second in a new generation series of meteorological satellites developed by the Russian Federal Space Agency. The satellite will operate in geostationary orbit and be primarily used for weather forecasting as well as monitoring the oceans and climate change. With a weight of ~1600kg the satellite has an expected lifespan of 10 years.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
                "agency_id": null,
                "name": "45/1",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
                "latitude": "45.943492",
                "longitude": "63.653014",
                "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_2_20200803143256.jpg",
                "total_launch_count": 46
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f4c5b35b-c781-454c-8e65-04564e8e82f8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4c5b35b-c781-454c-8e65-04564e8e82f8/?format=api",
            "launch_library_id": 1368,
            "slug": "soyuz-stbfregat-o3b-fm17-20",
            "name": "Soyuz STB/Fregat | O3b FM17-20",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2019-04-04T17:03:37Z",
            "window_end": "2019-04-04T17:03:37Z",
            "window_start": "2019-04-04T17:03:37Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#VS22",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 72,
                "configuration": {
                    "id": 171,
                    "launch_library_id": 52,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/171/?format=api",
                    "name": "Soyuz STB",
                    "family": "Soyuz",
                    "full_name": "Soyuz STB Fregat",
                    "variant": "STB/Fregat"
                }
            },
            "mission": {
                "id": 976,
                "launch_library_id": 1187,
                "name": "O3b FM17-20",
                "description": "The O3b Satellite Constellation is designed for telecommunications and data backhaul from remote locations.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 81,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/81/?format=api",
                "agency_id": 115,
                "name": "Soyuz Launch Complex",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
                "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
                "latitude": "5.3019",
                "longitude": "-52.8346",
                "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": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_81_20200803143601.jpg",
                "total_launch_count": 26
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_stb_image_20211130181029.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f4c63307-c513-4f0a-8c24-8d4e386a2b19",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4c63307-c513-4f0a-8c24-8d4e386a2b19/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k63-ds-p1-yu-8",
            "name": "Kosmos 11K63 | DS-P1-Yu 8",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1967-06-12T18:06:00Z",
            "window_end": "1967-06-12T18:06:00Z",
            "window_start": "1967-06-12T18:06: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": 3671,
                "configuration": {
                    "id": 327,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2089,
                "launch_library_id": null,
                "name": "DS-P1-Yu 8",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f4c720ce-0cfd-43e6-b8dd-00273073bc01",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4c720ce-0cfd-43e6-b8dd-00273073bc01/?format=api",
            "launch_library_id": null,
            "slug": "electron-strix-launch-12",
            "name": "Electron | StriX Launch 12",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "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": 8268,
                "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": 6849,
                "launch_library_id": null,
                "name": "StriX Launch 12",
                "description": "Synthetic aperture radar satellite for Japanese Earth imaging company Synspective.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 210,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/210/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": null,
                "map_url": null,
                "latitude": "-39.260881",
                "longitude": "177.865826",
                "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_210_20230819165718.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f4cf548c-2b02-44b0-bdf7-5742772aabd0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4cf548c-2b02-44b0-bdf7-5742772aabd0/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-enterprise-gf29",
            "name": "SpaceShipTwo | VSS Enterprise GF29",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-07-29T12:00:00Z",
            "window_end": "2014-07-29T12:00:00Z",
            "window_start": "2014-07-29T12:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1024,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1024/?format=api",
                "name": "Virgin Galactic",
                "type": "Private"
            },
            "rocket": {
                "id": 2927,
                "configuration": {
                    "id": 465,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
                    "name": "SpaceShipTwo",
                    "family": "",
                    "full_name": "SpaceShipTwo",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1344,
                "launch_library_id": null,
                "name": "VSS Enterprise GF29",
                "description": "Free glide test flight of VSS Enterprise.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/190/?format=api",
                "agency_id": 1024,
                "name": "Mojave Air and Space Port",
                "info_url": "https://www.mojaveairport.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                "latitude": "35.0594444",
                "longitude": "-118.1538607",
                "location": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/144/?format=api",
                    "name": "Air launch to Suborbital flight",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                    "total_launch_count": 86,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
                "total_launch_count": 53
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}