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

{
  "count": 7854,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6760&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6740&ordering=-id",
  "results": [
    {
      "id": "24f0b5b1-f573-4cc9-8898-1eb7fd5cc0f2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24f0b5b1-f573-4cc9-8898-1eb7fd5cc0f2/?format=api",
      "slug": "falcon-9-block-5-nrol-172",
      "name": "Falcon 9 Block 5 | NROL-172",
      "status": {
        "id": 8,
        "name": "To Be Confirmed",
        "abbrev": "TBC",
        "description": "Awaiting official confirmation - current date is known with some certainty."
      },
      "last_updated": "2026-05-01T16:48:32Z",
      "net": "2026-05-12T22:15:00Z",
      "window_end": "2026-05-13T02:15:00Z",
      "window_start": "2026-05-12T22:15:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": null,
      "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": 9015,
        "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": 7610,
        "name": "NROL-172",
        "description": "Thirteenth batch of satellites for a reconnaissance satellite constellation built by SpaceX and Northrop Grumman for the National Reconnaissance Office to provide imaging and other reconnaissance capabilities.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [
          {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
            "name": "National Reconnaissance Office",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NRO",
            "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.",
            "administrator": "Director: Christopher Scolese",
            "founding_year": "1961",
            "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.nro.gov/",
            "wiki_url": "https://en.wikipedia.org/wiki/National_Reconnaissance_Office",
            "logo_url": null,
            "image_url": null,
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520reconnaissance2520office_nation_20240228092125.png"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 880,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 264,
        "orbital_launch_attempt_count": 264
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_20241024165956.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7281,
      "location_launch_attempt_count": 884,
      "pad_launch_attempt_count": 268,
      "agency_launch_attempt_count": 676,
      "orbital_launch_attempt_count_year": 108,
      "location_launch_attempt_count_year": 32,
      "pad_launch_attempt_count_year": 30,
      "agency_launch_attempt_count_year": 57,
      "type": "normal"
    },
    {
      "id": "24dd50f9-ce5e-4744-937b-021b1f353fa7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24dd50f9-ce5e-4744-937b-021b1f353fa7/?format=api",
      "slug": "thorad-slv-2h-agena-d-kh-4b-7",
      "name": "Thorad SLV-2H Agena D | KH-4B 7",
      "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:18:00Z",
      "net": "1969-07-24T01:30:58Z",
      "window_end": "1969-07-24T01:30:58Z",
      "window_start": "1969-07-24T01:30:58Z",
      "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": 3926,
        "configuration": {
          "id": 419,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/419/?format=api",
          "name": "Thorad SLV-2H Agena D",
          "family": "Thor",
          "full_name": "Thorad SLV-2H Agena D",
          "variant": "SLV-2H Agena D"
        }
      },
      "mission": {
        "id": 2344,
        "name": "KH-4B 7",
        "description": "The KH-4B (Keyhole-4B) was sixth optical reconnaissance satellite version in the Corona-program.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 93,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/93/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3W",
        "description": "SLC-3W was originally built for Atlas-Agena launches and the first flight off the pad was the launch of Samos 1 on October 11, 1960. The facility was extensively damaged 11 months later when Samos 3's booster exploded on the pad, but it was repaired quickly and hosted its next launch slightly under two months afterwards.\r\n\r\nIn 1962-63, the pad was converted for Thor-Agena use and was the primary launching site for Corona reconnaissance satellites for the next decade. After the Corona program ended in 1972, SLC-3W was converted back to support Atlases, this time flights of refurbished Atlas E/F missiles. The final such launch took place in 1995.\r\n\r\nSpaceX initially planned to use SLC-3W for the Falcon 1 launch vehicle but switched to SLC-4E with Falcon 9.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
        "map_url": "https://www.google.com/maps?q=34.644,-120.593",
        "latitude": "34.644",
        "longitude": "-120.593",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 880,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
        "total_launch_count": 81,
        "orbital_launch_attempt_count": 81
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thorad-slv2h_ag_image_20251204211604.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 994,
      "location_launch_attempt_count": 331,
      "pad_launch_attempt_count": 36,
      "agency_launch_attempt_count": 498,
      "orbital_launch_attempt_count_year": 75,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 24,
      "type": "normal"
    },
    {
      "id": "24d578dd-269a-4a5e-9344-de32cd761105",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24d578dd-269a-4a5e-9344-de32cd761105/?format=api",
      "slug": "delta-2914-meteosat-1",
      "name": "Delta 2914 | Meteosat 1",
      "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-14T17:40:14Z",
      "net": "1977-11-23T01:35:00Z",
      "window_end": "1977-11-23T01:35:00Z",
      "window_start": "1977-11-23T01:35:00Z",
      "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": 4899,
        "configuration": {
          "id": 287,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/287/?format=api",
          "name": "Delta 2914",
          "family": "Delta",
          "full_name": "Delta 2914",
          "variant": "2914"
        }
      },
      "mission": {
        "id": 3315,
        "name": "Meteosat 1",
        "description": "European meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_2910_image_20231231105214.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2028,
      "location_launch_attempt_count": 334,
      "pad_launch_attempt_count": 62,
      "agency_launch_attempt_count": 701,
      "orbital_launch_attempt_count_year": 113,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "24d2af7c-4d36-4de8-898c-d5f4e9019260",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24d2af7c-4d36-4de8-898c-d5f4e9019260/?format=api",
      "slug": "kosmos-3m-parus-7",
      "name": "Kosmos-3M | Parus 7",
      "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:46Z",
      "net": "1976-12-28T07:49:56Z",
      "window_end": "1976-12-28T07:49:56Z",
      "window_start": "1976-12-28T07:49:56Z",
      "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": 4790,
        "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": 3207,
        "name": "Parus 7",
        "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
        "launch_designator": null,
        "type": "Navigation",
        "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": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
        "total_launch_count": 212,
        "orbital_launch_attempt_count": 212
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1915,
      "location_launch_attempt_count": 523,
      "pad_launch_attempt_count": 63,
      "agency_launch_attempt_count": 1080,
      "orbital_launch_attempt_count_year": 132,
      "location_launch_attempt_count_year": 65,
      "pad_launch_attempt_count_year": 17,
      "agency_launch_attempt_count_year": 101,
      "type": "normal"
    },
    {
      "id": "24cfdd1c-d150-4da3-8030-d11b2e0fc694",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24cfdd1c-d150-4da3-8030-d11b2e0fc694/?format=api",
      "slug": "long-march-2c-yaogan-30-10",
      "name": "Long March 2C | Yaogan-30-10",
      "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:56:39Z",
      "net": "2021-07-19T00:19:00Z",
      "window_end": "2021-07-19T00:26:00Z",
      "window_start": "2021-07-19T00:08:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2970,
        "configuration": {
          "id": 61,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/61/?format=api",
          "name": "Long March 2C",
          "family": "Long March",
          "full_name": "Long March 2C",
          "variant": "C"
        }
      },
      "mission": {
        "id": 1396,
        "name": "Yaogan-30-10",
        "description": "NOTE: Payload identity not confirmed.\r\n\r\nThe Yaogan-30 is a series of military remote sensing satellites which are launched in triplets. The satellites are spaced by 120° in their orbit.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 107,
        "orbital_launch_attempt_count": 107
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6105,
      "location_launch_attempt_count": 158,
      "pad_launch_attempt_count": 64,
      "agency_launch_attempt_count": 327,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 23,
      "type": "normal"
    },
    {
      "id": "24c82766-c621-4e7f-a84e-3043cef42863",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24c82766-c621-4e7f-a84e-3043cef42863/?format=api",
      "slug": "kosmos-3m-parus-68",
      "name": "Kosmos-3M | Parus 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-06-14T03:31:51Z",
      "net": "1990-03-20T00:25:22Z",
      "window_end": "1990-03-20T00:25:22Z",
      "window_start": "1990-03-20T00:25:22Z",
      "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": 6251,
        "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": 4641,
        "name": "Parus 68",
        "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3500,
      "location_launch_attempt_count": 1302,
      "pad_launch_attempt_count": 107,
      "agency_launch_attempt_count": 2329,
      "orbital_launch_attempt_count_year": 24,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "24c7c2a8-5066-4908-b147-74e5dd1d23e3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24c7c2a8-5066-4908-b147-74e5dd1d23e3/?format=api",
      "slug": "thor-dm-21-ablestar-transit-4b-traac",
      "name": "Thor DM-21 Ablestar | Transit 4B & TRAAC",
      "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-14T17:42:48Z",
      "net": "1961-11-15T22:26:00Z",
      "window_end": "1961-11-15T22:26:00Z",
      "window_start": "1961-11-15T22:26:00Z",
      "net_precision": null,
      "probability": 0,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "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": 2401,
        "configuration": {
          "id": 187,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": null,
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 135,
      "location_launch_attempt_count": 70,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 66,
      "orbital_launch_attempt_count_year": 42,
      "location_launch_attempt_count_year": 20,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 28,
      "type": "normal"
    },
    {
      "id": "24c5a3ac-94e6-4a78-bbc2-43388a2dc5db",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24c5a3ac-94e6-4a78-bbc2-43388a2dc5db/?format=api",
      "slug": "atlas-v-n22-starliner-4",
      "name": "Atlas V N22 | Starliner-4",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2026-03-11T15:14:58Z",
      "net": "2027-12-31T00:00:00Z",
      "window_end": "2027-12-31T00:00:00Z",
      "window_start": "2027-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 62,
        "configuration": {
          "id": 166,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/166/?format=api",
          "name": "Atlas V N22",
          "family": "Atlas",
          "full_name": "Atlas V N22",
          "variant": "V N22"
        }
      },
      "mission": {
        "id": 5989,
        "name": "Starliner-4",
        "description": "Starliner-4 is the fourth crewed operational flight of a Starliner spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "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": "",
        "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 SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123,
        "orbital_launch_attempt_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_n22_image_20210813082339.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 5,
          "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
          "name": "Commercial Crew Program",
          "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
          "agencies": [
            {
              "id": 80,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
          "start_date": "2011-04-18T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "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/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 7544,
      "location_launch_attempt_count": 1200,
      "pad_launch_attempt_count": 148,
      "agency_launch_attempt_count": 205,
      "orbital_launch_attempt_count_year": 86,
      "location_launch_attempt_count_year": 39,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "24b7e803-bf4e-4e8a-978d-5c6e800024bc",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24b7e803-bf4e-4e8a-978d-5c6e800024bc/?format=api",
      "slug": "titan-iiib-kh-8-15",
      "name": "Titan IIIB | KH-8 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-14T04:26:28Z",
      "net": "1968-08-06T16:30:00Z",
      "window_end": "1968-08-06T16:30:00Z",
      "window_start": "1968-08-06T16:30:00Z",
      "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": 3808,
        "configuration": {
          "id": 438,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/438/?format=api",
          "name": "Titan IIIB",
          "family": "Titan",
          "full_name": "Titan IIIB",
          "variant": "IIIB"
        }
      },
      "mission": {
        "id": 2226,
        "name": "KH-8 15",
        "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 156,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 880,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93,
        "orbital_launch_attempt_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiib_image_20251204210122.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 861,
      "location_launch_attempt_count": 303,
      "pad_launch_attempt_count": 27,
      "agency_launch_attempt_count": 454,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "24b3b696-9253-4088-92f2-c7762f4e0a4c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24b3b696-9253-4088-92f2-c7762f4e0a4c/?format=api",
      "slug": "falcon-9-block-5-starlink-10",
      "name": "Falcon 9 Block 5 | Starlink 10",
      "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:28:38Z",
      "net": "2020-08-18T14:31:00Z",
      "window_end": "2020-08-18T14:31:00Z",
      "window_start": "2020-08-18T14:31:00Z",
      "net_precision": null,
      "probability": 80,
      "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": 2744,
        "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": 1143,
        "name": "Starlink 10",
        "description": "A batch of 58 satellites for Starlink mega-constellation - SpaceX's project for space-based Internet communication system. This launch will also carry 3 SkySat Earth-imaging satellites as a rideshare.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "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": "",
        "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 SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 380,
        "orbital_launch_attempt_count": 380
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20200820174613.png",
      "program": [
        {
          "id": 25,
          "url": "https://ll.thespacedevs.com/2.2.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
          "mission_patches": [
            {
              "id": 7,
              "name": "Space X Starlink Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
              "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
              }
            }
          ],
          "type": {
            "id": 3,
            "name": "Communication Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 5985,
      "location_launch_attempt_count": 804,
      "pad_launch_attempt_count": 112,
      "agency_launch_attempt_count": 103,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 15,
      "type": "normal"
    }
  ]
}