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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=210&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=190&ordering=-name",
  "results": [
    {
      "id": "1fa6e219-a2cc-414c-b323-4b20fa7e874f",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/1fa6e219-a2cc-414c-b323-4b20fa7e874f/?format=api",
      "slug": "kinetica-1-7-satellites",
      "name": "Kinetica 1 | 7 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": "2025-08-26T11:51:18Z",
      "net": "2025-08-19T07:33:00Z",
      "window_end": "2025-08-19T07:51:00Z",
      "window_start": "2025-08-19T07:25: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://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8680,
        "configuration": {
          "id": 483,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7272,
        "name": "7 satellites",
        "description": "A share ride mission of 7 various Earth observation and technological demonstration satellites:\r\n\r\n* AIRSAT-05/Haishao-2\r\n* Tianyan 26\r\n* Duogongneng Shiyan-2 01-03\r\n* ThumbSat-1/2 (Mexico)",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 151,
        "url": "https://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7035,
      "location_launch_attempt_count": 256,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 186,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "82cbee8b-4a94-4bff-a444-328b8db4da78",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/82cbee8b-4a94-4bff-a444-328b8db4da78/?format=api",
      "slug": "kinetica-1-6-satellites",
      "name": "Kinetica 1 | 6 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": "2025-05-21T13:05:20Z",
      "net": "2025-05-21T04:05:00Z",
      "window_end": "2025-05-21T04:15:00Z",
      "window_start": "2025-05-21T03:54: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://lldev.thespacedevs.com/2.2.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8614,
        "configuration": {
          "id": 483,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
          "name": "Kinetica 1",
          "family": "",
          "full_name": "Kinetica 1",
          "variant": ""
        }
      },
      "mission": {
        "id": 7206,
        "name": "6 satellites",
        "description": "Carried 6 satellites to Sun-synchronous orbit, including commercial Earth observation satellites Taijing-3-04 & Taijing-4-02A:\r\n\r\n* Taijing-3-04\r\n* Taijing-4-02A\r\n* Xingrui-11\r\n* Xiguang-1 02\r\n* Xingjiyuan-1\r\n* Cube-108 001",
        "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://lldev.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://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6961,
      "location_launch_attempt_count": 251,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 7,
      "orbital_launch_attempt_count_year": 112,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "cd4bb934-0652-4425-9a5c-bbe5e467ade4",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/cd4bb934-0652-4425-9a5c-bbe5e467ade4/?format=api",
      "slug": "kairos-flight-3",
      "name": "KAIROS | Flight 3",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2026-03-05T20:20:16Z",
      "net": "2026-03-05T02:10:00Z",
      "window_end": "2026-03-05T02:20:00Z",
      "window_start": "2026-03-05T02:10: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": "AFTS activated at T+68.8 seconds, cause under investigation with possibility of mis-activation.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1083,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1083/?format=api",
        "name": "Space One",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8852,
        "configuration": {
          "id": 507,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/507/?format=api",
          "name": "KAIROS",
          "family": "",
          "full_name": "Kii-based Advanced & Instant ROcket System",
          "variant": ""
        }
      },
      "mission": {
        "id": 7443,
        "name": "Flight 3",
        "description": "Third flight of the KAIROS launch vehicle. \r\n\r\n5 satellites will be on board:\r\n\r\n* TATARA-1R\r\n* SC-Sat1a\r\n* HErO\r\n* AETS-1\r\n* Nutsat-3 (TASA/Taiwan)",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 220,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/220/?format=api",
        "agency_id": null,
        "name": "Space One Launch Pad",
        "description": "",
        "info_url": "https://www.space-one.co.jp/",
        "wiki_url": null,
        "map_url": null,
        "latitude": "33.544224",
        "longitude": "135.889502",
        "location": {
          "id": 166,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/166/?format=api",
          "name": "Spaceport Kii, Japan",
          "country_code": "JPN",
          "description": "Spaceport Kii is a commercial spaceport located in Kushimoto, Wakayama Prefecture in Japan.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_space_port_kii252c_japan_20240126073749.jpg",
          "timezone_name": "Asia/Tokyo",
          "total_launch_count": 3,
          "total_landing_count": 0
        },
        "country_code": "JPN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_space_one_launch_pad_20240126074332.jpg",
        "total_launch_count": 3,
        "orbital_launch_attempt_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kairos_image_20240216144656.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7219,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 46,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "84f8dd64-8146-45e1-b34c-7df662a59c65",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/84f8dd64-8146-45e1-b34c-7df662a59c65/?format=api",
      "slug": "hyperbola-3-demo-flight",
      "name": "Hyperbola-3 | Demo 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": "2025-12-01T16:44:54Z",
      "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": 274,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/274/?format=api",
        "name": "i-Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8825,
        "configuration": {
          "id": 543,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/543/?format=api",
          "name": "Hyperbola-3",
          "family": "",
          "full_name": "Hyperbola-3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7416,
        "name": "Demo Flight",
        "description": "First test launch of i-Space’s Hyperbola-3 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 219,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/219/?format=api",
        "agency_id": null,
        "name": "Commercial LC-2",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Commercial_Space_Launch_Site",
        "map_url": "https://www.google.com/maps?q=19.59755,110.936481",
        "latitude": "19.59755",
        "longitude": "110.936481",
        "location": {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/8/?format=api",
          "name": "Wenchang Space Launch Site, People's Republic of China",
          "country_code": "CHN",
          "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 58,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_commercial_lc-2_20231225074048.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 64,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "c46b51f7-e36e-44a6-b9ec-f4e6e0e1a8ee",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/c46b51f7-e36e-44a6-b9ec-f4e6e0e1a8ee/?format=api",
      "slug": "hyperbola-1-kunpeng-03",
      "name": "Hyperbola-1 | Kunpeng-03",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-08-26T11:01:27Z",
      "net": "2025-07-29T04:11:00Z",
      "window_end": "2025-07-29T05:00:00Z",
      "window_start": "2025-07-29T04:03: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": 274,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/274/?format=api",
        "name": "i-Space",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8664,
        "configuration": {
          "id": 193,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/193/?format=api",
          "name": "Hyperbola-1",
          "family": "",
          "full_name": "Hyperbola-1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 7256,
        "name": "Kunpeng-03",
        "description": "Commercial Earth observation satellite in SSO with sub-meter resolution capability.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 21,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/21/?format=api",
        "agency_id": null,
        "name": "Launch Area 95A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
        "latitude": "40.969117",
        "longitude": "100.343333",
        "location": {
          "id": 17,
          "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
        "total_launch_count": 66,
        "orbital_launch_attempt_count": 66
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hyperbola-1_in__image_20240711064715.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7013,
      "location_launch_attempt_count": 254,
      "pad_launch_attempt_count": 60,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 164,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "87d3fde4-e6f6-4e8b-bc9a-d5c28915acb3",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/87d3fde4-e6f6-4e8b-bc9a-d5c28915acb3/?format=api",
      "slug": "h-iia-202-gosat-gw-ibuki-gw",
      "name": "H-IIA 202 | GOSAT-GW (Ibuki GW)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-06-29T02:13:13Z",
      "net": "2025-06-28T16:33:03Z",
      "window_end": "2025-06-28T16:52:00Z",
      "window_start": "2025-06-28T16:33:03Z",
      "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": 37,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
        "name": "Japan Aerospace Exploration Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 156,
        "configuration": {
          "id": 32,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/32/?format=api",
          "name": "H-IIA",
          "family": "H-II",
          "full_name": "H-IIA 202",
          "variant": "202"
        }
      },
      "mission": {
        "id": 5892,
        "name": "GOSAT-GW (Ibuki GW)",
        "description": "GOSAT-GW (Greenhouse Gases Observing Satellite Greenhouse gases and Water cycle), also known as Ibuki GW and formerly known as GOSAT 3, is JAXA's next generation satellite to monitor the greenhosue gases like carbon dioxide in the Earth's atmosphere. It is the follow on to the GOSAT 2 (Ibuki 2) and GCOM-W (Shizuku) missions.\r\n\r\nGOSAT-GW will have two missions: greenhouse gases observation for Japan's Ministry of the Environment and the National Institute for Environmental Studies (NIES), and water-cycle observation for JAXA. By developing the GOSAT-GW satellite, Mitsubishi Electric will contribute to measures for preventing disasters attributed to global warming and climate change, and to advance scientific and technological methods that enable more accurate prediction of climate change.\r\n\r\nIn December 2013, Mitsubishi Electric (MELCO) was selected as the prime contractor for the spacecraft and the instruments.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [
          {
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "featured": true,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "JAXA",
            "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
            "administrator": "Administrator: Hiroshi Yamakawa",
            "founding_year": "2003",
            "launchers": "H-II",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 37,
            "consecutive_successful_launches": 2,
            "successful_launches": 33,
            "failed_launches": 4,
            "pending_launches": 2,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.jaxa.jp/",
            "wiki_url": "https://en.wikipedia.org/wiki/Japan_Aerospace_Exploration_Agency",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
            "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_nation_20230531052930.png"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 41,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/41/?format=api",
        "agency_id": 37,
        "name": "Yoshinobu Launch Complex LP-1",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
        "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
        "latitude": "30.400813",
        "longitude": "130.977748",
        "location": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/26/?format=api",
          "name": "Tanegashima Space Center, Japan",
          "country_code": "JPN",
          "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
          "timezone_name": "Asia/Tokyo",
          "total_launch_count": 97,
          "total_landing_count": 0
        },
        "country_code": "JPN",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_41_20200803143551.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6994,
      "location_launch_attempt_count": 95,
      "pad_launch_attempt_count": 57,
      "agency_launch_attempt_count": 37,
      "orbital_launch_attempt_count_year": 145,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "3785d31d-770f-4622-b7e4-a683dbd34c39",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/3785d31d-770f-4622-b7e4-a683dbd34c39/?format=api",
      "slug": "haste-thats-not-a-knife-dart-ae",
      "name": "HASTE | That's Not A Knife (DART AE)",
      "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-02-28T00:18:32Z",
      "net": "2026-02-28T00:00:00Z",
      "window_end": "2026-02-28T00:45:00Z",
      "window_start": "2026-02-27T21:00:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": 90,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8093,
        "configuration": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 6648,
        "name": "That's Not A Knife (DART AE)",
        "description": "Payload is a scramjet-powered hypersonic vehicle developed by by Australian company Hypersonix.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [
          {
            "id": 1025,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1025/?format=api",
            "name": "United States Departement of Defense",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "DoD",
            "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.",
            "administrator": null,
            "founding_year": "1947",
            "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.defense.gov",
            "wiki_url": "https://en.wikipedia.org/wiki/United_States_Department_of_Defense",
            "logo_url": null,
            "image_url": null,
            "nation_url": null
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 79,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/79/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
        "latitude": "37.833262",
        "longitude": "-75.488235",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_on_lc-_image_20260227083412.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 85,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 82,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "089a182d-7e8a-48d8-815c-eefbade8110c",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/089a182d-7e8a-48d8-815c-eefbade8110c/?format=api",
      "slug": "haste-prometheus-run-van",
      "name": "HASTE | Prometheus Run (VAN)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-11-18T18:43:27Z",
      "net": "2025-11-18T13:00:00Z",
      "window_end": "2025-11-18T18:00:00Z",
      "window_start": "2025-11-18T12:45: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": 147,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8791,
        "configuration": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 7382,
        "name": "Prometheus Run (VAN)",
        "description": "Sub-orbital launch under Rocket Lab’s Hypersonic Accelerator Suborbital Test Electron (HASTE) program.\r\n\r\nThis mission was lead by MDA and deployed a government-provided primary payload developed by the John Hopkins University Applied Physics Laboratory (JHUAPL), and multiple secondary payloads by federal and industry partners, which tested key technologies for missile defense applications.\r\n\r\nThe mission was contracted to Rocket Lab through the DIU’s Hypersonic and High-Cadence Airborne Testing Capabilities (HyCAT) program, an initiative supporting test and evaluation of new and emerging hypersonic technologies through low cost, responsive and long endurance flight testing.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [
          {
            "priority": 10,
            "source": "rocketlabcorp.com",
            "title": "Prometheus Run",
            "description": "\"Prometheus Run\" was Rocket Lab's latest launch on HASTE - our commercial launch vehicle for regular and reliable hypersonic test flights - which took place from Rocket Lab Launch Complex 2 on Wallops Island, Virginia at TIME on DATE\n\nLed by Missile Defense Agency (MDA) through the Defense Innovatio...",
            "feature_image": null,
            "url": "https://rocketlabcorp.com/missions/missions-launched/prometheus-run/",
            "type": {
              "id": 1,
              "name": "Official Page"
            },
            "language": {
              "id": 1,
              "name": "English",
              "code": "en"
            }
          }
        ],
        "vid_urls": []
      },
      "pad": {
        "id": 79,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/79/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
        "latitude": "37.833262",
        "longitude": "-75.488235",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 83,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 75,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 17,
      "type": "normal"
    },
    {
      "id": "71489c66-8ecd-4610-9847-3620a543fd75",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/71489c66-8ecd-4610-9847-3620a543fd75/?format=api",
      "slug": "haste-leidos-5",
      "name": "HASTE | Leidos-5",
      "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": "2025-12-18T17:32:27Z",
      "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": 147,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8025,
        "configuration": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 79,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/79/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
        "latitude": "37.833262",
        "longitude": "-75.488235",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 92,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 109,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    },
    {
      "id": "0196fba7-dd6c-4ba0-bf71-e1460930ffde",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/0196fba7-dd6c-4ba0-bf71-e1460930ffde/?format=api",
      "slug": "haste-leidos-4",
      "name": "HASTE | Leidos-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": "2025-12-18T17:31:22Z",
      "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": 147,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8024,
        "configuration": {
          "id": 26,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 79,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/79/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
        "latitude": "37.833262",
        "longitude": "-75.488235",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
        "total_launch_count": 11,
        "orbital_launch_attempt_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7441,
      "location_launch_attempt_count": 92,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 109,
      "orbital_launch_attempt_count_year": 268,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    }
  ]
}