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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=350&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=330&ordering=name",
    "results": [
        {
            "id": "23538a9d-d745-4944-aec8-294c8f773cbf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/23538a9d-d745-4944-aec8-294c8f773cbf/?format=api",
            "launch_library_id": null,
            "slug": "atlas-able-p-30-able-va",
            "name": "Atlas-Able | P-30 (Able VA)",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-09-25T15:13:17Z",
            "window_end": "1960-09-25T15:13:17Z",
            "window_start": "1960-09-25T15:13:17Z",
            "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": 3080,
                "configuration": {
                    "id": 230,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1502,
                "launch_library_id": null,
                "name": "P-30 (Able VA)",
                "description": "An intended lunar orbiter probe. The vehicle failed during launch.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "583b7dc8-2b7d-494a-a19a-4629c45f0b7d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/583b7dc8-2b7d-494a-a19a-4629c45f0b7d/?format=api",
            "launch_library_id": null,
            "slug": "atlas-able-p-31",
            "name": "Atlas-Able | P-31",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-12-15T09:10:00Z",
            "window_end": "1960-12-15T09:10:00Z",
            "window_start": "1960-12-15T09:10: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": 3094,
                "configuration": {
                    "id": 230,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1516,
                "launch_library_id": null,
                "name": "P-31",
                "description": "An intended lunar orbiter the vehicle was destroyed when the launch vehicle exploded due to a malfunction in the first stage.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "258a4774-b0f5-4775-9918-5a90ad60f008",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/258a4774-b0f5-4775-9918-5a90ad60f008/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-a-midas-1",
            "name": "Atlas Agena A | Midas 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-02-26T17:25:30Z",
            "window_end": "1960-02-26T17:25:30Z",
            "window_start": "1960-02-26T17:25:30Z",
            "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": 3059,
                "configuration": {
                    "id": 231,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1481,
                "launch_library_id": null,
                "name": "Midas 1",
                "description": "The MIDAS Series 1 (Military Defense Alarm System) satellites, MIDAS 1 and 2, were the first development models for the MIDAS early warning system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "eee9e288-e5c8-429d-9760-5c7bc14a5225",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/eee9e288-e5c8-429d-9760-5c7bc14a5225/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-a-midas-2",
            "name": "Atlas Agena A | Midas 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1960-05-24T17:36:46Z",
            "window_end": "1960-05-24T17:36:46Z",
            "window_start": "1960-05-24T17:36:46Z",
            "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": 3069,
                "configuration": {
                    "id": 231,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1491,
                "launch_library_id": null,
                "name": "Midas 2",
                "description": "The MIDAS Series 1 (Military Defense Alarm System) satellites, MIDAS 1 and 2, were the first development models for the MIDAS early warning system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "d1d6a521-65f5-44df-93ba-5f79773186f4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d1d6a521-65f5-44df-93ba-5f79773186f4/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-a-samos-1",
            "name": "Atlas Agena A | Samos 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1960-10-11T20:33:28Z",
            "window_end": "1960-10-11T20:33:28Z",
            "window_start": "1960-10-11T20:33:28Z",
            "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": 3084,
                "configuration": {
                    "id": 231,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1506,
                "launch_library_id": null,
                "name": "Samos 1",
                "description": "A Satellite and Missile Observation satallite which failed to enter orbit due to a failure in the launch vehicle guidance system",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "80480d32-c579-4914-9b8f-4488df307946",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/80480d32-c579-4914-9b8f-4488df307946/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-eutelsat-w4",
            "name": "Atlas Agena B | Eutelsat W4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2000-05-24T23:10:05Z",
            "window_end": "2000-05-24T23:10:05Z",
            "window_start": "2000-05-24T23:10:05Z",
            "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": 6987,
                "configuration": {
                    "id": 471,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/471/?format=api",
                    "name": "Atlas IIIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIIA",
                    "variant": "IIIA"
                }
            },
            "mission": {
                "id": 5376,
                "launch_library_id": null,
                "name": "Eutelsat W4",
                "description": "The W satellites are designed to provide telecommunications services primarily over Europe (W1, W2, W3, W3A and W5) and communication services over Russia and Africa (W4). Eutelsat W4 is designed to provide 31 transponders at saturation. The W satellites have a minimum operational lifetime of 12 years. The spacecraft is based on the Spacebus-3000B2 platform.",
                "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": 1022,
                    "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "abf6d6dc-b949-4f28-a44c-51214895e368",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/abf6d6dc-b949-4f28-a44c-51214895e368/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-mariner-1",
            "name": "Atlas Agena B | Mariner 1",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1962-07-22T09:21:23Z",
            "window_end": "1962-07-22T09:21:23Z",
            "window_start": "1962-07-22T09:21:23Z",
            "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": 3139,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": {
                "id": 1561,
                "launch_library_id": null,
                "name": "Mariner 1",
                "description": "Spacecraft designed to flyby Venus. It was lost during launch.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 22,
                    "name": "Venus flyby",
                    "abbrev": "Venus flyby"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "44ebf43b-accb-4cc4-aaaa-43c2f13e90df",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/44ebf43b-accb-4cc4-aaaa-43c2f13e90df/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-mariner-2",
            "name": "Atlas Agena B | Mariner 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-08-27T06:53:14Z",
            "window_end": "1962-08-27T06:53:14Z",
            "window_start": "1962-08-27T06:53:14Z",
            "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": 3147,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": {
                "id": 1569,
                "launch_library_id": null,
                "name": "Mariner 2",
                "description": "Backup of Mariner 1, designed to flyby Venus. It passed below the planet at a closest distance of 34,773 km.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 22,
                    "name": "Venus flyby",
                    "abbrev": "Venus flyby"
                }
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "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": 1022,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0ebdc0d3-b73a-4975-9683-7dcdebd90cb8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0ebdc0d3-b73a-4975-9683-7dcdebd90cb8/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-mbsat",
            "name": "Atlas Agena B | MBSAT",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2004-03-13T05:40:01Z",
            "window_end": "2004-03-13T05:40:01Z",
            "window_start": "2004-03-13T05:40:01Z",
            "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": 7172,
                "configuration": {
                    "id": 471,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/471/?format=api",
                    "name": "Atlas IIIA",
                    "family": "Atlas",
                    "full_name": "Atlas IIIA",
                    "variant": "IIIA"
                }
            },
            "mission": {
                "id": 5561,
                "launch_library_id": null,
                "name": "MBSAT",
                "description": "MBSat 1 (Mobile Broadcasting Satellite) or Hanbyul is a mobile broadcasting satellite jointly built for the Japanese Mobile Broacasting Corp. and the South Korean SK Telecom.",
                "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": 1022,
                    "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f113636a-3c3e-4db0-b057-94449b9eb872",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f113636a-3c3e-4db0-b057-94449b9eb872/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-b-midas-5",
            "name": "Atlas Agena B | Midas 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-04-09T15:04:48Z",
            "window_end": "1962-04-09T15:04:48Z",
            "window_start": "1962-04-09T15:04:48Z",
            "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": 3113,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": {
                "id": 1535,
                "launch_library_id": null,
                "name": "Midas 5",
                "description": "Military Defense Alarm System satellite designed to detect ICBMs using 175 infrared detectors. This launch also carried a batch of West Ford needles.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}