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

{
  "count": 7854,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3090&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3070&ordering=-last_updated",
  "results": [
    {
      "id": "0c540f83-4254-411e-a211-aa5360696b82",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0c540f83-4254-411e-a211-aa5360696b82/?format=api",
      "slug": "long-march-2d-fanhui-shi-weixing-17",
      "name": "Long March 2D | Fanhui Shi Weixing (17)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T15:48:04Z",
      "net": "1996-10-20T07:20:00Z",
      "window_end": "1996-10-20T07:20:00Z",
      "window_start": "1996-10-20T07:20:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
        "name": "China Aerospace Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 6752,
        "configuration": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/17/?format=api",
          "name": "Long March 2D",
          "family": "Long March",
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 5142,
        "name": "Fanhui Shi Weixing (17)",
        "description": "The FSW-2 (Fanhui Shi Weixing) or JB-1B series was the second series of chinese recoverable satellites. These satellites feature cameras for Earth observation.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4104,
      "location_launch_attempt_count": 28,
      "pad_launch_attempt_count": 26,
      "agency_launch_attempt_count": 13,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "dd8c1f10-e3b9-49ce-b945-fa071c53404b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/dd8c1f10-e3b9-49ce-b945-fa071c53404b/?format=api",
      "slug": "feng-bao-1-jssw-1",
      "name": "Feng Bao 1 | JSSW 1",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T15:48:04Z",
      "net": "1975-07-26T13:30:00Z",
      "window_end": "1975-07-26T13:30:00Z",
      "window_start": "1975-07-26T13:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4609,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 3027,
        "name": "JSSW 1",
        "description": "Experimental Chinese satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1725,
      "location_launch_attempt_count": 6,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 6,
      "orbital_launch_attempt_count_year": 74,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b7cbba65-b788-466e-914a-13d3965a0353",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b7cbba65-b788-466e-914a-13d3965a0353/?format=api",
      "slug": "long-march-2-fsw-0-3",
      "name": "Long March 2 | FSW-0 3",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T15:48:04Z",
      "net": "1978-01-26T05:00:00Z",
      "window_end": "1978-01-26T05:00:00Z",
      "window_start": "1978-01-26T05:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4924,
        "configuration": {
          "id": 266,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/266/?format=api",
          "name": "Long March 2A",
          "family": "Long March",
          "full_name": "Long March 2A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 3340,
        "name": "FSW-0 3",
        "description": "Chinese Fanhui Shi Weixing recoverable reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-2a_liftoff_image_20251126110148.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2056,
      "location_launch_attempt_count": 12,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 12,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "962c04a2-bc8a-4fd7-9ffd-a2273bbd710c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/962c04a2-bc8a-4fd7-9ffd-a2273bbd710c/?format=api",
      "slug": "feng-bao-1-shi-jian-2",
      "name": "Feng Bao 1 | Shi Jian 2",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T15:48:04Z",
      "net": "1979-07-27T21:28:00Z",
      "window_end": "1979-07-27T21:28:00Z",
      "window_start": "1979-07-27T21:28:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 5098,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 3510,
        "name": "Shi Jian 2",
        "description": "Chinese micrometeoroids and debris research satellite",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2244,
      "location_launch_attempt_count": 13,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 13,
      "orbital_launch_attempt_count_year": 71,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "e59e0d68-4f73-4903-a1b2-a3e68669096a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e59e0d68-4f73-4903-a1b2-a3e68669096a/?format=api",
      "slug": "feng-bao-1-shi-jian-2-2a-2b",
      "name": "Feng Bao 1 | Shi Jian 2, 2A, 2B",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T15:48:04Z",
      "net": "1981-09-19T21:28:40Z",
      "window_end": "1981-09-19T21:28:40Z",
      "window_start": "1981-09-19T21:28:40Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 5324,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 3732,
        "name": "Shi Jian 2, 2A, 2B",
        "description": "Three Chinese experimental satellites designed to study the micrometeoroids and debris environment in near-Earth space",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2486,
      "location_launch_attempt_count": 14,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 14,
      "orbital_launch_attempt_count_year": 95,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "ba7b8eeb-feef-45ac-b884-204b2385f2e2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ba7b8eeb-feef-45ac-b884-204b2385f2e2/?format=api",
      "slug": "feng-bao-1-jssw-1b",
      "name": "Feng Bao 1 | JSSW 1b",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T15:48:03Z",
      "net": "1974-07-12T13:55:00Z",
      "window_end": "1974-07-12T13:55:00Z",
      "window_start": "1974-07-12T13:55:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4490,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 2908,
        "name": "JSSW 1b",
        "description": "Experimental Chinese satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1596,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 58,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "f9388eac-5b56-4eb8-8203-68d0b73afefe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f9388eac-5b56-4eb8-8203-68d0b73afefe/?format=api",
      "slug": "feng-bao-1-jssw-4",
      "name": "Feng Bao 1 | JSSW 4",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T15:48:03Z",
      "net": "1976-11-10T09:05:00Z",
      "window_end": "1976-11-10T09:05:00Z",
      "window_start": "1976-11-10T09:05:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4772,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 3189,
        "name": "JSSW 4",
        "description": "Experimental Chinese satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1896,
      "location_launch_attempt_count": 10,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": 113,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "866ad4df-06e4-4103-9d9d-82ee079eb461",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/866ad4df-06e4-4103-9d9d-82ee079eb461/?format=api",
      "slug": "long-march-2-fsw-0-0",
      "name": "Long March 2 | FSW-0 0",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T15:48:03Z",
      "net": "1974-11-05T09:40:00Z",
      "window_end": "1974-11-05T09:40:00Z",
      "window_start": "1974-11-05T09:40:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4524,
        "configuration": {
          "id": 266,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/266/?format=api",
          "name": "Long March 2A",
          "family": "Long March",
          "full_name": "Long March 2A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 2942,
        "name": "FSW-0 0",
        "description": "Chinese Fanhui Shi Weixing recoverable reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cz-2a_liftoff_image_20251126110148.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1633,
      "location_launch_attempt_count": 5,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 95,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "8e86cacb-19b5-4dc5-a505-2e7ab324d1ee",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8e86cacb-19b5-4dc5-a505-2e7ab324d1ee/?format=api",
      "slug": "feng-bao-1-jssw-1a",
      "name": "Feng Bao 1 | JSSW 1a",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T15:48:03Z",
      "net": "1973-09-18T12:12:00Z",
      "window_end": "1973-09-18T12:12:00Z",
      "window_start": "1973-09-18T12:12:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4396,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 2814,
        "name": "JSSW 1a",
        "description": "Experimental Chinese satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1494,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 72,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "726579fa-ae62-416c-bfa5-4b9e98070131",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/726579fa-ae62-416c-bfa5-4b9e98070131/?format=api",
      "slug": "feng-bao-1-jssw-2",
      "name": "Feng Bao 1 | JSSW 2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T15:48:03Z",
      "net": "1975-12-16T09:21:00Z",
      "window_end": "1975-12-16T09:21:00Z",
      "window_start": "1975-12-16T09:21:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1035,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
        "name": "Seventh Ministry of Machine Building Industry",
        "type": "Government"
      },
      "rocket": {
        "id": 4656,
        "configuration": {
          "id": 318,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/318/?format=api",
          "name": "Feng Bao 1",
          "family": "",
          "full_name": "Feng Bao 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 3074,
        "name": "JSSW 2",
        "description": "Experimental Chinese satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 143,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
        "agency_id": null,
        "name": "Launch Area 2B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
        "latitude": "41.306143",
        "longitude": "100.313229",
        "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": 283,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
        "total_launch_count": 26,
        "orbital_launch_attempt_count": 26
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1776,
      "location_launch_attempt_count": 8,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 125,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    }
  ]
}