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

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1000&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=980&ordering=name",
    "results": [
        {
            "id": "b0c5fb22-0636-4819-b041-eafa02ffb189",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b0c5fb22-0636-4819-b041-eafa02ffb189/?format=api",
            "launch_library_id": 1554,
            "slug": "delta-ii-7920-10c-stss-demogmd",
            "name": "Delta II 7920-10C | STSS-DEMO/GMD",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-09-25T12:20:00Z",
            "window_end": "2009-09-25T12:20:00Z",
            "window_start": "2009-09-25T12:20: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": 1428,
                "configuration": {
                    "id": 99,
                    "launch_library_id": 132,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/99/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7920-10C",
                    "variant": "7920-10C"
                }
            },
            "mission": {
                "id": 567,
                "launch_library_id": 711,
                "name": "STSS-DEMO/GMD",
                "description": "A satellite to demonstrate new technology for missile detection early wanring systems. Used in later operation capacities.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "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": 1024,
                    "total_landing_count": 64
                },
                "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_20190222030612.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "a7550f52-cc8e-442a-ad9b-f31994362bd0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a7550f52-cc8e-442a-ad9b-f31994362bd0/?format=api",
            "launch_library_id": 1555,
            "slug": "delta-ii-7920-10c-worldview-2",
            "name": "Delta II 7920-10C | WorldView-2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-10-08T18:51:01Z",
            "window_end": "2009-10-08T18:51:01Z",
            "window_start": "2009-10-08T18:51: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": 1431,
                "configuration": {
                    "id": 99,
                    "launch_library_id": 132,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/99/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7920-10C",
                    "variant": "7920-10C"
                }
            },
            "mission": {
                "id": 542,
                "launch_library_id": 712,
                "name": "WorldView-2",
                "description": "A commercial earth observation satellite owned by DigitalGlobe.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": 808,
                    "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_20190222030612.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c19cfbc9-99a6-4423-86da-1b8e381fa854",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c19cfbc9-99a6-4423-86da-1b8e381fa854/?format=api",
            "launch_library_id": 901,
            "slug": "delta-ii-7920-10-jpss-1-joint-polar-satellite-syst",
            "name": "Delta II 7920-10 | JPSS 1 (Joint Polar Satellite System spacecraft No. 1)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2017-11-18T09:47:36Z",
            "window_end": "2017-11-18T09:48:09Z",
            "window_start": "2017-11-18T09:47:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 100,
            "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": 2046,
                "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": 128,
                "launch_library_id": 210,
                "name": "JPSS 1 (Joint Polar Satellite System spacecraft No. 1)",
                "description": "From a 512-mile orbit, tilted 98.7 degrees to the equator and traveling pole-to-pole, the craft will provide imagery, atmospheric temperature and humidity profiles, and land and ocean surface temperature observations, all of which are key ingredients for weather forecasting. In addition, the satellite will measure ozone levels and reflected solar radiation from the planet.JPSS 1 will survey the entire globe twice per day with five sensor packages.The satellite will replace the existing Suomi NPP spacecraft that launched in 2011 for a five-year mission as a gapfiller between NOAA’s legacy weather satellite constellation and the new JPSS generation.",
                "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": 808,
                    "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": 36,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/36/?format=api",
                    "name": "NASA Large Strategic Science Missions",
                    "description": "NASA's large strategic science missions or large strategic missions, formerly known as Flagship missions or Flagship-class missions, are the costliest and most capable NASA science spacecraft. Flagship missions exist within all four divisions of NASA's Science Mission Directorate (SMD): the astrophysics, Earth science, heliophysics and planetary science divisions.",
                    "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/nasa2520large_program_20240205122003.jpeg",
                    "start_date": "1975-08-22T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Large_strategic_science_missions"
                }
            ]
        },
        {
            "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": 808,
                    "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/delta_ii_7920-1_image_20240922115616.jpg",
            "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": 808,
                    "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": "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": 1024,
                    "total_landing_count": 64
                },
                "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": "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": 1024,
                    "total_landing_count": 64
                },
                "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": "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": 1024,
                    "total_landing_count": 64
                },
                "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": "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": 1024,
                    "total_landing_count": 64
                },
                "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": "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": 1024,
                    "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/delta_ii_7925-9_image_20240312090356.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}