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

{
    "count": 7505,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=900&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=880&ordering=name",
    "results": [
        {
            "id": "a3c80c1f-4848-4019-b13d-1f0126e42d31",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a3c80c1f-4848-4019-b13d-1f0126e42d31/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-insat-1a",
            "name": "Delta 3910/PAM | Insat 1A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-04-10T06:47:00Z",
            "window_end": "1982-04-10T06:47:00Z",
            "window_start": "1982-04-10T06:47: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": 5385,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3792,
                "launch_library_id": null,
                "name": "Insat 1A",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "156a0ad7-7b0c-4b95-a7af-7461e8884d53",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/156a0ad7-7b0c-4b95-a7af-7461e8884d53/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-satcom-3r",
            "name": "Delta 3910/PAM | Satcom 3R",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-11-20T01:37:00Z",
            "window_end": "1981-11-20T01:37:00Z",
            "window_start": "1981-11-20T01:37: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": 5344,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3752,
                "launch_library_id": null,
                "name": "Satcom 3R",
                "description": "First generation geostationary communication satellite built for RCA Americom",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "897acf5a-d2e2-4562-8de4-75ff5381fcf3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/897acf5a-d2e2-4562-8de4-75ff5381fcf3/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-satcom-4",
            "name": "Delta 3910/PAM | Satcom 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-01-16T01:55:00Z",
            "window_end": "1982-01-16T01:55:00Z",
            "window_start": "1982-01-16T01:55: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": 5358,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3766,
                "launch_library_id": null,
                "name": "Satcom 4",
                "description": "First generation geostationary communication satellite built for RCA Americom",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "dbed4d09-3fc0-4b09-bb55-4a1ddb7569dd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dbed4d09-3fc0-4b09-bb55-4a1ddb7569dd/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-sbs-1",
            "name": "Delta 3910/PAM | SBS 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-11-15T22:49:00Z",
            "window_end": "1980-11-15T22:49:00Z",
            "window_start": "1980-11-15T22:49: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": 5220,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3630,
                "launch_library_id": null,
                "name": "SBS 1",
                "description": "Geostationary communications satellite built by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c4bc7e53-6b48-4f13-9261-d510924a329d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c4bc7e53-6b48-4f13-9261-d510924a329d/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-sbs-2",
            "name": "Delta 3910/PAM | SBS 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-09-24T23:09:00Z",
            "window_end": "1981-09-24T23:09:00Z",
            "window_start": "1981-09-24T23:09: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": 5327,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3735,
                "launch_library_id": null,
                "name": "SBS 2",
                "description": "Geostationary communications satellite built by Hughes Aircraft Company",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "beb8b0ab-3d2e-45ea-b120-8c86c9218851",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/beb8b0ab-3d2e-45ea-b120-8c86c9218851/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-westar-4",
            "name": "Delta 3910/PAM | Westar 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-02-26T00:04:44Z",
            "window_end": "1982-02-26T00:04:44Z",
            "window_start": "1982-02-26T00:04:44Z",
            "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": 5368,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3775,
                "launch_library_id": null,
                "name": "Westar 4",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e9cffd50-b6d9-4cdf-9670-10d6f3a31887",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e9cffd50-b6d9-4cdf-9670-10d6f3a31887/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910pam-westar-5",
            "name": "Delta 3910/PAM | Westar 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-06-09T00:24:00Z",
            "window_end": "1982-06-09T00:24:00Z",
            "window_start": "1982-06-09T00:24: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": 5411,
                "configuration": {
                    "id": 289,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
                    "name": "Delta 3910/PAM",
                    "family": "Delta",
                    "full_name": "Delta 3910/PAM",
                    "variant": "3910/PAM"
                }
            },
            "mission": {
                "id": 3818,
                "launch_library_id": null,
                "name": "Westar 5",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "9c84d2c4-9f45-47ab-a71a-d7825d0d5ef3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9c84d2c4-9f45-47ab-a71a-d7825d0d5ef3/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910-solar-maximum-mission",
            "name": "Delta 3910 | Solar Maximum Mission",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-02-14T15:57:00Z",
            "window_end": "1980-02-14T15:57:00Z",
            "window_start": "1980-02-14T15:57: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": 5150,
                "configuration": {
                    "id": 288,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/288/?format=api",
                    "name": "Delta 3910",
                    "family": "Delta",
                    "full_name": "Delta 3910",
                    "variant": "3910"
                }
            },
            "mission": {
                "id": 3561,
                "launch_library_id": null,
                "name": "Solar Maximum Mission",
                "description": "Solarmax (also known as Solar Maximum Mission or SMM) was a solar observation satellite. Its primary mission was the study of solar flares.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c5772baf-3879-455e-b4dc-e92433f06aae",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c5772baf-3879-455e-b4dc-e92433f06aae/?format=api",
            "launch_library_id": null,
            "slug": "delta-3910-tve",
            "name": "Delta 3910 | TVE",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1988-02-08T22:07:00Z",
            "window_end": "1988-02-08T22:07:00Z",
            "window_start": "1988-02-08T22:07: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": 6037,
                "configuration": {
                    "id": 288,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/288/?format=api",
                    "name": "Delta 3910",
                    "family": "Delta",
                    "full_name": "Delta 3910",
                    "variant": "3910"
                }
            },
            "mission": {
                "id": 4428,
                "launch_library_id": null,
                "name": "TVE",
                "description": "Second Delta/SDI mission",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1024,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "31fc483d-0b01-4f31-8433-0b305a7a5fa8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/31fc483d-0b01-4f31-8433-0b305a7a5fa8/?format=api",
            "launch_library_id": null,
            "slug": "delta-3913-dynamics-explorer-1-2",
            "name": "Delta 3913 | Dynamics Explorer 1 & 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-08-03T09:56:00Z",
            "window_end": "1981-08-03T09:56:00Z",
            "window_start": "1981-08-03T09:56: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": 5301,
                "configuration": {
                    "id": 290,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/290/?format=api",
                    "name": "Delta 3913",
                    "family": "Delta",
                    "full_name": "Delta 3913",
                    "variant": "3913"
                }
            },
            "mission": {
                "id": 3709,
                "launch_library_id": null,
                "name": "Dynamics Explorer 1 & 2",
                "description": "Magnetospheric research satellites placed in polar coplanar orbits, allowing simultaneous measurements at high and low altitudes",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/39/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 2W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
                "latitude": "34.7556",
                "longitude": "-120.6224",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 807,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
                "total_launch_count": 98
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}