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=1120&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=1130&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1110&ordering=name",
    "results": [
        {
            "id": "07715175-08e6-4c5c-bac4-3f190114079c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/07715175-08e6-4c5c-bac4-3f190114079c/?format=api",
            "launch_library_id": null,
            "slug": "delta-iv-m42-nrol-22",
            "name": "Delta IV M+(4,2) | NROL-22",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2006-06-28T03:33:00Z",
            "window_end": "2006-06-28T03:33:00Z",
            "window_start": "2006-06-28T03:33:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 7274,
                "configuration": {
                    "id": 33,
                    "launch_library_id": 40,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/33/?format=api",
                    "name": "Delta IV M+(4,2)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(4,2)",
                    "variant": "M+(4,2)"
                }
            },
            "mission": {
                "id": 5663,
                "launch_library_id": null,
                "name": "NROL-22 (Trumpet 4)",
                "description": "These spacecraft are probably the replacement for the Trumpet SIGINT satellites operating in a Molniya orbit. As no name is known, these are referred here as \"Trumpet Follow On\". Possibly these satellites might be named Raven. These satellite most likely use a large, unfurlable dish antenna to collect the signals. Advances in both antenna and electronics technologies have allowed for a large reduction in size compared the Trumpet predecessors.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 7,
                    "name": "High Earth Orbit",
                    "abbrev": "HEO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "55f75b14-7147-4164-80de-c5cc3768f275",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/55f75b14-7147-4164-80de-c5cc3768f275/?format=api",
            "launch_library_id": 685,
            "slug": "delta-iv-m42-nrol-27-sds-usa-227",
            "name": "Delta IV M+(4,2) | NROL-27 (SDS) (USA-227)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2011-03-11T23:38:00Z",
            "window_end": "2011-03-11T23:38:00Z",
            "window_start": "2011-03-11T23:38:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1516,
                "configuration": {
                    "id": 33,
                    "launch_library_id": 40,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/33/?format=api",
                    "name": "Delta IV M+(4,2)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(4,2)",
                    "variant": "M+(4,2)"
                }
            },
            "mission": null,
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "bec69034-c41e-48da-90d5-1f00bdc64318",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/bec69034-c41e-48da-90d5-1f00bdc64318/?format=api",
            "launch_library_id": 609,
            "slug": "delta-iv-m52-nrol-25-fia-r-usa-234",
            "name": "Delta IV M+(5,2) | NROL-25 (FIA-R) (USA-234)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-04-03T23:12:57Z",
            "window_end": "2012-04-03T23:12:57Z",
            "window_start": "2012-04-03T23:12:57Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1597,
                "configuration": {
                    "id": 35,
                    "launch_library_id": 41,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/35/?format=api",
                    "name": "Delta IV M+(5,2)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,2)",
                    "variant": "M+(5,2)"
                }
            },
            "mission": null,
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073355.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "5c64fbde-f5f3-4823-91a1-8463c2fbf507",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5c64fbde-f5f3-4823-91a1-8463c2fbf507/?format=api",
            "launch_library_id": 504,
            "slug": "delta-iv-m52-nrol-45-topaz-4-usa-267",
            "name": "Delta IV M+(5,2) | NROL-45 (Topaz-4) (USA-267)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2016-02-10T11:40:32Z",
            "window_end": "2016-02-10T11:40:32Z",
            "window_start": "2016-02-10T11:40:32Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1908,
                "configuration": {
                    "id": 35,
                    "launch_library_id": 41,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/35/?format=api",
                    "name": "Delta IV M+(5,2)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,2)",
                    "variant": "M+(5,2)"
                }
            },
            "mission": {
                "id": 105,
                "launch_library_id": 166,
                "name": "NROL-45 (Topaz-4) (USA-267)",
                "description": "Classified payload for the National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073355.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "aee6058b-4d06-4ccc-942c-5d02c677866d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/aee6058b-4d06-4ccc-942c-5d02c677866d/?format=api",
            "launch_library_id": 1423,
            "slug": "delta-iv-m52-nrol-47",
            "name": "Delta IV M+(5,2) | NROL-47",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-01-12T22:11:00Z",
            "window_end": "2018-01-13T01:00:00Z",
            "window_start": "2018-01-12T21:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 80,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#NROL47",
            "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": 2065,
                "configuration": {
                    "id": 35,
                    "launch_library_id": 41,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/35/?format=api",
                    "name": "Delta IV M+(5,2)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,2)",
                    "variant": "M+(5,2)"
                }
            },
            "mission": {
                "id": 488,
                "launch_library_id": 633,
                "name": "NROL-47",
                "description": "Classified payload for the U.S. National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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_11_20200803143550.jpg",
                "total_launch_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073355.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b4a603e1-4fa0-4702-b324-24e745ab82df",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b4a603e1-4fa0-4702-b324-24e745ab82df/?format=api",
            "launch_library_id": 1334,
            "slug": "delta-iv-m54-wgs-10",
            "name": "Delta IV M+(5,4) | WGS-10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2019-03-16T00:26:00Z",
            "window_end": "2019-03-16T01:05:00Z",
            "window_start": "2019-03-15T22:56:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 100,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#WGS10",
            "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": 82,
                "configuration": {
                    "id": 23,
                    "launch_library_id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/23/?format=api",
                    "name": "Delta IV M+(5,4)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,4)",
                    "variant": "M+(5,4)"
                }
            },
            "mission": {
                "id": 974,
                "launch_library_id": 1185,
                "name": "WGS-10",
                "description": "WGS-10 is the tenth and final satellite in Wideband Global Satcom constellation.  These are high-capacity military communications satellites providing vital service for tactical forces who rely on WGS for connectivity to the Defence Information Systems Network (DISN).",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073027.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b2b21378-42a5-4e43-9509-9c54bea01e4c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b2b21378-42a5-4e43-9509-9c54bea01e4c/?format=api",
            "launch_library_id": 1556,
            "slug": "delta-iv-m54-wgs-3-usa-211",
            "name": "Delta IV M+(5,4) | WGS-3 (USA-211)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-12-06T01:47:00Z",
            "window_end": "2009-12-06T01:47:00Z",
            "window_start": "2009-12-06T01:47: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": 1435,
                "configuration": {
                    "id": 23,
                    "launch_library_id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/23/?format=api",
                    "name": "Delta IV M+(5,4)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,4)",
                    "variant": "M+(5,4)"
                }
            },
            "mission": {
                "id": 554,
                "launch_library_id": 713,
                "name": "WGS-3 (USA-211)",
                "description": "The Wideband Global SATCOM system (WGS) is a high capacity satellite communications system for use by US DoD and Australian Department of Defence. Providing communications for warfighters.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073027.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "15d0903a-89aa-43bc-a7e9-8a7d308d9ea9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/15d0903a-89aa-43bc-a7e9-8a7d308d9ea9/?format=api",
            "launch_library_id": 598,
            "slug": "delta-iv-m54-wgs-4-usa-233",
            "name": "Delta IV M+(5,4) | WGS-4 (USA-233)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2012-01-20T00:38:00Z",
            "window_end": "2012-01-20T00:38:00Z",
            "window_start": "2012-01-20T00:38:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1587,
                "configuration": {
                    "id": 23,
                    "launch_library_id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/23/?format=api",
                    "name": "Delta IV M+(5,4)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,4)",
                    "variant": "M+(5,4)"
                }
            },
            "mission": {
                "id": 806,
                "launch_library_id": 3,
                "name": "WGS-4 (USA-233)",
                "description": "The United Launch Alliance Delta 4 rocket launched the fourth Wideband Global SATCOM spacecraft, formerly known as the Wideband Gapfiller Satellite. Built by Boeing, this geostationary communications spacecraft serves U.S. military forces.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073027.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e6e67fbc-d836-4537-93fa-ca61b139e7af",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e6e67fbc-d836-4537-93fa-ca61b139e7af/?format=api",
            "launch_library_id": 539,
            "slug": "delta-iv-m54-wgs-5-usa-243",
            "name": "Delta IV M+(5,4) | WGS-5 (USA-243)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2013-05-25T00:27:00Z",
            "window_end": "2013-05-25T00:27:00Z",
            "window_start": "2013-05-25T00:27:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1678,
                "configuration": {
                    "id": 23,
                    "launch_library_id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/23/?format=api",
                    "name": "Delta IV M+(5,4)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,4)",
                    "variant": "M+(5,4)"
                }
            },
            "mission": {
                "id": 932,
                "launch_library_id": 68,
                "name": "WGS-5 (USA-243)",
                "description": "WGS-5 is the fifth of 10 high-capacity military communications satellites providing vital service for tactical forces who rely on WGS for connectivity to the Defence Information Systems Network (DISN).",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073027.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "1f19bade-8eef-41be-9572-444df1e3166a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1f19bade-8eef-41be-9572-444df1e3166a/?format=api",
            "launch_library_id": 557,
            "slug": "delta-iv-m54-wgs-6-usa-244",
            "name": "Delta IV M+(5,4) | WGS-6 (USA-244)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2013-08-08T00:29:00Z",
            "window_end": "2013-08-08T00:29:00Z",
            "window_start": "2013-08-08T00:29:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 1694,
                "configuration": {
                    "id": 23,
                    "launch_library_id": 42,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/23/?format=api",
                    "name": "Delta IV M+(5,4)",
                    "family": "Delta",
                    "full_name": "Delta IV M+(5,4)",
                    "variant": "M+(5,4)"
                }
            },
            "mission": {
                "id": 15,
                "launch_library_id": 46,
                "name": "WGS-6 (USA-244)",
                "description": "The United Launch Alliance Delta 4 rocket will launch the sixth Wideband Global SATCOM spacecraft, formerly known as the Wideband Gapfiller Satellite. Built by Boeing, this geostationary communications spacecraft will serve U.S. military forces.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 37B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
                "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
                "latitude": "28.5317",
                "longitude": "-80.56495",
                "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_38_20200803143515.jpg",
                "total_launch_count": 40
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20240308073027.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}