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": "fb197249-72e4-453d-9e53-b89a2bd9ec0f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fb197249-72e4-453d-9e53-b89a2bd9ec0f/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-yantar-4k2-67",
            "name": "Soyuz U | Yantar-4K2 67",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-11-20T15:29:59Z",
            "window_end": "1992-11-20T15:29:59Z",
            "window_start": "1992-11-20T15:29:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 6480,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4870,
                "launch_library_id": null,
                "name": "Yantar-4K2 67",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "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_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fb0df8b6-7b94-4e49-93e0-5389755fc970",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fb0df8b6-7b94-4e49-93e0-5389755fc970/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-12-9",
            "name": "Falcon 9 Block 5 | Starlink Group 12-9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-02-08T19:18:30Z",
            "window_end": "2025-02-08T22:08:00Z",
            "window_start": "2025-02-08T18:23:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 99,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8511,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 7101,
                "launch_library_id": null,
                "name": "Starlink Group 12-9",
                "description": "A batch of 21 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "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_80_20200803143323.jpg",
                "total_launch_count": 305
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
                }
            ]
        },
        {
            "id": "fb048759-edaa-4bc1-ab7a-2043cf01e5b1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fb048759-edaa-4bc1-ab7a-2043cf01e5b1/?format=api",
            "launch_library_id": null,
            "slug": "scout-x-4-explorer-24-25",
            "name": "Scout X-4 | Explorer 24 & 25",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-11-21T17:09:39Z",
            "window_end": "1964-11-21T17:09:39Z",
            "window_start": "1964-11-21T17:09:39Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 3338,
                "configuration": {
                    "id": 370,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/370/?format=api",
                    "name": "Scout X-4",
                    "family": "Scout",
                    "full_name": "Scout X-4",
                    "variant": "4"
                }
            },
            "mission": {
                "id": 1759,
                "launch_library_id": null,
                "name": "Explorer 24 & 25",
                "description": "Explorer 24 was placed in orbit together with Explorer 25 from a single launch vehicle. Explorer 24 was identical in configuration to the previously launched balloon satellites Explorer 9 and 19. The spacecraft was 3.6 m in diameter, was built of alternating layers of aluminum foil and plastic film, and was covered uniformly with 5.1-cm white dots for thermal control. It was designed to yield atmospheric density near perigee as a function of space and time from sequential observations of the sphere's position in orbit.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "faf00bec-b7dd-4eb2-9665-c49cf4225548",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/faf00bec-b7dd-4eb2-9665-c49cf4225548/?format=api",
            "launch_library_id": null,
            "slug": "scout-d-1-hcmm",
            "name": "Scout D-1 | HCMM",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-04-26T10:20:00Z",
            "window_end": "1978-04-26T10:20:00Z",
            "window_start": "1978-04-26T10:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 4953,
                "configuration": {
                    "id": 360,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/360/?format=api",
                    "name": "Scout D-1",
                    "family": "Scout",
                    "full_name": "Scout D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 3369,
                "launch_library_id": null,
                "name": "HCMM",
                "description": "Earth surface research satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "faedc3f9-6bfb-44a7-8ab1-03a19753a980",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/faedc3f9-6bfb-44a7-8ab1-03a19753a980/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-3m-abrixas-megsat-0",
            "name": "Kosmos-3M | ABRIXAS & MegSat 0",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-04-28T20:30:00Z",
            "window_end": "1999-04-28T20:30:00Z",
            "window_start": "1999-04-28T20:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/154/?format=api",
                "name": "Production Corporation Polyot",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6916,
                "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": 5306,
                "launch_library_id": null,
                "name": "ABRIXAS & MegSat 0",
                "description": "The ABRIXAS (A Broadband Imaging X-Ray All-Sky Survey) small satellite (A BRoadband Imaging X-ray All-sky Survey Satellite) was designed to perform the first complete survey of the sky with an imaging telescope in the X-ray energy range from 0.5 to 10 keV. MegSat 0 was the first MegSat communications satellite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 136,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/136/?format=api",
                "agency_id": null,
                "name": "107",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_136_20200803143342.jpg",
                "total_launch_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "fae7c298-3685-4bcd-964f-41ddb4ce8819",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fae7c298-3685-4bcd-964f-41ddb4ce8819/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2c-fsw-0-7",
            "name": "Long March 2C | FSW-0 7",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1985-10-21T05:04:00Z",
            "window_end": "1985-10-21T05:04:00Z",
            "window_start": "1985-10-21T05:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1036,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1036/?format=api",
                "name": "Ministry of Space Industry",
                "type": "Government"
            },
            "rocket": {
                "id": 5797,
                "configuration": {
                    "id": 61,
                    "launch_library_id": 75,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/61/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 4196,
                "launch_library_id": null,
                "name": "FSW-0 7",
                "description": "Chinese Fanhui Shi Weixing recoverable reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 143,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/143/?format=api",
                "agency_id": null,
                "name": "Launch Area 2B",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
                "latitude": "41.306143",
                "longitude": "100.313229",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
                "total_launch_count": 26
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fadba4b0-c7fe-4aa0-bb2d-e8b24bb8cc19",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fadba4b0-c7fe-4aa0-bb2d-e8b24bb8cc19/?format=api",
            "launch_library_id": null,
            "slug": "kosmos-11k63-ds-p1-i-3",
            "name": "Kosmos 11K63 | DS-P1-I 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1968-03-05T11:20:00Z",
            "window_end": "1968-03-05T11:20:00Z",
            "window_start": "1968-03-05T11:20:00Z",
            "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": 3756,
                "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": 2174,
                "launch_library_id": null,
                "name": "DS-P1-I 3",
                "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": "fad589a7-f523-424c-8f0d-cb3e2dbd7ef1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fad589a7-f523-424c-8f0d-cb3e2dbd7ef1/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-superbird-3",
            "name": "Atlas IIAS | Superbird 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1997-07-28T01:15:01Z",
            "window_end": "1997-07-28T01:15:01Z",
            "window_start": "1997-07-28T01:15: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": 6792,
                "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": 5182,
                "launch_library_id": null,
                "name": "Superbird 3",
                "description": "Japanese 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": 1021,
                    "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": "fad46f7e-8021-47bf-ab07-8c417f98ef2d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fad46f7e-8021-47bf-ab07-8c417f98ef2d/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-2-us-p-27",
            "name": "Tsiklon-2 | US-P 27",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1987-10-10T21:48:30Z",
            "window_end": "1987-10-10T21:48:30Z",
            "window_start": "1987-10-10T21:48:30Z",
            "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": 6007,
                "configuration": {
                    "id": 443,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4398,
                "launch_library_id": null,
                "name": "US-P 27",
                "description": "Ocean surveillance satellite using passive ELINT devices",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 132,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/132/?format=api",
                "agency_id": null,
                "name": "90",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_132_20200803143344.jpg",
                "total_launch_count": 74
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "fad1e0d5-9b97-421c-81dc-69a92e50062a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/fad1e0d5-9b97-421c-81dc-69a92e50062a/?format=api",
            "launch_library_id": null,
            "slug": "zenit-galaxy-16",
            "name": "Zenit | Galaxy 16",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2006-06-18T07:50:00Z",
            "window_end": "2006-06-18T07:50:00Z",
            "window_start": "2006-06-18T07:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
                "name": "Sea Launch",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7271,
                "configuration": {
                    "id": 11,
                    "launch_library_id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
                    "name": "Zenit",
                    "family": "Zenith",
                    "full_name": "Zenit 3SL",
                    "variant": "3SL"
                }
            },
            "mission": {
                "id": 5660,
                "launch_library_id": null,
                "name": "Galaxy 16",
                "description": "Galaxy 16 is a C- and Ku-band satellite with 24 C-band and 24 Ku-band transponders. The spacecraft is a version of SS/L's space-proven SSL-1300 satellite platform, which has an excellent record of reliable operation. The geostationary SSL-1300 has a designed service life of 15 years and maintains station-keeping and orbital stability by using bipropellant propulsion and momentum-bias systems.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
                "agency_id": 80,
                "name": "Launch Platform Odyssey",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
                "map_url": "https://www.google.com/maps?q=0.0,-154",
                "latitude": "0.0",
                "longitude": "-154.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
                "total_launch_count": 36
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}