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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=130&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=110&ordering=id",
    "results": [
        {
            "id": "0415b7cb-09a9-4d6c-b0a6-2af7a93674e4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0415b7cb-09a9-4d6c-b0a6-2af7a93674e4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-44l-sicral-1",
            "name": "Ariane 44L | SICRAL 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2001-02-07T23:05:10Z",
            "window_end": "2001-02-07T23:05:10Z",
            "window_start": "2001-02-07T23:05:10Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7033,
                "configuration": {
                    "id": 225,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 5422,
                "launch_library_id": null,
                "name": "SICRAL 1",
                "description": "Sicral 1 is Italy’s satellite system for military communications.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                }
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
                "total_launch_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "04165775-2818-4f44-93fe-3910d51e6eb9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/04165775-2818-4f44-93fe-3910d51e6eb9/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k63-ds-p1-i-5",
            "name": "Kosmos 11K63 | DS-P1-I 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1969-03-28T16:00:08Z",
            "window_end": "1969-03-28T16:00:08Z",
            "window_start": "1969-03-28T16:00:08Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3892,
                "configuration": {
                    "id": 327,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2310,
                "launch_library_id": null,
                "name": "DS-P1-I 5",
                "description": "The DS-P1-I series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "0418fae1-1826-4970-a732-bda2bb679daf",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0418fae1-1826-4970-a732-bda2bb679daf/?format=api",
            "launch_library_id": null,
            "slug": "minotaur-i-tacsat-3",
            "name": "Minotaur I | Tacsat 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2009-05-19T23:55:00Z",
            "window_end": "2009-05-19T23:55:00Z",
            "window_start": "2009-05-19T23:55:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7394,
                "configuration": {
                    "id": 175,
                    "launch_library_id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5783,
                "launch_library_id": null,
                "name": "Tacsat 3",
                "description": "American eyperimental imaging satellite part of an effort to develop modular spacecraft buses.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 56,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/56/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
                "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
                "latitude": "37.831",
                "longitude": "-75.4911",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_56_20200803143541.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0434abc8-ff40-49a3-b0de-9590e0811ee2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0434abc8-ff40-49a3-b0de-9590e0811ee2/?format=api",
            "launch_library_id": null,
            "slug": "atlas-agena-d-kh-7-3",
            "name": "Atlas Agena D | KH-7 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1963-10-25T18:59:27Z",
            "window_end": "1963-10-25T18:59:27Z",
            "window_start": "1963-10-25T18:59:27Z",
            "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": 3231,
                "configuration": {
                    "id": 232,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/232/?format=api",
                    "name": "Atlas Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena D",
                    "variant": "Agena D"
                }
            },
            "mission": {
                "id": 1653,
                "launch_library_id": null,
                "name": "KH-7 3",
                "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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": 804,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "04396635-1f4c-4741-ba6c-39027cab512a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/04396635-1f4c-4741-ba6c-39027cab512a/?format=api",
            "launch_library_id": null,
            "slug": "long-march-7a-shijian-23",
            "name": "Long March 7A | Shijian 23",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-01-08T22:00:00Z",
            "window_end": "2023-01-09T01:15:00Z",
            "window_start": "2023-01-08T21:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7756,
                "configuration": {
                    "id": 216,
                    "launch_library_id": 247,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
                    "name": "Long March 7A",
                    "family": "Long March",
                    "full_name": "Long March 7A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6273,
                "launch_library_id": null,
                "name": "Shijian 23",
                "description": "Shijian 23 is possibly an experimental Chinese High-throughput communication satellite based on the DFH-4E satellite bus; details TBD.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 176,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/176/?format=api",
                "agency_id": null,
                "name": "201",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                "latitude": "19.618452",
                "longitude": "110.955356",
                "location": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/8/?format=api",
                    "name": "Wenchang Space Launch Site, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                    "total_launch_count": 38,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                "total_launch_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907131003.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "0447ac37-c912-44ea-9d60-2c9add20833f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0447ac37-c912-44ea-9d60-2c9add20833f/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-molniya-1t-84",
            "name": "Molniya-M | Molniya-1T 84",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-08-06T19:30:59Z",
            "window_end": "1992-08-06T19:30:59Z",
            "window_start": "1992-08-06T19:30:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6456,
                "configuration": {
                    "id": 106,
                    "launch_library_id": 126,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 4846,
                "launch_library_id": null,
                "name": "Molniya-1T 84",
                "description": "Military communications satellite in a highly elliptic orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "04510dce-e99c-410d-aa2a-5b9db9fa8bbd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/04510dce-e99c-410d-aa2a-5b9db9fa8bbd/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-tselina-o-27",
            "name": "Kosmos-3M | Tselina-O 27",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1975-07-04T00:56:07Z",
            "window_end": "1975-07-04T00:56:07Z",
            "window_start": "1975-07-04T00:56:07Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4603,
                "configuration": {
                    "id": 102,
                    "launch_library_id": 122,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3021,
                "launch_library_id": null,
                "name": "Tselina-O 27",
                "description": "The Tselina-O (11F616) was one component of two-satellite Tselina ELINT satellite system. Tselina-O provided general ELINT surveillance to be examined in detail by the larger Tselina-D satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
                "total_launch_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "04522dea-1450-48f5-bc9d-2d7f1e637f9b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/04522dea-1450-48f5-bc9d-2d7f1e637f9b/?format=api",
            "launch_library_id": null,
            "slug": "haste-leidos-3",
            "name": "HASTE | Leidos-3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8023,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 79,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/79/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
                "latitude": "37.833262",
                "longitude": "-75.488235",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "045c77f4-6da1-41f2-8eb3-b01571f61ac9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/045c77f4-6da1-41f2-8eb3-b01571f61ac9/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k63-ds-p1-yu-34",
            "name": "Kosmos 11K63 | DS-P1-Yu 34",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1970-06-27T07:39:55Z",
            "window_end": "1970-06-27T07:39:55Z",
            "window_start": "1970-06-27T07:39:55Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4023,
                "configuration": {
                    "id": 327,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2441,
                "launch_library_id": null,
                "name": "DS-P1-Yu 34",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "04604499-6230-4cb1-99a0-3e68c0f5edef",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/04604499-6230-4cb1-99a0-3e68c0f5edef/?format=api",
            "launch_library_id": null,
            "slug": "thor-delta-tiros-5",
            "name": "Thor Delta | Tiros 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1962-06-19T12:19:01Z",
            "window_end": "1962-06-19T12:19:01Z",
            "window_start": "1962-06-19T12:19:01Z",
            "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": 3132,
                "configuration": {
                    "id": 398,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/398/?format=api",
                    "name": "Thor Delta",
                    "family": "Thor",
                    "full_name": "Thor Delta",
                    "variant": "Delta"
                }
            },
            "mission": {
                "id": 1554,
                "launch_library_id": null,
                "name": "Tiros 5",
                "description": "NASA's TIROS (Television & Infra-Red Observation Satellite) program was the first experimental weathersatellite program.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": 1021,
                    "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": null,
            "infographic": null,
            "program": []
        }
    ]
}