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

{
    "count": 7639,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6640&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6620&ordering=-name",
    "results": [
        {
            "id": "29d37ca6-7190-4b5d-82e6-3cbf49e4d8dc",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/29d37ca6-7190-4b5d-82e6-3cbf49e4d8dc/?format=api",
            "launch_library_id": 1550,
            "slug": "delta-ii-7925-95-gps-iir-m-7-usa-203",
            "name": "Delta II 7925-9.5 | GPS IIR-M-7 (USA-203)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-03-24T08:34:00Z",
            "window_end": "2009-03-24T08:34:00Z",
            "window_start": "2009-03-24T08:34: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": 1411,
                "configuration": {
                    "id": 140,
                    "launch_library_id": 181,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-9.5",
                    "variant": "7925-9.5"
                }
            },
            "mission": {
                "id": 551,
                "launch_library_id": 707,
                "name": "GPS IIR-M-7 (USA-203)",
                "description": "A satellite forming part of the Global Positioning 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": 1056,
                    "total_landing_count": 68
                },
                "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/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a3fbf1e3-6a83-4d61-b9c1-08839a2c3ef4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a3fbf1e3-6a83-4d61-b9c1-08839a2c3ef4/?format=api",
            "launch_library_id": 1542,
            "slug": "delta-ii-7925-95-gps-iir-m-6-usa-201",
            "name": "Delta II 7925-9.5 | GPS IIR-M-6 (USA-201)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-03-15T06:10:00Z",
            "window_end": "2008-03-15T06:10:00Z",
            "window_start": "2008-03-15T06:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "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": 1391,
                "configuration": {
                    "id": 140,
                    "launch_library_id": 181,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-9.5",
                    "variant": "7925-9.5"
                }
            },
            "mission": {
                "id": 532,
                "launch_library_id": 699,
                "name": "GPS IIR-M-6  (USA-201)",
                "description": "A satellite forming part of the Global Positioning 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": 1056,
                    "total_landing_count": 68
                },
                "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/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "cf94e217-5960-4549-9eb3-83ea85a28b43",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/cf94e217-5960-4549-9eb3-83ea85a28b43/?format=api",
            "launch_library_id": 1541,
            "slug": "delta-ii-7925-95-gps-iir-m-5-usa-199",
            "name": "Delta II 7925-9.5 | GPS IIR-M-5 (USA-199)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-12-20T20:04:00Z",
            "window_end": "2007-12-20T20:04:00Z",
            "window_start": "2007-12-20T20:04: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": 1387,
                "configuration": {
                    "id": 140,
                    "launch_library_id": 181,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-9.5",
                    "variant": "7925-9.5"
                }
            },
            "mission": {
                "id": 531,
                "launch_library_id": 698,
                "name": "GPS IIR-M-5 (USA-199)",
                "description": "A satellite forming part of the Global Positioning 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": 1056,
                    "total_landing_count": 68
                },
                "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/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b840ad03-b837-4e0e-bea7-397df6808cf6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b840ad03-b837-4e0e-bea7-397df6808cf6/?format=api",
            "launch_library_id": 1538,
            "slug": "delta-ii-7925-95-gps-iir-m-4-usa-196",
            "name": "Delta II 7925-9.5 | GPS IIR-M-4 (USA-196)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-10-17T12:23:00Z",
            "window_end": "2007-10-17T12:23:00Z",
            "window_start": "2007-10-17T12:23: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": 1382,
                "configuration": {
                    "id": 140,
                    "launch_library_id": 181,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-9.5",
                    "variant": "7925-9.5"
                }
            },
            "mission": {
                "id": 519,
                "launch_library_id": 695,
                "name": "GPS IIR-M-4 (USA-196)",
                "description": "A satellite forming part of the Global Positioning 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": 1056,
                    "total_landing_count": 68
                },
                "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/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "4af48fd6-3415-4877-ba67-0e22e19142e1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4af48fd6-3415-4877-ba67-0e22e19142e1/?format=api",
            "launch_library_id": 1549,
            "slug": "delta-ii-7925-10l-kepler",
            "name": "Delta II 7925-10L | Kepler",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-03-07T03:49:57Z",
            "window_end": "2009-03-07T03:49:57Z",
            "window_start": "2009-03-07T03:49:57Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "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": 1409,
                "configuration": {
                    "id": 151,
                    "launch_library_id": 184,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/151/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-10L",
                    "variant": "7925-10L"
                }
            },
            "mission": {
                "id": 549,
                "launch_library_id": 706,
                "name": "Kepler",
                "description": "A space observatory to discover Earth-size planets orbiting other stars.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "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.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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": 1056,
                    "total_landing_count": 68
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii25207925-10l_image_20190222030428.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/33/?format=api",
                    "name": "Discovery Program",
                    "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
                    "start_date": "1990-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program"
                }
            ]
        },
        {
            "id": "a49bfaf6-054f-4651-944b-5bf7ccf490fe",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a49bfaf6-054f-4651-944b-5bf7ccf490fe/?format=api",
            "launch_library_id": 1533,
            "slug": "delta-ii-7925-10c-themis",
            "name": "Delta II 7925-10C | THEMIS",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-02-17T23:01:00Z",
            "window_end": "2007-02-17T23:01:00Z",
            "window_start": "2007-02-17T23:01: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": 532,
                "configuration": {
                    "id": 157,
                    "launch_library_id": 178,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/157/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925-10C",
                    "variant": "7925-10C"
                }
            },
            "mission": {
                "id": 124,
                "launch_library_id": 690,
                "name": "THEMIS",
                "description": "The Time History of Events and Macroscale Interactions during Substorms (THEMIS) mission is a NASA constellation of five satellites to study energy releases from Earths magnetosphere.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "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.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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": 1056,
                    "total_landing_count": 68
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030348.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b772cfb7-c057-4334-aea0-21478e41b024",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b772cfb7-c057-4334-aea0-21478e41b024/?format=api",
            "launch_library_id": 720,
            "slug": "delta-ii-7920h-10c-grail-a-ebb-grail-b-flow",
            "name": "Delta II 7920H-10C | GRAIL-A (Ebb) & GRAIL-B (Flow)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-09-10T13:08:52Z",
            "window_end": "2011-09-10T13:08:52Z",
            "window_start": "2011-09-10T13:08:52Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "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": 1550,
                "configuration": {
                    "id": 154,
                    "launch_library_id": 182,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/154/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7920H-10C",
                    "variant": "7920H-10C"
                }
            },
            "mission": null,
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "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.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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": 1056,
                    "total_landing_count": 68
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030414.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/33/?format=api",
                    "name": "Discovery Program",
                    "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
                    "start_date": "1990-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program"
                }
            ]
        },
        {
            "id": "6f67b2bf-6d5b-4911-9bf9-2c76e5aada22",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/6f67b2bf-6d5b-4911-9bf9-2c76e5aada22/?format=api",
            "launch_library_id": 1543,
            "slug": "delta-ii-7920h-10c-glast",
            "name": "Delta II 7920H-10C | GLAST",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-06-11T16:05:01Z",
            "window_end": "2008-06-11T16:05:01Z",
            "window_start": "2008-06-11T16:05:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "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": 1396,
                "configuration": {
                    "id": 154,
                    "launch_library_id": 182,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/154/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7920H-10C",
                    "variant": "7920H-10C"
                }
            },
            "mission": {
                "id": 534,
                "launch_library_id": 700,
                "name": "GLAST",
                "description": "A joint mission between NASA, USA Department of Energy and government agencies of France, Germany, Italy, Japan and Sweden. Its mission to suvery astrophysical and cosmological phenomena, also has instruments to study Gamma-ray bursts.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "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.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "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": 1056,
                    "total_landing_count": 68
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030414.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": 835,
                    "total_landing_count": 29
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "2965d123-7556-444b-bb6f-c158a924bb9c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2965d123-7556-444b-bb6f-c158a924bb9c/?format=api",
            "launch_library_id": 1532,
            "slug": "delta-ii-7920-10-nrol-21",
            "name": "Delta II 7920-10 | NROL-21",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2006-12-14T21:00:00Z",
            "window_end": "2006-12-14T21:00:00Z",
            "window_start": "2006-12-14T21:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "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": 531,
                "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": 12,
                "launch_library_id": 689,
                "name": "NROL-21",
                "description": "Classified payload for the National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": 835,
                    "total_landing_count": 29
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7920-1_image_20240922115616.jpg",
            "infographic": null,
            "program": []
        }
    ]
}