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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=110&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=90&ordering=id",
    "results": [
        {
            "id": "03a1248c-c307-4b27-80ec-bce8d97c3cd6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03a1248c-c307-4b27-80ec-bce8d97c3cd6/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-parus-19",
            "name": "Kosmos-3M | Parus 19",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1979-04-07T06:20:00Z",
            "window_end": "1979-04-07T06:20:00Z",
            "window_start": "1979-04-07T06: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": 5059,
                "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": 3471,
                "launch_library_id": null,
                "name": "Parus 19",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "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_28_20200803143254.jpg",
                "total_launch_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "03a60135-c5ce-4c82-845c-e4f7fd2f0299",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03a60135-c5ce-4c82-845c-e4f7fd2f0299/?format=api",
            "launch_library_id": 247,
            "slug": "pslv-ca-teleos-1",
            "name": "PSLV-CA | TeLEOS-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2015-12-16T12:30:00Z",
            "window_end": "2015-12-16T12:30:00Z",
            "window_start": "2015-12-16T12:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 190,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/190/?format=api",
                "name": "Antrix Corporation Limited",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1893,
                "configuration": {
                    "id": 43,
                    "launch_library_id": 68,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/43/?format=api",
                    "name": "PSLV",
                    "family": "PSLV",
                    "full_name": "PSLV-CA",
                    "variant": "CA"
                }
            },
            "mission": {
                "id": 108,
                "launch_library_id": 153,
                "name": "TeLEOS-1",
                "description": "At an altitude of 550km and an inclination of 10-15 degrees, TeLEOS 1 will be Singapore’s first commercial near equatorial orbit satellite. The craft was built by ST Electronics and can image the earth at 1 metre resolutions every 12-16 hours. The satellite weighs 400kg, is powered by 4 solar arrays and has a planned lifetime of 5 years.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 50,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/50/?format=api",
                "agency_id": 31,
                "name": "Satish Dhawan Space Centre First Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.733,80.235",
                "latitude": "13.733",
                "longitude": "80.235",
                "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_50_20200803143457.jpg",
                "total_launch_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20230730102956.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "03ac154c-9b70-43d2-bec5-2a5781fd6dda",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03ac154c-9b70-43d2-bec5-2a5781fd6dda/?format=api",
            "launch_library_id": 1536,
            "slug": "delta-ii-7920-10-worldview-1",
            "name": "Delta II 7920-10 | WorldView-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-09-18T18:35:00Z",
            "window_end": "2007-09-18T18:35:00Z",
            "window_start": "2007-09-18T18:35:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "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": 546,
                "configuration": {
                    "id": 75,
                    "launch_library_id": 112,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/75/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7920-10",
                    "variant": "7920-10"
                }
            },
            "mission": {
                "id": 518,
                "launch_library_id": 693,
                "name": "WorldView-1",
                "description": "A commercial earth observation satellite owned by DigitalGlobe.",
                "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": 804,
                    "total_landing_count": 26
                },
                "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_20190222030358.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "03ae1bb3-6844-46a3-8046-75a63d91fb0b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03ae1bb3-6844-46a3-8046-75a63d91fb0b/?format=api",
            "launch_library_id": null,
            "slug": "delta-ii-gps-iia-15",
            "name": "Delta II | GPS IIA-15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-03-10T03:40:01Z",
            "window_end": "1994-03-10T03:40:01Z",
            "window_start": "1994-03-10T03:40:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 6577,
                "configuration": {
                    "id": 159,
                    "launch_library_id": 179,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/159/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925",
                    "variant": "7925"
                }
            },
            "mission": {
                "id": 4967,
                "launch_library_id": null,
                "name": "GPS IIA-15",
                "description": "GPS-2A (Global Positioning System) or Navstar-2A (Navigation System using Timing And ranging) are improved satellites of the second generation of the GPS navigation system.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "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_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System"
                }
            ]
        },
        {
            "id": "03b1016f-0823-46f9-85d8-8383aeb02f02",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03b1016f-0823-46f9-85d8-8383aeb02f02/?format=api",
            "launch_library_id": 1141,
            "slug": "h-iia-202-himawari-9",
            "name": "H-IIA 202 | Himawari-9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2016-11-02T06:20:00Z",
            "window_end": "2016-11-02T09:18:00Z",
            "window_start": "2016-11-02T06:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1959,
                "configuration": {
                    "id": 32,
                    "launch_library_id": 53,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/32/?format=api",
                    "name": "H-IIA",
                    "family": "H-II",
                    "full_name": "H-IIA 202",
                    "variant": "202"
                }
            },
            "mission": {
                "id": 558,
                "launch_library_id": 369,
                "name": "Himawari-9",
                "description": "Himawari-9 is a geostationary weather satellite operated by the Japan Meteorological Agency. It will be placed at 140 degrees East and will replace Himawari-8 in 2022. The satellite is about 3,500 kilograms and has a design life of around 15 years with operational life lasting 8 years.The main instrument aboard is a 16 channel multispectral imager to capture visible light and infrared images of the Asian-Pacific region.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/41/?format=api",
                "agency_id": 37,
                "name": "Yoshinobu Launch Complex LP-1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
                "latitude": "30.400813",
                "longitude": "130.977748",
                "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_41_20200803143551.jpg",
                "total_launch_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "03b4616d-1e1c-4d0a-af7d-db5314fe9dc3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03b4616d-1e1c-4d0a-af7d-db5314fe9dc3/?format=api",
            "launch_library_id": 1019,
            "slug": "vostok-k-vostok-6",
            "name": "Vostok-K | Vostok 6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1963-06-16T09:29:52Z",
            "window_end": "1963-06-16T09:29:52Z",
            "window_start": "1963-06-16T09:29:52Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 198,
                "configuration": {
                    "id": 103,
                    "launch_library_id": 139,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
                    "name": "Vostok",
                    "family": "R-7",
                    "full_name": "Vostok-K",
                    "variant": "K"
                }
            },
            "mission": {
                "id": 167,
                "launch_library_id": 249,
                "name": "Vostok 6",
                "description": "Vostok was the last mission of the Vostok program. It was piloted by Valentina Tereshkova. The mission was launched two days after Vostok 5. The mission began on 16 June 1963, 09:29:52 UTC and ended on 19 June 1963, 08:20 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "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/vostok_image_20191104130128.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
                    "name": "Vostok",
                    "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
                    "start_date": "1961-04-12T06:07:00Z",
                    "end_date": "1963-06-19T08:20:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
                }
            ]
        },
        {
            "id": "03d21cad-9fb9-4483-a674-32d0d9ca86c1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03d21cad-9fb9-4483-a674-32d0d9ca86c1/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-ds-p1-m-1",
            "name": "Kosmos-3M | DS-P1-M 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1970-08-20T14:30:01Z",
            "window_end": "1970-08-20T14:30:01Z",
            "window_start": "1970-08-20T14:30:01Z",
            "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": 4038,
                "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": 2456,
                "launch_library_id": null,
                "name": "DS-P1-M 1",
                "description": "ASAT target satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "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_28_20200803143254.jpg",
                "total_launch_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "03d55128-630b-4630-b3b1-2d9bf34946a8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03d55128-630b-4630-b3b1-2d9bf34946a8/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-oneweb-15",
            "name": "Falcon 9 Block 5 | OneWeb 15",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-12-08T22:27:48Z",
            "window_end": "2022-12-08T22:27:48Z",
            "window_start": "2022-12-08T22:27:48Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 95,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2860,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 1274,
                "launch_library_id": null,
                "name": "OneWeb 15",
                "description": "A batch of 40 satellites for the OneWeb satellite constellation, which is intended to provide global Internet broadband service for individual consumers. The constellation is planned to have around 648 microsatellites (of which 60 are spares), around 150 kg each, operating in Ku-band from low Earth orbit.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/26/?format=api",
                    "name": "OneWeb",
                    "description": "Satellite constellation in low Earth orbit that can provide high-speed broadband internet to rural and isolated areas.",
                    "agencies": [
                        {
                            "id": 1081,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1081/?format=api",
                            "name": "Eutelsat OneWeb",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oneweb_program_20231228155842.jpeg",
                    "start_date": "2019-02-27T21:37:00Z",
                    "end_date": null,
                    "info_url": "https://oneweb.net/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb"
                }
            ]
        },
        {
            "id": "03d9b157-4d88-4b27-bce4-f4767015d64a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03d9b157-4d88-4b27-bce4-f4767015d64a/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-strela-3-83-to-88",
            "name": "Tsiklon-3 | Strela-3 83 to 88",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-10-20T12:58:12Z",
            "window_end": "1992-10-20T12:58:12Z",
            "window_start": "1992-10-20T12:58:12Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 6473,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4863,
                "launch_library_id": null,
                "name": "Strela-3 83 to 88",
                "description": "Second generation store-dump military communications satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 126,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
                "agency_id": 63,
                "name": "32/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
                "total_launch_count": 57
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "03e1c2ff-1fe9-488e-a689-a729819d9346",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/03e1c2ff-1fe9-488e-a689-a729819d9346/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-us-k-63",
            "name": "Molniya-M | US-K 63",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1990-04-28T11:37:02Z",
            "window_end": "1990-04-28T11:37:02Z",
            "window_start": "1990-04-28T11:37:02Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6267,
                "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": 4657,
                "launch_library_id": null,
                "name": "US-K 63",
                "description": "Early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/35/?format=api",
                "agency_id": 163,
                "name": "16/2",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
                "latitude": "62.960091",
                "longitude": "40.682983",
                "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_35_20200803143306.jpg",
                "total_launch_count": 136
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}