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

{
    "count": 7500,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=490&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=470&ordering=name",
    "results": [
        {
            "id": "b5d62b51-b59e-413c-9044-098c05811e75",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b5d62b51-b59e-413c-9044-098c05811e75/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-ge-1",
            "name": "Atlas IIA | GE 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-09-08T21:49:01Z",
            "window_end": "1996-09-08T21:49:01Z",
            "window_start": "1996-09-08T21:49:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6748,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5138,
                "launch_library_id": null,
                "name": "GE 1",
                "description": "GE-1 is owned by GE Americom and is a continuation of the old RCA/GE Satcom series. GE-1 has 24 C-band and 24 Ku-band transponders, and replaced Satcom K1. GE-1 was placed in a supersynchronous transfer orbit of 191 × 56495 km × 25.0 deg.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ad31df64-2932-46f2-a416-b65a47e1b945",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ad31df64-2932-46f2-a416-b65a47e1b945/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-goes-11",
            "name": "Atlas IIA | GOES 11",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-05-03T07:07:03Z",
            "window_end": "2000-05-03T07:07:03Z",
            "window_start": "2000-05-03T07:07:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6982,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5371,
                "launch_library_id": null,
                "name": "GOES 11",
                "description": "American meteorological satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/37/?format=api",
                    "name": "Geostationary Operational Environmental Satellite",
                    "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 210,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/210/?format=api",
                            "name": "National Oceanic and Atmospheric Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
                    "start_date": "1975-10-16T22:40:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite"
                }
            ]
        },
        {
            "id": "715d71ff-a8b7-469b-9621-c61da467ca64",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/715d71ff-a8b7-469b-9621-c61da467ca64/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-goes-12",
            "name": "Atlas IIA | GOES 12",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-07-23T07:23:01Z",
            "window_end": "2001-07-23T07:23:01Z",
            "window_start": "2001-07-23T07:23:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7049,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5438,
                "launch_library_id": null,
                "name": "GOES 12",
                "description": "The Geostationary Operational Environmental Satellites were developed by NASA-Goddard and were transferred to the NOAA weather agency when operational. In addition to the usual weather imager/sounder, GOES-M carried a new solar soft X-ray imager.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 18,
                    "name": "Supersynchronous Transfer Orbit",
                    "abbrev": "Super-GTO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/37/?format=api",
                    "name": "Geostationary Operational Environmental Satellite",
                    "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 210,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/210/?format=api",
                            "name": "National Oceanic and Atmospheric Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
                    "start_date": "1975-10-16T22:40:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite"
                }
            ]
        },
        {
            "id": "f4561a34-aaef-42a8-ba5b-6d7fee4bee6b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f4561a34-aaef-42a8-ba5b-6d7fee4bee6b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-hot-bird-2",
            "name": "Atlas IIA | Hot Bird 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-11-21T20:47:01Z",
            "window_end": "1996-11-21T20:47:01Z",
            "window_start": "1996-11-21T20:47:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6757,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5147,
                "launch_library_id": null,
                "name": "Hot Bird 2",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "26e90a6a-ddb1-483a-93a1-ce3819d4aec3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/26e90a6a-ddb1-483a-93a1-ce3819d4aec3/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-hot-bird-5",
            "name": "Atlas IIA | Hot Bird 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-10-09T22:50:01Z",
            "window_end": "1998-10-09T22:50:01Z",
            "window_start": "1998-10-09T22:50:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6882,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5272,
                "launch_library_id": null,
                "name": "Hot Bird 5",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "8e1de021-7736-4ea0-a218-fe39e01462d6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/8e1de021-7736-4ea0-a218-fe39e01462d6/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-inmarsat-iii-f-1",
            "name": "Atlas IIA | INMARSAT III F-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-04-03T23:01:01Z",
            "window_end": "1996-04-03T23:01:01Z",
            "window_start": "1996-04-03T23:01:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6720,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5110,
                "launch_library_id": null,
                "name": "INMARSAT III F-1",
                "description": "Launched in 1996-8, the Inmarsat-3s were built by Lockheed Martin Astro Space (now Lockheed Martin Missiles & Space) of the USA, responsible for the basic spacecraft, and the European Matra Marconi Space (now Astrium), which developed the communications payload.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "1a51d9c7-cd31-4687-9c8e-2f062bcab11f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1a51d9c7-cd31-4687-9c8e-2f062bcab11f/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-inmarsat-iii-f-3",
            "name": "Atlas IIA | INMARSAT III F-3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-12-18T01:57:01Z",
            "window_end": "1996-12-18T01:57:01Z",
            "window_start": "1996-12-18T01:57:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6760,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5150,
                "launch_library_id": null,
                "name": "INMARSAT III F-3",
                "description": "Launched in 1996-8, the Inmarsat-3s were built by Lockheed Martin Astro Space (now Lockheed Martin Missiles & Space) of the USA, responsible for the basic spacecraft, and the European Matra Marconi Space (now Astrium), which developed the communications payload.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "60d547a7-f3f9-4fe2-baa5-f0500246dd55",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/60d547a7-f3f9-4fe2-baa5-f0500246dd55/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-intelsat-k",
            "name": "Atlas IIA | INTELSAT K",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-06-10T00:00:00Z",
            "window_end": "1992-06-10T00:00:00Z",
            "window_start": "1992-06-10T00:00:00Z",
            "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": 6442,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 4832,
                "launch_library_id": null,
                "name": "INTELSAT K",
                "description": "Intelsat K, Intelsats first Ku-band only satellite, was originally built as Satcom K4 for GE Americom, but was acquired in 1989 and required extensive payload modifications. It is a single spacecraft purchased to meet critical requirements for Ku-band capacity over the Atlantic region, driven primarily by international broadcasters.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "a5478ff3-2e23-46fe-92f1-2f122a05a90e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a5478ff3-2e23-46fe-92f1-2f122a05a90e/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-nrol-5",
            "name": "Atlas IIA | NROL-5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-01-29T18:37:00Z",
            "window_end": "1998-01-29T18:37:00Z",
            "window_start": "1998-01-29T18:37:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6835,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5225,
                "launch_library_id": null,
                "name": "NROL-5 (Quasar 12)",
                "description": "Satellite Data System (SDS) spacecraft are communication relay satellites for transmitting real-time data from US reconnaissance satellites (e.g. KH-11, Onyx, Topaz) in polar areas. They are also used for communications to USAF aircraft on polar routes and connect the various ground stations of the Air Force Satellite Control Network (AFSCN). The spacecraft relay the downlinked data to a ground station at Fort Belvoir, Virginia.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "e2e124ef-fed1-4c54-852f-2c6206ae5e9b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e2e124ef-fed1-4c54-852f-2c6206ae5e9b/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iia-orion-1",
            "name": "Atlas IIA | Orion 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-11-29T10:21:02Z",
            "window_end": "1994-11-29T10:21:02Z",
            "window_start": "1994-11-29T10:21:02Z",
            "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": 6629,
                "configuration": {
                    "id": 254,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/254/?format=api",
                    "name": "Atlas IIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIA",
                    "variant": "IIA"
                }
            },
            "mission": {
                "id": 5019,
                "launch_library_id": null,
                "name": "Orion 1",
                "description": "The Orion 1 telecommunications satellite, launched in November 1994, was the first purchase of a European satellite by a US-based company. Its 34 Ku-band transponders serve Europe, the United States to the Rocky Mountains and parts of Canada and Mexico, providing video for broadcast and business television, high-speed Internet access and multimedia services, broadband and data networking.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}