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

{
  "count": 7960,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=110&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=90&ordering=-last_updated",
  "results": [
    {
      "id": "fa42624c-1e30-4b4b-a06b-59b6153bc4e5",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/fa42624c-1e30-4b4b-a06b-59b6153bc4e5/?format=api",
      "slug": "kinetica-1-5-satellites-3",
      "name": "Kinetica 1 | 5 satellites",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-07-24T00:02:02Z",
      "net": "2026-07-23T23:33:00Z",
      "window_end": "2026-07-23T23:50:00Z",
      "window_start": "2026-07-23T23:24: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": 1040,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 9090,
        "configuration": {
          "id": 483,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7685,
        "name": "5 satellites",
        "description": "Share-ride of 5 commercial Earth observation and technology demonstration satellites to SSO, including SpaceTY's Tianyi-48:\r\n\r\n* Yinglong Fengguang-1\r\n* Zhonghang Hongwai 1/Xiguang 2-03\r\n* Tianyi-48 (Chenguang-1)\r\n* Gande 1-01\r\n* Jitianxing A-04",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 151,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/151/?format=api",
        "agency_id": null,
        "name": "Launch Area 130",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.8182,100.22514",
        "latitude": "40.8182",
        "longitude": "100.22514",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 293,
          "total_landing_count": 3
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 15,
        "orbital_launch_attempt_count": 15
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7349,
      "location_launch_attempt_count": 292,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 16,
      "orbital_launch_attempt_count_year": 176,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "5421e43a-1623-40ac-9dac-201075064e24",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5421e43a-1623-40ac-9dac-201075064e24/?format=api",
      "slug": "long-march-3be-tianlian-2-06",
      "name": "Long March 3B/E | Tianlian 2-06",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-07-23T12:58:05Z",
      "net": "2026-07-23T12:00:00Z",
      "window_end": "2026-07-23T12:54:00Z",
      "window_start": "2026-07-23T11:52: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": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 9083,
        "configuration": {
          "id": 50,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/50/?format=api",
          "name": "Long March 3B/E",
          "family": "Long March",
          "full_name": "Long March 3B/E",
          "variant": "B/E"
        }
      },
      "mission": {
        "id": 7678,
        "name": "Tianlian 2-06",
        "description": "Tianlian is a Chinese data tracking and relay communications geostationary satellite series. The TL 2 (Tian Lian 2) satellites represent the second generation of this relay satellite network, and is based on the DFH-4 Bus, a three-axis-stabilized telecommunications satellite platform.\r\n\r\nTL 2 will be used to support real-time communications between orbiting satellites and ground control stations. This system will replace the current network of ground-based space tracking and telemetry stations and space tracking ships.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 45,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "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": 242,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 126,
        "orbital_launch_attempt_count": 126
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907120240.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7348,
      "location_launch_attempt_count": 242,
      "pad_launch_attempt_count": 126,
      "agency_launch_attempt_count": 605,
      "orbital_launch_attempt_count_year": 175,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 35,
      "type": "normal"
    },
    {
      "id": "7c891a0b-7194-4425-8cfd-2e8c75af2924",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7c891a0b-7194-4425-8cfd-2e8c75af2924/?format=api",
      "slug": "hanbit-nano-innosat-0",
      "name": "HANBIT-Nano | InnoSat-0",
      "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-07-22T15:16:09Z",
      "net": "2026-11-30T00:00:00Z",
      "window_end": "2026-11-30T00:00:00Z",
      "window_start": "2026-11-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1098,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api",
        "name": "Innospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8862,
        "configuration": {
          "id": 530,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/530/?format=api",
          "name": "HANBIT-Nano",
          "family": "HANBIT",
          "full_name": "HANBIT-Nano",
          "variant": "Nano"
        }
      },
      "mission": {
        "id": 7453,
        "name": "InnoSat-0",
        "description": "Innospace's first in-house test satellite, 'InnoSat-0', will test various technologies for future development of satellites by Innospace themselves. The satellite will be deployed using Korean company SpaceBey’s specialized deployer.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [
          {
            "id": 1098,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api",
            "name": "Innospace",
            "featured": false,
            "type": "Private",
            "country_code": "KOR",
            "abbrev": "IS",
            "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
            "administrator": "CEO: Kim Soo-jong",
            "founding_year": "2017",
            "launchers": "HANBIT",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 2,
            "consecutive_successful_launches": 0,
            "successful_launches": 1,
            "failed_launches": 1,
            "pending_launches": 1,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.innospc.com/main",
            "wiki_url": "https://en.wikipedia.org/wiki/Innospace",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg",
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 240,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/240/?format=api",
        "agency_id": 1098,
        "name": "HANBIT Pad",
        "description": "Launchpad of the HANBIT rockets developed by South Korean company Innospace.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Space_Center",
        "map_url": "https://www.google.com/maps?q=-2.31698,-44.36873",
        "latitude": "-2.31698",
        "longitude": "-44.36873",
        "location": {
          "id": 150,
          "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api",
          "name": "Alcântara Space Center, Federative Republic of Brazil",
          "country_code": "BRA",
          "description": "The Alcântara Space Center, formerly known as Alcântara Launch Center is a space center and launching facility of the Brazilian Space Agency in the city of Alcântara, located on Brazil's northern Atlantic coast, in the state of Maranhão.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg",
          "timezone_name": "America/Fortaleza",
          "total_launch_count": 4,
          "total_landing_count": 0
        },
        "country_code": "BRA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_hanbit_pad_20251021114902.jpg",
        "total_launch_count": 2,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hanbit-nano_spa_image_20251224011159.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7415,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 242,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "0f6780cf-edae-4d7c-99d6-ce7de784d140",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0f6780cf-edae-4d7c-99d6-ce7de784d140/?format=api",
      "slug": "falcon-9-block-5-mrv-1",
      "name": "Falcon 9 Block 5 | MRV-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": "2026-07-22T14:39:41Z",
      "net": "2026-07-21T21:15:00Z",
      "window_end": "2026-07-22T01:04:00Z",
      "window_start": "2026-07-21T21:15:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": 90,
      "weather_concerns": "Cumulus Cloud Rule, Anvil Cloud Rules",
      "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": 7551,
        "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": 5978,
        "name": "MRV-1",
        "description": "The Northrop Grumman/SpaceLogistics MRV-1 is a mission extension payload including a mission robotic vehicle (MRV) and multiple mission extension pods (MEPs). The MRV is designed to attach up to 30 MEPs (Mission Extension Pods) to various satellites in GEO over the course of its life, and the MEPs (Mission Extension Pods) are 400 kg spacecraft designed to be captured by the MRV and then attached to a customer's satellite. A single MEP can extend a 2000 kg satellite's service life by up to 6 years. \r\n\r\nFor this mission, 2 of the MEP's will service satellites for Intelsat, while the third will service a satellite for Optus.",
        "launch_designator": null,
        "type": "Mission Extension",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "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": 1128,
          "total_landing_count": 77
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 400,
        "orbital_launch_attempt_count": 400
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_at_slc_image_20260721192735.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7346,
      "location_launch_attempt_count": 1122,
      "pad_launch_attempt_count": 394,
      "agency_launch_attempt_count": 707,
      "orbital_launch_attempt_count_year": 173,
      "location_launch_attempt_count_year": 46,
      "pad_launch_attempt_count_year": 40,
      "agency_launch_attempt_count_year": 88,
      "type": "normal"
    },
    {
      "id": "d8eb4b68-5307-4b3b-b585-5598958defc2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d8eb4b68-5307-4b3b-b585-5598958defc2/?format=api",
      "slug": "gravity-1-9-satellites",
      "name": "Gravity-1 | 9 satellites",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-07-22T03:21:31Z",
      "net": "2026-07-22T02:54:00Z",
      "window_end": "2026-07-22T03:09:00Z",
      "window_start": "2026-07-22T02:44: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": 1080,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "type": "Commercial"
      },
      "rocket": {
        "id": 9037,
        "configuration": {
          "id": 503,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/503/?format=api",
          "name": "Gravity-1",
          "family": "",
          "full_name": "Gravity-1",
          "variant": "Gravity-1"
        }
      },
      "mission": {
        "id": 7632,
        "name": "9 satellites",
        "description": "Carried 9 satellites on a share-ride to sun-synchronous orbit:\r\n\r\n* Dongpo 13 & 14\r\n* Dongpo 17 to 20\r\n* Tianyi 49 (Beiyou-4)\r\n* Xiguang-2-01\r\n* Zidingxiang-3 (Kaiyun-3)",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 255,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/255/?format=api",
        "agency_id": 88,
        "name": "Yellow Sea (launch location 5)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=31.2,123.7",
        "latitude": "31.2",
        "longitude": "123.7",
        "location": {
          "id": 185,
          "url": "https://ll.thespacedevs.com/2.2.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "description": "Chinese orbital launch vehicle launches supporting sea port located at Haiyang, Shandong Province, with dedicated piers and rocket/payload processing facilities for Chinese launch vehicles’ sea launches, and (as part of its expansion project) land based launch pads on artificial islands for various test vehicles and launch vehicles of private and government launch services providers.\r\n\r\nIn operation as a remote base of Taiyuan Satellite Launch Center since 2019.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 27,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_yellow_sea_2528launch_location_52529_20260716051255.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gravity-1_image_20240108105446.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7347,
      "location_launch_attempt_count": 26,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 174,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "e1079d3a-c0a6-4b42-bc1d-92e48a5a78fc",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e1079d3a-c0a6-4b42-bc1d-92e48a5a78fc/?format=api",
      "slug": "falcon-9-block-5-starlink-group-17-39",
      "name": "Falcon 9 Block 5 | Starlink Group 17-39",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-07-21T15:57:39Z",
      "net": "2026-07-21T14:49:34Z",
      "window_end": "2026-07-21T17:47:00Z",
      "window_start": "2026-07-21T14:00:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "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": 9086,
        "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": 7681,
        "name": "Starlink Group 17-39",
        "description": "A batch of 24 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [
          {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SpX",
            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
            "administrator": "CEO: Elon Musk",
            "founding_year": "2002",
            "launchers": "Falcon | Starship",
            "spacecraft": "Dragon",
            "launch_library_url": null,
            "total_launch_count": 723,
            "consecutive_successful_launches": 208,
            "successful_launches": 708,
            "failed_launches": 15,
            "pending_launches": 127,
            "consecutive_successful_landings": 15,
            "successful_landings": 666,
            "failed_landings": 29,
            "attempted_landings": 694,
            "info_url": "https://www.spacex.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_social_l_image_20260407054626.jpg"
          }
        ],
        "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": 909,
          "total_landing_count": 35
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 293,
        "orbital_launch_attempt_count": 293
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://ll.thespacedevs.com/2.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": 7345,
      "location_launch_attempt_count": 900,
      "pad_launch_attempt_count": 284,
      "agency_launch_attempt_count": 706,
      "orbital_launch_attempt_count_year": 172,
      "location_launch_attempt_count_year": 48,
      "pad_launch_attempt_count_year": 46,
      "agency_launch_attempt_count_year": 87,
      "type": "normal"
    },
    {
      "id": "10fa7952-f00b-4292-80a2-4207e208844e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/10fa7952-f00b-4292-80a2-4207e208844e/?format=api",
      "slug": "vikram-i-demo-flight",
      "name": "Vikram-I | Demo Flight",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2026-07-19T08:17:10Z",
      "net": "2026-07-18T06:35:30Z",
      "window_end": "2026-07-18T09:00:00Z",
      "window_start": "2026-07-18T05:00:00Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1099,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1099/?format=api",
        "name": "Skyroot Aerospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8799,
        "configuration": {
          "id": 532,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/532/?format=api",
          "name": "Vikram-I",
          "family": "Vikram",
          "full_name": "Vikram-I",
          "variant": ""
        }
      },
      "mission": {
        "id": 7390,
        "name": "Demo Flight",
        "description": "First launch of Skyroot Aerospace's Vikram-I launch vehicle. \r\n\r\nThis first launch will carry 4 payloads:\r\n- Grahaa Space's SOLARAS S3 satellite\r\n- Cosmoserve Space's in-orbit robotic arm Embrace\r\n- An in-orbit demonstration from DCUBED\r\n- Skyroot's own SCOPE satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 50,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/50/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre First Launch Pad",
        "description": "India has two launch pads at the site. The First Launch Pad, operational since 1993, is used for Polar Satellite Launch Vehicle, Small Satellite Launch Vehicle and formerly used by Geosynchronous Satellite Launch Vehicle.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.733,80.235",
        "latitude": "13.733",
        "longitude": "80.235",
        "location": {
          "id": 14,
          "url": "https://ll.thespacedevs.com/2.2.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "description": "Satish Dhawan Space Centre – SDSC (formerly Sriharikota Range – SHAR),[1] is the primary spaceport of the Indian Space Research Organisation (ISRO), located in Sriharikota, Andhra Pradesh.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "timezone_name": "Asia/Kolkata",
          "total_launch_count": 104,
          "total_landing_count": 0
        },
        "country_code": "IND",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
        "total_launch_count": 64,
        "orbital_launch_attempt_count": 63
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vikram-i_on_lau_image_20260717052522.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7343,
      "location_launch_attempt_count": 104,
      "pad_launch_attempt_count": 64,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 170,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "3ac1bd74-bf9a-4afe-ae00-3e1d180142dd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/3ac1bd74-bf9a-4afe-ae00-3e1d180142dd/?format=api",
      "slug": "astra-rocket-4-maiden-flight",
      "name": "Astra Rocket 4 | Maiden Flight",
      "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-07-17T14:36:24Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-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": 285,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
        "name": "Astra Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8720,
        "configuration": {
          "id": 526,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/526/?format=api",
          "name": "Astra Rocket 4",
          "family": "Astra Rocket",
          "full_name": "Astra Rocket 4",
          "variant": "4"
        }
      },
      "mission": {
        "id": 7312,
        "name": "Maiden Flight",
        "description": "First flight of Astra Space's second generation small satellite launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 30,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/30/?format=api",
        "agency_id": null,
        "name": "Launch Complex 48",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_48",
        "map_url": "https://www.google.com/maps?q=28.5990626125553,-80.60428186",
        "latitude": "28.5990626125553",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_30_20200803143320.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_rocket_4_image_20250918165934.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7519,
      "location_launch_attempt_count": 285,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 346,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "cb1762f0-90f4-4902-a5f6-655a7ade25bf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/cb1762f0-90f4-4902-a5f6-655a7ade25bf/?format=api",
      "slug": "falcon-9-block-5-sda-tranche-2-tracking-layer-b",
      "name": "Falcon 9 Block 5 | SDA Tranche 2 Tracking Layer B",
      "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-07-17T13:38:06Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-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": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8883,
        "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": 7474,
        "name": "SDA Tranche 2 Tracking Layer B",
        "description": "Classified mission launched by the Space Development Agency (SDA) for Tranche 2 Tracking Layer.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [
          {
            "id": 1056,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1056/?format=api",
            "name": "Space Development Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "SDA",
            "description": "The Space Development Agency (SDA) is a United States Space Force direct-reporting unit tasked with deploying disruptive space technology. A primary focus is space-based missile defense using large global satellite constellations made up of industry-procured low-cost satellites.",
            "administrator": "Director: Derek Tournear",
            "founding_year": "2019",
            "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.sda.mil/",
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Development_Agency",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520development2520agency_logo_20230806170522.jpg",
            "image_url": null,
            "nation_url": null
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1128,
          "total_landing_count": 77
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7519,
      "location_launch_attempt_count": 1170,
      "pad_launch_attempt_count": 18,
      "agency_launch_attempt_count": 771,
      "orbital_launch_attempt_count_year": 346,
      "location_launch_attempt_count_year": 94,
      "pad_launch_attempt_count_year": 18,
      "agency_launch_attempt_count_year": 152,
      "type": "normal"
    },
    {
      "id": "0a07a23e-606a-4589-bf3e-c3e41bd4de51",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0a07a23e-606a-4589-bf3e-c3e41bd4de51/?format=api",
      "slug": "falcon-9-block-5-sda-tranche-2-tracking-layer-a",
      "name": "Falcon 9 Block 5 | SDA Tranche 2 Tracking Layer A",
      "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-07-17T13:37:48Z",
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-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": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8882,
        "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": 7473,
        "name": "SDA Tranche 2 Tracking Layer A",
        "description": "Classified mission launched by the Space Development Agency (SDA) for Tranche 2 Tracking Layer.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        },
        "agencies": [
          {
            "id": 1056,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1056/?format=api",
            "name": "Space Development Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "SDA",
            "description": "The Space Development Agency (SDA) is a United States Space Force direct-reporting unit tasked with deploying disruptive space technology. A primary focus is space-based missile defense using large global satellite constellations made up of industry-procured low-cost satellites.",
            "administrator": "Director: Derek Tournear",
            "founding_year": "2019",
            "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.sda.mil/",
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Development_Agency",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520development2520agency_logo_20230806170522.jpg",
            "image_url": null,
            "nation_url": null
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1128,
          "total_landing_count": 77
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7519,
      "location_launch_attempt_count": 1170,
      "pad_launch_attempt_count": 18,
      "agency_launch_attempt_count": 771,
      "orbital_launch_attempt_count_year": 346,
      "location_launch_attempt_count_year": 94,
      "pad_launch_attempt_count_year": 18,
      "agency_launch_attempt_count_year": 152,
      "type": "normal"
    }
  ]
}