AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/?format=api&offset=3600&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3610&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3590&ordering=-name",
    "results": [
        {
            "id": "bcfc9cc8-8c0e-4410-b35a-4a5a8c7e1079",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/bcfc9cc8-8c0e-4410-b35a-4a5a8c7e1079/?format=api",
            "slug": "proton-kd-1-granat",
            "name": "Proton-K/D-1 | Granat",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:23:47Z",
            "net": "1989-12-01T20:20:57Z",
            "window_end": "1989-12-01T20:20:57Z",
            "window_start": "1989-12-01T20:20:57Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 6227,
                "configuration": {
                    "id": 347,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/347/?format=api",
                    "name": "Proton-K/D-1",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 4617,
                "name": "Granat",
                "description": "X- and gamma-ray astronomical observatory",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 130,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
                "agency_id": null,
                "name": "200/40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
                "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
                "latitude": "46.0336111",
                "longitude": "63.0266949",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
                "total_launch_count": 64,
                "orbital_launch_attempt_count": 64
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3471,
            "location_launch_attempt_count": 920,
            "pad_launch_attempt_count": 60,
            "agency_launch_attempt_count": 2312,
            "orbital_launch_attempt_count_year": 97,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 71,
            "type": "normal"
        },
        {
            "id": "2f0decd6-a089-4409-b09f-879b9c34e4de",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2f0decd6-a089-4409-b09f-879b9c34e4de/?format=api",
            "slug": "proton-kd-1-astron",
            "name": "Proton-K/D-1 | Astron",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:35:17Z",
            "net": "1983-03-23T12:45:06Z",
            "window_end": "1983-03-23T12:45:06Z",
            "window_start": "1983-03-23T12:45:06Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5494,
                "configuration": {
                    "id": 347,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/347/?format=api",
                    "name": "Proton-K/D-1",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 3898,
                "name": "Astron",
                "description": "Soviet astronomy orbital station for UV and X-ray astrophysical observations",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167,
                "orbital_launch_attempt_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2667,
            "location_launch_attempt_count": 667,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 1676,
            "orbital_launch_attempt_count_year": 21,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        },
        {
            "id": "0a9b2872-9b83-40bb-a950-ec5919a8d74a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0a9b2872-9b83-40bb-a950-ec5919a8d74a/?format=api",
            "slug": "proton-kbriz-m-uragan-83-84-uragan-m-2",
            "name": "Proton-K/Briz-M | Uragan 83, 84 & Uragan-M 2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:32:45Z",
            "net": "2003-12-10T17:42:12Z",
            "window_end": "2003-12-10T17:42:12Z",
            "window_start": "2003-12-10T17:42:12Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7162,
                "configuration": {
                    "id": 346,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/346/?format=api",
                    "name": "Proton-K/Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5551,
                "name": "Uragan 83, 84 & Uragan-M 2",
                "description": "GLONASS navigation satellites",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
                "total_launch_count": 92,
                "orbital_launch_attempt_count": 92
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/34/?format=api",
                    "name": "GLONASS",
                    "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
                    "start_date": "1982-10-12T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.glonass-iac.ru/en/",
                    "wiki_url": "https://en.wikipedia.org/wiki/GLONASS",
                    "mission_patches": [],
                    "type": {
                        "id": 4,
                        "name": "Navigation Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4634,
            "location_launch_attempt_count": 1213,
            "pad_launch_attempt_count": 46,
            "agency_launch_attempt_count": 101,
            "orbital_launch_attempt_count_year": 58,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "ffcada79-ba45-4753-b55c-ca537c48c31e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffcada79-ba45-4753-b55c-ca537c48c31e/?format=api",
            "slug": "proton-kbriz-m-raduga-34",
            "name": "Proton-K/Briz-M | Raduga 34",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:32:41Z",
            "net": "1999-07-05T13:32:00Z",
            "window_end": "1999-07-05T13:32:00Z",
            "window_start": "1999-07-05T13:32:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6928,
                "configuration": {
                    "id": 346,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/346/?format=api",
                    "name": "Proton-K/Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5318,
                "name": "Raduga 34",
                "description": "Geostationary communications satellite for military and governmental puposes",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
                "total_launch_count": 92,
                "orbital_launch_attempt_count": 92
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4326,
            "location_launch_attempt_count": 1131,
            "pad_launch_attempt_count": 33,
            "agency_launch_attempt_count": 64,
            "orbital_launch_attempt_count_year": 37,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "4a6d013e-07a4-4978-8966-c786f3a279fc",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4a6d013e-07a4-4978-8966-c786f3a279fc/?format=api",
            "slug": "proton-kbriz-m-gorizont-33",
            "name": "Proton-K/Briz-M | Gorizont 33",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:32:43Z",
            "net": "2000-06-06T02:59:00Z",
            "window_end": "2000-06-06T02:59:00Z",
            "window_start": "2000-06-06T02:59:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6988,
                "configuration": {
                    "id": 346,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/346/?format=api",
                    "name": "Proton-K/Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5377,
                "name": "Gorizont 33",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
                "total_launch_count": 92,
                "orbital_launch_attempt_count": 92
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4398,
            "location_launch_attempt_count": 1151,
            "pad_launch_attempt_count": 34,
            "agency_launch_attempt_count": 71,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "c6b34baf-fdcc-4b6c-b6a2-41eae5006802",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c6b34baf-fdcc-4b6c-b6a2-41eae5006802/?format=api",
            "slug": "proton-kbriz-m-amc-9",
            "name": "Proton-K/Briz-M | AMC 9",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:35:12Z",
            "net": "2003-06-06T22:15:15Z",
            "window_end": "2003-06-06T22:15:15Z",
            "window_start": "2003-06-06T22:15:15Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7136,
                "configuration": {
                    "id": 346,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/346/?format=api",
                    "name": "Proton-K/Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5525,
                "name": "AMC 9",
                "description": "Communication satellite launched for SES Americom.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167,
                "orbital_launch_attempt_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4600,
            "location_launch_attempt_count": 1206,
            "pad_launch_attempt_count": 90,
            "agency_launch_attempt_count": 98,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "804304c6-ef0b-4394-a72c-7248bd49cf31",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/804304c6-ef0b-4394-a72c-7248bd49cf31/?format=api",
            "slug": "proton-k17s40-iridium-62-to-68",
            "name": "Proton-K/17S40 | Iridium 62 to 68",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-12-30T10:32:47Z",
            "net": "1998-04-07T02:13:03Z",
            "window_end": "1998-04-07T02:13:03Z",
            "window_start": "1998-04-07T02:13:03Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6848,
                "configuration": {
                    "id": 345,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/345/?format=api",
                    "name": "Proton-K/17S40",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/17S40",
                    "variant": "17S40"
                }
            },
            "mission": {
                "id": 5238,
                "name": "Iridium 62 to 68",
                "description": "Iridium provides global mobile telecommunications services using a constellation of 66 low earth orbit satellites in a 86.4° inclined orbit. Although 77 satellites were originally envisioned for the system and spawned the name based on the 77th element in the periodic table, the system has been scaled back. Motorola's Satellite Communications Group designed and manufactured the Iridium satellites with Lockheed Martin providing the LM-700A spacecraft buses.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
                "total_launch_count": 104,
                "orbital_launch_attempt_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 28,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/28/?format=api",
                    "name": "Iridium Constellation",
                    "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.",
                    "agencies": [
                        {
                            "id": 202,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api",
                            "name": "Iridium Communications",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg",
                    "start_date": "1997-05-05T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://iridium.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation",
                    "mission_patches": [],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4229,
            "location_launch_attempt_count": 1106,
            "pad_launch_attempt_count": 78,
            "agency_launch_attempt_count": 52,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "32756303-0f7a-4ece-a061-4ac26dc84487",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/32756303-0f7a-4ece-a061-4ac26dc84487/?format=api",
            "slug": "proton-k17s40-iridium-27-to-33",
            "name": "Proton-K/17S40 | Iridium 27 to 33",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-12-30T10:34:31Z",
            "net": "1997-09-14T01:36:54Z",
            "window_end": "1997-09-14T01:36:54Z",
            "window_start": "1997-09-14T01:36:54Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6803,
                "configuration": {
                    "id": 345,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/345/?format=api",
                    "name": "Proton-K/17S40",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/17S40",
                    "variant": "17S40"
                }
            },
            "mission": {
                "id": 5193,
                "name": "Iridium 27 to 33",
                "description": "Iridium provides global mobile telecommunications services using a constellation of 66 low earth orbit satellites in a 86.4° inclined orbit. Although 77 satellites were originally envisioned for the system and spawned the name based on the 77th element in the periodic table, the system has been scaled back. Motorola's Satellite Communications Group designed and manufactured the Iridium satellites with Lockheed Martin providing the LM-700A spacecraft buses.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
                "total_launch_count": 104,
                "orbital_launch_attempt_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 28,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/28/?format=api",
                    "name": "Iridium Constellation",
                    "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.",
                    "agencies": [
                        {
                            "id": 202,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api",
                            "name": "Iridium Communications",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg",
                    "start_date": "1997-05-05T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://iridium.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation",
                    "mission_patches": [],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4171,
            "location_launch_attempt_count": 1096,
            "pad_launch_attempt_count": 75,
            "agency_launch_attempt_count": 48,
            "orbital_launch_attempt_count_year": 53,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "60c42360-d100-4c59-8ac5-6ea0f5d7b95a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/60c42360-d100-4c59-8ac5-6ea0f5d7b95a/?format=api",
            "slug": "proton-k17s40-iridium-09-to-14-iridium-16",
            "name": "Proton-K/17S40 | Iridium 09 to 14 & Iridium 16",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-12-30T10:35:24Z",
            "net": "1997-06-18T14:02:45Z",
            "window_end": "1997-06-18T14:02:45Z",
            "window_start": "1997-06-18T14:02:45Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 6788,
                "configuration": {
                    "id": 345,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/345/?format=api",
                    "name": "Proton-K/17S40",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/17S40",
                    "variant": "17S40"
                }
            },
            "mission": {
                "id": 5178,
                "name": "Iridium 09 to 14 & Iridium 16",
                "description": "Iridium provides global mobile telecommunications services using a constellation of 66 low earth orbit satellites in a 86.4° inclined orbit. Although 77 satellites were originally envisioned for the system and spawned the name based on the 77th element in the periodic table, the system has been scaled back. Motorola's Satellite Communications Group designed and manufactured the Iridium satellites with Lockheed Martin providing the LM-700A spacecraft buses.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
                "total_launch_count": 104,
                "orbital_launch_attempt_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 28,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/28/?format=api",
                    "name": "Iridium Constellation",
                    "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.",
                    "agencies": [
                        {
                            "id": 202,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api",
                            "name": "Iridium Communications",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg",
                    "start_date": "1997-05-05T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://iridium.com/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation",
                    "mission_patches": [],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4150,
            "location_launch_attempt_count": 1091,
            "pad_launch_attempt_count": 73,
            "agency_launch_attempt_count": 45,
            "orbital_launch_attempt_count_year": 32,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "29dada6b-989c-4920-b410-2f7bfb2a1c30",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/29dada6b-989c-4920-b410-2f7bfb2a1c30/?format=api",
            "slug": "proton-k17s40-integral",
            "name": "Proton-K/17S40 | Integral",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:35:13Z",
            "net": "2002-10-17T04:41:00Z",
            "window_end": "2002-10-17T04:41:00Z",
            "window_start": "2002-10-17T04:41:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7108,
                "configuration": {
                    "id": 345,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/345/?format=api",
                    "name": "Proton-K/17S40",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/17S40",
                    "variant": "17S40"
                }
            },
            "mission": {
                "id": 5497,
                "name": "Integral",
                "description": "European gamma ray astronomy satellite. INTEGRAL (INTErnational Gamma Ray Astrophysics Laboratory) was a European (ESA) astrophysics satellite.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167,
                "orbital_launch_attempt_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4561,
            "location_launch_attempt_count": 1196,
            "pad_launch_attempt_count": 89,
            "agency_launch_attempt_count": 93,
            "orbital_launch_attempt_count_year": 50,
            "location_launch_attempt_count_year": 10,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        }
    ]
}