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=6500&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=6510&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6490&ordering=-name",
    "results": [
        {
            "id": "4bed1cfa-d8ac-4a68-86cd-d5dfd5eb0539",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4bed1cfa-d8ac-4a68-86cd-d5dfd5eb0539/?format=api",
            "launch_library_id": null,
            "slug": "delta-ii-argos",
            "name": "Delta II | ARGOS",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-02-23T10:29:55Z",
            "window_end": "1999-02-23T10:29:55Z",
            "window_start": "1999-02-23T10:29:55Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6903,
                "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": 5293,
                "launch_library_id": null,
                "name": "ARGOS",
                "description": "ARGOS (Advanced Research & Global Observation Satellite) is a testbed and demonstration program for advanced remote sensing technologies for the US Air Force's Space Test Program (STP). ARGOS's primary objective is to fly and operate advanced payloads that include two technology demonstrations and seven experiment payloads for global and celestial observation. ARGOS also has a goal of three years of on orbit operations to demonstrate and collect science data for the Earth's global environment and top priority military space programs.",
                "launch_designator": null,
                "type": "Planetary 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_20190222030358.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "7d2a8b35-9abd-4b2b-aced-212f83b5aff9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7d2a8b35-9abd-4b2b-aced-212f83b5aff9/?format=api",
            "launch_library_id": 1535,
            "slug": "delta-ii-7925-phoenix",
            "name": "Delta II 7925 | Phoenix",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-08-04T09:26:34Z",
            "window_end": "2007-08-04T09:26:34Z",
            "window_start": "2007-08-04T09:26:34Z",
            "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": 542,
                "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": 538,
                "launch_library_id": 692,
                "name": "Phoenix",
                "description": "A robotic spacecraft to land on mars under the Mars Scout Program. It studied environments suitable for life, and to research the history of water.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "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": 1025,
                    "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": "e0398747-5356-4ce8-862e-f54989643b05",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e0398747-5356-4ce8-862e-f54989643b05/?format=api",
            "launch_library_id": 1537,
            "slug": "delta-ii-7925h-95-dawn",
            "name": "Delta II 7925H-9.5 | Dawn",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-09-27T11:34:00Z",
            "window_end": "2007-09-27T11:34:00Z",
            "window_start": "2007-09-27T11:34: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": 547,
                "configuration": {
                    "id": 155,
                    "launch_library_id": 180,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/155/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925H-9.5",
                    "variant": "7925H-9.5"
                }
            },
            "mission": {
                "id": 539,
                "launch_library_id": 694,
                "name": "Dawn",
                "description": "A space probe launch by NASA with the mission of studying known protoplanets of the asteroid belt, Vesta and Ceres.",
                "launch_designator": null,
                "type": "Planetary Science",
                "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": 1025,
                    "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/delta_ii_7925h-_image_20240922115412.jpg",
            "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": "9d8ea5ae-be17-4eb0-8bed-aaac6cf2838a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9d8ea5ae-be17-4eb0-8bed-aaac6cf2838a/?format=api",
            "launch_library_id": 1553,
            "slug": "delta-ii-7925-gps-iir-m-8-usa-206",
            "name": "Delta II 7925 | GPS IIR-M-8 (USA-206)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-08-17T10:35:00Z",
            "window_end": "2009-08-17T10:35:00Z",
            "window_start": "2009-08-17T10: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": 1423,
                "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": 552,
                "launch_library_id": 710,
                "name": "GPS IIR-M-8 (USA-206)",
                "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": 1025,
                    "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": "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": 1025,
                    "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": []
        },
        {
            "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": 1025,
                    "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": []
        },
        {
            "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": 1025,
                    "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": []
        },
        {
            "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": 1025,
                    "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": []
        },
        {
            "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": 1025,
                    "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": "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": 1025,
                    "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": []
        }
    ]
}