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

{
    "count": 7501,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=510&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=490&ordering=name",
    "results": [
        {
            "id": "3d71da48-caa8-4814-8a81-0f8db71d591e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/3d71da48-caa8-4814-8a81-0f8db71d591e/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-ico-f2",
            "name": "Atlas IIAS | ICO F2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-06-19T04:41:02Z",
            "window_end": "2001-06-19T04:41:02Z",
            "window_start": "2001-06-19T04:41:02Z",
            "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": 7046,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5435,
                "launch_library_id": null,
                "name": "ICO F2",
                "description": "The ICO-2 satellite was launched by British New ICO (formerly ICO Global Communications) to provide mobile communications and data/Internet services at S-band, supporting 4500 simultaneous calls.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "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": "0c72ec5a-fed6-4ff7-aa9d-3b59fcb3dbcc",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0c72ec5a-fed6-4ff7-aa9d-3b59fcb3dbcc/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-intelsat-703",
            "name": "Atlas IIAS | INTELSAT 703",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1994-10-06T06:35:02Z",
            "window_end": "1994-10-06T06:35:02Z",
            "window_start": "1994-10-06T06:35: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": 6616,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5006,
                "launch_library_id": null,
                "name": "INTELSAT 703",
                "description": "Communications satellite operating from geostationary orbit.",
                "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": "7602dd0b-3833-4ce7-81f0-9210bee96f74",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7602dd0b-3833-4ce7-81f0-9210bee96f74/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-intelsat-704",
            "name": "Atlas IIAS | INTELSAT 704",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-01-10T06:18:02Z",
            "window_end": "1995-01-10T06:18:02Z",
            "window_start": "1995-01-10T06:18: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": 6641,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5031,
                "launch_library_id": null,
                "name": "INTELSAT 704",
                "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": "a9a84c06-773c-4b1b-9968-34c1b203f333",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a9a84c06-773c-4b1b-9968-34c1b203f333/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-intelsat-705",
            "name": "Atlas IIAS | INTELSAT 705",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-03-22T06:18:01Z",
            "window_end": "1995-03-22T06:18:01Z",
            "window_start": "1995-03-22T06:18: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": 6651,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5041,
                "launch_library_id": null,
                "name": "INTELSAT 705",
                "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": "2e027aa5-05eb-4f1f-a0fb-d71a2b61e7f6",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2e027aa5-05eb-4f1f-a0fb-d71a2b61e7f6/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-intelsat-805",
            "name": "Atlas IIAS | INTELSAT 805",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-06-18T22:48:01Z",
            "window_end": "1998-06-18T22:48:01Z",
            "window_start": "1998-06-18T22:48: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": 6861,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5251,
                "launch_library_id": null,
                "name": "INTELSAT 805",
                "description": "The Intelsat VIII-VIII/A series has been designed to meet the needs of Intelsat users throughout the system for improved C-band coverage and service. These spacecraft will incorporate six-fold C-band frequency reuse, two-fold frequency reuse of expanded C-band capacity, and the highest C-band power level ever for an Intelsat satellite. Consequently, Intelsat VIII will provide significantly more C-band capacity for public switched telephony and Intelsat Business Service, better quality for video services, and encourage new international VSAT applications.",
                "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": "90555900-2f2d-4c40-ae62-a38f33faf484",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/90555900-2f2d-4c40-ae62-a38f33faf484/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-intelsat-806",
            "name": "Atlas IIAS | INTELSAT 806",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1998-02-28T00:21:01Z",
            "window_end": "1998-02-28T00:21:01Z",
            "window_start": "1998-02-28T00:21: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": 6843,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5233,
                "launch_library_id": null,
                "name": "INTELSAT 806",
                "description": "The Intelsat VIII-VIII/A series has been designed to meet the needs of Intelsat users throughout the system for improved C-band coverage and service. These spacecraft will incorporate six-fold C-band frequency reuse, two-fold frequency reuse of expanded C-band capacity, and the highest C-band power level ever for an Intelsat satellite. Consequently, Intelsat VIII will provide significantly more C-band capacity for public switched telephony and Intelsat Business Service, better quality for video services, and encourage new international VSAT applications.",
                "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": "9fbc4079-6507-4bbc-84bb-e833e91de737",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9fbc4079-6507-4bbc-84bb-e833e91de737/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-jcsat-3",
            "name": "Atlas IIAS | JCSAT 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1995-08-29T00:53:02Z",
            "window_end": "1995-08-29T00:53:02Z",
            "window_start": "1995-08-29T00:53:02Z",
            "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": 6678,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5068,
                "launch_library_id": null,
                "name": "JCSAT 3",
                "description": "Foreseeing the growth of the communications business, Japan Satellite Systems, Inc., (JSAT) of Tokyo signed a contract in October 1993 for a Hughes HS-601 satellite from Hughes Space and Communications International, Inc. The satellite, JCSAT-3, was designed to relay voice, data, and television signals via Ku-band to eastern Asia, Australia, New Zealand, and India; and via C-band to eastern and southern Asia and Hawaii.",
                "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": "a4379179-3913-47bc-b03e-32625359721c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a4379179-3913-47bc-b03e-32625359721c/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-jcsat-4a",
            "name": "Atlas IIAS | JCSAT 4A",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-02-16T01:45:26Z",
            "window_end": "1999-02-16T01:45:26Z",
            "window_start": "1999-02-16T01:45:26Z",
            "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": 6902,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5292,
                "launch_library_id": null,
                "name": "JCSAT 4A",
                "description": "Japanese domestic communications",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "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": "89e28646-6cff-4f2a-a6cd-c23ad1237517",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/89e28646-6cff-4f2a-a6cd-c23ad1237517/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-jcsat-r",
            "name": "Atlas IIAS | JCSAT R",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-02-17T01:42:02Z",
            "window_end": "1997-02-17T01:42:02Z",
            "window_start": "1997-02-17T01:42:02Z",
            "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": 6768,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5158,
                "launch_library_id": null,
                "name": "JCSAT R",
                "description": "Japanese communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": "24723fad-aeec-43c7-bedd-a463013d70ae",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/24723fad-aeec-43c7-bedd-a463013d70ae/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-nrol-1",
            "name": "Atlas IIAS | NROL-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2004-08-31T23:17:00Z",
            "window_end": "2004-08-31T23:17:00Z",
            "window_start": "2004-08-31T23:17: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": 7195,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5584,
                "launch_library_id": null,
                "name": "NROL-1 (Quasar 15)",
                "description": "63rd and last flight of Atlas IIAS. 576th and final launch of Rocketdyne-powered Atlas rockets. Final launch from LC36A after 42 years of use. Launch delayed from June 24 and 25, July 1 and 27, August 27, 28, 29 and 30. The payload was probably a communications satellite used to relay data from imaging spy satellites.",
                "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": []
        }
    ]
}