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

{
    "count": 7489,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=90&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=70&ordering=id",
    "results": [
        {
            "id": "02c07976-1444-4d53-b581-0b91c28d0330",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02c07976-1444-4d53-b581-0b91c28d0330/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-nadezhda-5",
            "name": "Kosmos-3M | Nadezhda 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-02-27T20:59:42Z",
            "window_end": "1990-02-27T20:59:42Z",
            "window_start": "1990-02-27T20:59:42Z",
            "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": 6247,
                "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": 4637,
                "launch_library_id": null,
                "name": "Nadezhda 5",
                "description": "Civilian navigation satellite equivalent to the purely military Parus",
                "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": "02c372d4-3bb2-4de3-a676-4cd6cfec9728",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02c372d4-3bb2-4de3-a676-4cd6cfec9728/?format=api",
            "launch_library_id": null,
            "slug": "shavit-2-ofeq-4",
            "name": "Shavit-2 | Ofeq-4",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1998-01-22T12:56:00Z",
            "window_end": "1998-01-22T12:56:00Z",
            "window_start": "1998-01-22T12:56:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/35/?format=api",
                "name": "Israeli Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 6834,
                "configuration": {
                    "id": 110,
                    "launch_library_id": 123,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 5224,
                "launch_library_id": null,
                "name": "Ofeq-4",
                "description": "Intended for surveillance of Israel's neighbours, the Ofeq series is unusual in having a retrograde orbit. This is due to the geographical location of Israel, which gives only an unobstructed launch path over the mediterranean sea. It is similar to the EROS-A civilian Earth observation satellite. Ofeq 4 (which was possibly the prototype EROS-A satellite) was lost in an launch failure in early 1998.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "02c8db25-7909-4462-bab3-c785a399a013",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02c8db25-7909-4462-bab3-c785a399a013/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-8-67",
            "name": "Soyuz U | Zenit-8 67",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-08-23T09:20:00Z",
            "window_end": "1988-08-23T09:20:00Z",
            "window_start": "1988-08-23T09:20: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": 6100,
                "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": 4490,
                "launch_library_id": null,
                "name": "Zenit-8 67",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "02ef655f-b4b6-490e-9e1c-96e301286ce7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02ef655f-b4b6-490e-9e1c-96e301286ce7/?format=api",
            "launch_library_id": null,
            "slug": "spaceshiptwo-vss-unity-vp-03",
            "name": "SpaceShipTwo | VSS Unity VP-03",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-12-13T12:00:00Z",
            "window_end": "2018-12-13T12:00:00Z",
            "window_start": "2018-12-13T12: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": 2945,
                "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": 1362,
                "launch_library_id": null,
                "name": "VSS Unity VP-03",
                "description": "Powered test flight of VSS Unity. Reached outer space for the first time according to the US definition of the space border.",
                "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": []
        },
        {
            "id": "02f9ab65-b238-413d-9810-498c522a3636",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/02f9ab65-b238-413d-9810-498c522a3636/?format=api",
            "launch_library_id": null,
            "slug": "proton-raduga-1-6",
            "name": "Proton | Raduga-1 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-10-06T16:45:00Z",
            "window_end": "2001-10-06T16:45:00Z",
            "window_start": "2001-10-06T16:45: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": 7061,
                "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": 5450,
                "launch_library_id": null,
                "name": "Raduga-1 6",
                "description": "Military geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "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_7_20200803143454.jpg",
                "total_launch_count": 92
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0302be65-ba0f-48f2-a90c-788c7a9ace52",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0302be65-ba0f-48f2-a90c-788c7a9ace52/?format=api",
            "launch_library_id": 1373,
            "slug": "ariane-5-es-galileo-l10-foc-fm19-fm22",
            "name": "Ariane 5 ES | Galileo L10 (FOC FM19-FM22)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-07-25T11:25:01Z",
            "window_end": "2018-07-25T11:25:01Z",
            "window_start": "2018-07-25T11:25:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#VA244",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2118,
                "configuration": {
                    "id": 18,
                    "launch_library_id": 9,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/18/?format=api",
                    "name": "Ariane 5 ES",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ES",
                    "variant": "ES"
                }
            },
            "mission": {
                "id": 468,
                "launch_library_id": 618,
                "name": "Galileo L10 (FOC FM19-FM22)",
                "description": "The Galileo constellation is ESA's satellite navigation system and is expected to be completed by 2020. Galileo will provide Europe with an alternative to the American GPS and Russian GLONASS constellations, but will be interoperable with both systems.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "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_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520es_image_20190222031145.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/30/?format=api",
                    "name": "Galileo",
                    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
                    "start_date": "2011-10-21T10:30:00Z",
                    "end_date": null,
                    "info_url": "https://www.gsc-europa.eu/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)"
                }
            ]
        },
        {
            "id": "032efced-4436-42f7-9dda-2e1ad65b059f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/032efced-4436-42f7-9dda-2e1ad65b059f/?format=api",
            "launch_library_id": null,
            "slug": "shavit-2-ofek-13",
            "name": "Shavit-2 | Ofek-13",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-28T23:10:00Z",
            "window_end": "2023-03-28T23:10:00Z",
            "window_start": "2023-03-28T23:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/95/?format=api",
                "name": "Israel Aerospace Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7836,
                "configuration": {
                    "id": 110,
                    "launch_library_id": 123,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/110/?format=api",
                    "name": "Shavit-2",
                    "family": "Shavit",
                    "full_name": "Shavit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 6339,
                "launch_library_id": null,
                "name": "Ofek-13",
                "description": "Ofek is a series of Israeli reconnaissance satellites. Ofek-13 is an Israeli SAR (Synthetic Aperture Radar) reconnaissance satellite that combines high resolution with large area coverage using electronic beam steering.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 75,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/75/?format=api",
                "agency_id": 95,
                "name": "Shavit Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
                "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
                "latitude": "31.884444",
                "longitude": "34.680278",
                "location": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/4/?format=api",
                    "name": "Palmachim Airbase, State of Israel",
                    "country_code": "ISR",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
                    "total_launch_count": 12,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "03373254-b383-45be-ad2f-180d1bb39c89",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03373254-b383-45be-ad2f-180d1bb39c89/?format=api",
            "launch_library_id": null,
            "slug": "atlas-f-noaa-7",
            "name": "Atlas F | NOAA 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-06-23T10:52:59Z",
            "window_end": "1981-06-23T10:52:59Z",
            "window_start": "1981-06-23T10:52:59Z",
            "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": 5290,
                "configuration": {
                    "id": 244,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/244/?format=api",
                    "name": "Atlas F",
                    "family": "Atlas",
                    "full_name": "SM-65F Atlas",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 3699,
                "launch_library_id": null,
                "name": "NOAA 7",
                "description": "Third generation LEO meteorological satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "03419b5b-08e4-4fc1-b75e-a03f8b86b6fa",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03419b5b-08e4-4fc1-b75e-a03f8b86b6fa/?format=api",
            "launch_library_id": null,
            "slug": "slv-3-rohini-rs-d-1",
            "name": "SLV-3 | Rohini RS-D-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-05-31T03:33:46Z",
            "window_end": "1981-05-31T03:33:46Z",
            "window_start": "1981-05-31T03:33:46Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 5282,
                "configuration": {
                    "id": 353,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/353/?format=api",
                    "name": "SLV-3",
                    "family": "",
                    "full_name": "SLV-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 3691,
                "launch_library_id": null,
                "name": "Rohini RS-D-1",
                "description": "Indian Earth observation test satellites",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/40/?format=api",
                "agency_id": 31,
                "name": "SLV-3 Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
                "latitude": "13.666193",
                "longitude": "80.227231",
                "location": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
                    "name": "Satish Dhawan Space Centre, India",
                    "country_code": "IND",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                    "total_launch_count": 98,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_40_20200803143325.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/slv-3_image_20240210152959.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "034ca44b-69c3-4305-b601-e4a7dd88e01b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/034ca44b-69c3-4305-b601-e4a7dd88e01b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3d-centaur-comstar-1a",
            "name": "Atlas SLV-3D Centaur | Comstar 1A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1976-05-13T22:28:00Z",
            "window_end": "1976-05-13T22:28:00Z",
            "window_start": "1976-05-13T22:28: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": 4705,
                "configuration": {
                    "id": 261,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
                    "name": "Atlas SLV-3D Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3D Centaur",
                    "variant": "SLV-3D Centaur"
                }
            },
            "mission": {
                "id": 3123,
                "launch_library_id": null,
                "name": "Comstar 1A",
                "description": "Geostationary communications satellite built by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1021,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}