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

{
    "count": 7208,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=10&ordering=-id",
    "previous": null,
    "results": [
        {
            "id": "ffe1ba5c-ef04-4cc3-8746-f9abd7da2211",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffe1ba5c-ef04-4cc3-8746-f9abd7da2211/?format=api",
            "slug": "kosmos-11k65-strela-2-5",
            "name": "Kosmos 11K65 | Strela-2 5",
            "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:26:41Z",
            "net": "1968-08-27T11:29:00Z",
            "window_end": "1968-08-27T11:29:00Z",
            "window_start": "1968-08-27T11:29:00Z",
            "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": 3816,
                "configuration": {
                    "id": 328,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/328/?format=api",
                    "name": "Kosmos 11K65",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K65",
                    "variant": "11K65"
                }
            },
            "mission": {
                "id": 2234,
                "name": "Strela-2 5",
                "description": "The Strela-2 satellites were prototypes of the second component of the Strela store-dump communication system. It consisted of larger single satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 164,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/164/?format=api",
                "agency_id": null,
                "name": "41/15",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=45.976,63.666806",
                "latitude": "45.976",
                "longitude": "63.666806",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_164_20200803143415.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 867,
            "location_launch_attempt_count": 228,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 339,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 50,
            "type": "normal"
        },
        {
            "id": "ffd29f94-06b4-49f7-b5f9-b21a928e6eaa",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffd29f94-06b4-49f7-b5f9-b21a928e6eaa/?format=api",
            "slug": "falcon-9-block-5-hts-113bt-merah-putih-2",
            "name": "Falcon 9 Block 5 | HTS-113BT (Merah Putih 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": "2024-03-05T17:45:09Z",
            "net": "2024-02-20T20:11:00Z",
            "window_end": "2024-02-20T22:11:00Z",
            "window_start": "2024-02-20T20:11:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": 98,
            "weather_concerns": "Cumulus Cloud Rule",
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8081,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6634,
                "name": "HTS-113BT (Merah Putih 2)",
                "description": "HTS-113BT is a new High Throughput Satellite telecommunications satellite in C-band/Ku-Band for PT Telkom Satelit Indonesia (Telkomsat) , a state-owned digital telecommunication company in Indonesia, for its orbital position at 113° East.\r\n\r\nBuilt on Thales Alenia Space's historical Spacebus 4000B2 platform, HTS 113BT will provide more than 32 Gbps capacity over Indonesia. The satellite will weigh about 4 metric tons at launch and will be delivered early 2024 for a 15-year expected lifetime.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [
                    {
                        "id": 1084,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1084/?format=api",
                        "name": "PT Telkom Satellite Indonesia",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "IDN",
                        "abbrev": "Telkomsat",
                        "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.",
                        "administrator": "President Director: Lukman Hakim Abd. Rauf",
                        "founding_year": "1995",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 0,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 0,
                        "failed_launches": 0,
                        "pending_launches": 0,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "https://www.telkomsat.co.id/id/",
                        "wiki_url": "https://id.wikipedia.org/wiki/Telkomsat",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_logo_20240217062048.png",
                        "image_url": null,
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_nation_20240218144120.png"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 949,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                "total_launch_count": 238,
                "orbital_launch_attempt_count": 238
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20240221072153.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6613,
            "location_launch_attempt_count": 935,
            "pad_launch_attempt_count": 225,
            "agency_launch_attempt_count": 327,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 16,
            "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_7_20200803143454.jpg",
                "total_launch_count": 92,
                "orbital_launch_attempt_count": 92
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4316,
            "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": "ffc553f5-ff40-49fb-a2e0-b49cc788c7c2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffc553f5-ff40-49fb-a2e0-b49cc788c7c2/?format=api",
            "slug": "soyuz-u-zenit-6u-95",
            "name": "Soyuz U | Zenit-6U 95",
            "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:29:12Z",
            "net": "1984-05-11T13:00:00Z",
            "window_end": "1984-05-11T13:00:00Z",
            "window_start": "1984-05-11T13:00:00Z",
            "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": 5630,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4032,
                "name": "Zenit-6U 95",
                "description": "Optical film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_168_20200803143446.jpg",
                "total_launch_count": 310,
                "orbital_launch_attempt_count": 310
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2809,
            "location_launch_attempt_count": 989,
            "pad_launch_attempt_count": 254,
            "agency_launch_attempt_count": 1788,
            "orbital_launch_attempt_count_year": 44,
            "location_launch_attempt_count_year": 20,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 32,
            "type": "normal"
        },
        {
            "id": "ffaceda9-2d21-4c79-b854-3414b774d8af",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffaceda9-2d21-4c79-b854-3414b774d8af/?format=api",
            "slug": "astra-rocket-32-flight-2",
            "name": "Astra Rocket 3.2 | Flight 2",
            "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-14T04:20:31Z",
            "net": "2020-12-15T20:55:00Z",
            "window_end": "2020-12-15T22:00:00Z",
            "window_start": "2020-12-15T19:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Premature second stage engine cutoff prevented successful orbit insertion.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 285,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
                "name": "Astra Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2808,
                "configuration": {
                    "id": 213,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/213/?format=api",
                    "name": "Astra Rocket 3",
                    "family": "Astra Rocket",
                    "full_name": "Astra Rocket 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 1208,
                "name": "Flight 2",
                "description": "Astra will attempt a second test flight of Rocket 3.0 following an unsuccessful first flight",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 114,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/114/?format=api",
                "agency_id": null,
                "name": "Launch Pad 3B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska",
                "map_url": "https://www.google.com/maps?q=57.430673,-152.353077",
                "latitude": "57.430673",
                "longitude": "-152.353077",
                "location": {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/25/?format=api",
                    "name": "Pacific Spaceport Complex, Alaska, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_25_20200803142500.jpg",
                    "timezone_name": "America/Anchorage",
                    "total_launch_count": 9,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_114_20200803145248.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg",
            "infographic": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/astra2520rocke_infographic_20220831040803.png",
            "program": [],
            "orbital_launch_attempt_count": 6020,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 108,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "ffa99915-6c1c-40d4-b514-ac3f6ef8464b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffa99915-6c1c-40d4-b514-ac3f6ef8464b/?format=api",
            "slug": "voskhod-zenit-4-21",
            "name": "Voskhod | Zenit-4 21",
            "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:41:09Z",
            "net": "1966-08-08T11:29:00Z",
            "window_end": "1966-08-08T11:29:00Z",
            "window_start": "1966-08-08T11:29:00Z",
            "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": 3556,
                "configuration": {
                    "id": 104,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
                    "name": "Voskhod",
                    "family": "R-7",
                    "full_name": "Voskhod",
                    "variant": "Voskhod"
                }
            },
            "mission": {
                "id": 1976,
                "name": "Zenit-4 21",
                "description": "Zenit-4 film-return reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                "total_launch_count": 415,
                "orbital_launch_attempt_count": 415
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 594,
            "location_launch_attempt_count": 152,
            "pad_launch_attempt_count": 56,
            "agency_launch_attempt_count": 196,
            "orbital_launch_attempt_count_year": 78,
            "location_launch_attempt_count_year": 24,
            "pad_launch_attempt_count_year": 20,
            "agency_launch_attempt_count_year": 34,
            "type": "normal"
        },
        {
            "id": "ffa5b63e-72b1-4a55-801e-084464db15b1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffa5b63e-72b1-4a55-801e-084464db15b1/?format=api",
            "slug": "titan-iiic-idcsp-8-to-14",
            "name": "Titan IIIC | IDCSP 8 to 14",
            "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-14T17:42:35Z",
            "net": "1966-08-26T13:59:56Z",
            "window_end": "1966-08-26T13:59:56Z",
            "window_start": "1966-08-26T13:59:56Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3565,
                "configuration": {
                    "id": 439,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/439/?format=api",
                    "name": "Titan IIIC",
                    "family": "Titan",
                    "full_name": "Titan IIIC",
                    "variant": "IIIC"
                }
            },
            "mission": {
                "id": 1985,
                "name": "IDCSP 8 to 14",
                "description": "The IDCSP (Initial Defense Communications satellite Program) provided the Pentagon with its first near-geosynchronous communications system and replaced the cancelled ADVENT project.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 3,
                    "name": "Geosynchronous Orbit",
                    "abbrev": "GSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 949,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_29_20200803143528.jpg",
                "total_launch_count": 111,
                "orbital_launch_attempt_count": 111
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 602,
            "location_launch_attempt_count": 181,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 347,
            "orbital_launch_attempt_count_year": 86,
            "location_launch_attempt_count_year": 22,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 48,
            "type": "normal"
        },
        {
            "id": "ffa0ffff-5233-414a-8e30-03f8dc67229e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ffa0ffff-5233-414a-8e30-03f8dc67229e/?format=api",
            "slug": "soyuz-21bfregat-eks-2-tundra-2-kosmos-2518",
            "name": "Soyuz-2.1b/Fregat | EKS-2 (Tundra 2) (Kosmos 2518)",
            "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:11:05Z",
            "net": "2017-05-25T06:34:00Z",
            "window_end": "2017-05-25T08:00:00Z",
            "window_start": "2017-05-25T06:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 2003,
                "configuration": {
                    "id": 42,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/42/?format=api",
                    "name": "Soyuz 2.1b/Fregat",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat",
                    "variant": "Fregat"
                }
            },
            "mission": {
                "id": 422,
                "name": "EKS-2 (Tundra 2) (Kosmos 2518)",
                "description": "The Tundra or EKS (meaning Unified Space System) series of satellites is the next generation of Russian early warning satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "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.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_85_20200803143554.jpg",
                "total_launch_count": 319,
                "orbital_launch_attempt_count": 319
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5634,
            "location_launch_attempt_count": 1616,
            "pad_launch_attempt_count": 288,
            "agency_launch_attempt_count": 93,
            "orbital_launch_attempt_count_year": 29,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "ff9b6a09-2b5a-4ca3-934e-c86db21b7a1b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ff9b6a09-2b5a-4ca3-934e-c86db21b7a1b/?format=api",
            "slug": "falcon-9-block-5-o3b-mpower-3-4",
            "name": "Falcon 9 Block 5 | O3b mPower 3 & 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:05:52Z",
            "net": "2023-04-28T22:12:00Z",
            "window_end": "2023-04-28T22:40:00Z",
            "window_start": "2023-04-28T21:12:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": 70,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2551,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6159,
                "name": "O3b mPower 3 & 4",
                "description": "Third and fourth of a constellation of eleven high-throughput communications satellites in Medium Earth Orbit (MEO) built by Boeing and operated by SES.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 949,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                "total_launch_count": 238,
                "orbital_launch_attempt_count": 238
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20240101094030.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6421,
            "location_launch_attempt_count": 884,
            "pad_launch_attempt_count": 178,
            "agency_launch_attempt_count": 241,
            "orbital_launch_attempt_count_year": 64,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 15,
            "agency_launch_attempt_count_year": 28,
            "type": "normal"
        },
        {
            "id": "ff85e6eb-b711-4ab9-916d-e4e57cfee9f1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ff85e6eb-b711-4ab9-916d-e4e57cfee9f1/?format=api",
            "slug": "kosmos-3m-ds-p1-m-15",
            "name": "Kosmos-3M | DS-P1-M 15",
            "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:43:57Z",
            "net": "1981-01-21T08:29:00Z",
            "window_end": "1981-01-21T08:29:00Z",
            "window_start": "1981-01-21T08:29:00Z",
            "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": 5240,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3649,
                "name": "DS-P1-M 15",
                "description": "ASAT target satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "description": null,
                "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.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1667,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_28_20200803143254.jpg",
                "total_launch_count": 212,
                "orbital_launch_attempt_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2387,
            "location_launch_attempt_count": 792,
            "pad_launch_attempt_count": 109,
            "agency_launch_attempt_count": 1454,
            "orbital_launch_attempt_count_year": 6,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        }
    ]
}