API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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.0.0/launch/?format=api&offset=7330&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7858,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7340&ordering=id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7320&ordering=id",
  "results": [
    {
      "id": "ededcfa7-40cb-4cd9-b3a9-c807ed186805",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ededcfa7-40cb-4cd9-b3a9-c807ed186805/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3a-agena-d-canyon-1",
      "name": "Atlas SLV-3A Agena D | Canyon 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-08-06T11:08:00Z",
      "window_end": "1968-08-06T11:08:00Z",
      "window_start": "1968-08-06T11:08:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3807,
        "configuration": {
          "id": 259,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 2225,
        "launch_library_id": null,
        "name": "Canyon 1",
        "description": "Canyon was the first series of NRO's near geostationary ELINT/SIGINT satellites launched under the designation AFP-827 or Program 7500 for NRO's Program A. They were focussed on communications intelligence (COMINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "edede52d-2230-4e2e-bae2-2dc48bc27cce",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/edede52d-2230-4e2e-bae2-2dc48bc27cce/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2-us-p-9",
      "name": "Tsiklon-2 | US-P 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1980-11-04T15:04:00Z",
      "window_end": "1980-11-04T15:04:00Z",
      "window_start": "1980-11-04T15:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5218,
        "configuration": {
          "id": 443,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
          "name": "Tsiklon-2",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 3628,
        "launch_library_id": null,
        "name": "US-P 9",
        "description": "Ocean surveillance satellite using passive ELINT devices",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 132,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/132/?format=api",
        "agency_id": null,
        "name": "90",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_132_20200803143344.jpg",
        "total_launch_count": 74
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "edf90ed7-a3e7-4225-b253-2c9736c52b74",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/edf90ed7-a3e7-4225-b253-2c9736c52b74/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-2",
      "name": "Titan IIID | KH-11 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-06-14T18:23:00Z",
      "window_end": "1978-06-14T18:23:00Z",
      "window_start": "1978-06-14T18:23:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4973,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3388,
        "launch_library_id": null,
        "name": "KH-11 2",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "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.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 882,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 266
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ee02a1f3-2370-460b-8dd6-27f30b5635dc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee02a1f3-2370-460b-8dd6-27f30b5635dc/?format=api",
      "launch_library_id": null,
      "slug": "zenit-xm-4",
      "name": "Zenit | XM-4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2006-10-30T23:48:59Z",
      "window_end": "2006-10-30T23:48:59Z",
      "window_start": "2006-10-30T23:48:59Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
        "name": "Sea Launch",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7291,
        "configuration": {
          "id": 11,
          "launch_library_id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/11/?format=api",
          "name": "Zenit",
          "family": "Zenith",
          "full_name": "Zenit 3SL",
          "variant": "3SL"
        }
      },
      "mission": {
        "id": 5680,
        "launch_library_id": null,
        "name": "XM-4",
        "description": "Geostationary communications satellite built by Hughes Space and Communications International",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/13/?format=api",
        "agency_id": 80,
        "name": "Launch Platform Odyssey",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
        "map_url": "https://www.google.com/maps?q=0.0,-154",
        "latitude": "0.0",
        "longitude": "-154.0",
        "location": {
          "id": 3,
          "url": "https://ll.thespacedevs.com/2.0.0/location/3/?format=api",
          "name": "Sea Launch",
          "country_code": "???",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
          "total_launch_count": 40,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
        "total_launch_count": 36
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "ee0396a4-3e8b-4e9d-9c93-cbf014814117",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee0396a4-3e8b-4e9d-9c93-cbf014814117/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-11k63-ds-p1-yu-58",
      "name": "Kosmos 11K63 | DS-P1-Yu 58",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-10-11T13:19:58Z",
      "window_end": "1972-10-11T13:19:58Z",
      "window_start": "1972-10-11T13:19:58Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4302,
        "configuration": {
          "id": 327,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2720,
        "launch_library_id": null,
        "name": "DS-P1-Yu 58",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ee0f7268-7df9-48f6-9dd2-e9954e6e5adb",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee0f7268-7df9-48f6-9dd2-e9954e6e5adb/?format=api",
      "launch_library_id": 1491,
      "slug": "ariane-5-eca-nss-12-thor-6",
      "name": "Ariane 5 ECA | NSS-12 & Thor 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2009-10-29T20:00:00Z",
      "window_end": "2009-10-29T20:00:00Z",
      "window_start": "2009-10-29T20:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 615,
        "configuration": {
          "id": 20,
          "launch_library_id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/20/?format=api",
          "name": "Ariane 5 ECA",
          "family": "Ariane",
          "full_name": "Ariane 5 ECA",
          "variant": "ECA"
        }
      },
      "mission": {
        "id": 625,
        "launch_library_id": 800,
        "name": "NSS-12 & Thor 6",
        "description": "NSS-12 is used to provide communications services for telecommunications providers, broadcasters, corporations and governments in Europe, Africa, the Middle East, India and other parts of Asia. It operates as 57 degrees East. Thor 6 is a Telenor satellite providing direct to home television services to Central and Eastern Europe from 1 degree West.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 77,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/77/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 3",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-3",
        "map_url": "https://www.google.com/maps?q=5.239,-52.768",
        "latitude": "5.239",
        "longitude": "-52.768",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 332,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
        "total_launch_count": 118
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ee1f78af-5240-4909-a6f1-54f03de8dd93",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee1f78af-5240-4909-a6f1-54f03de8dd93/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-11-20",
      "name": "Falcon 9 Block 5 | Starlink Group 11-20",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-29T02:04:50Z",
      "window_end": "2025-09-29T03:32:00Z",
      "window_start": "2025-09-28T23:32:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8722,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7313,
        "launch_library_id": null,
        "name": "Starlink Group 11-20",
        "description": "A batch of 28 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"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "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.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 882,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 266
      },
      "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.0.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.0.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"
        }
      ]
    },
    {
      "id": "ee2bad15-aa20-438c-9b80-e414f323ed1e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee2bad15-aa20-438c-9b80-e414f323ed1e/?format=api",
      "launch_library_id": null,
      "slug": "long-march-4b-zi-yuan-1-2b",
      "name": "Long March 4B | Zi Yuan 1-2B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-09-19T03:26:13Z",
      "window_end": "2007-09-19T03:26:13Z",
      "window_start": "2007-09-19T03:26:13Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 7329,
        "configuration": {
          "id": 10,
          "launch_library_id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
          "name": "Long March 4B",
          "family": "Long March",
          "full_name": "Long March 4B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 5718,
        "launch_library_id": null,
        "name": "Zi Yuan 1-2B",
        "description": "Chinese-Brazilian Earth observation satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 33,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/33/?format=api",
        "agency_id": null,
        "name": "Launch Complex 7",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.8489311,111.6079339",
        "latitude": "38.8489311",
        "longitude": "111.6079339",
        "location": {
          "id": 19,
          "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
          "name": "Taiyuan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "total_launch_count": 154,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_33_20200803143335.jpg",
        "total_launch_count": 32
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4b_l_image_20251209044050.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ee314030-f2f4-461d-b438-b2e661d12591",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee314030-f2f4-461d-b438-b2e661d12591/?format=api",
      "launch_library_id": 698,
      "slug": "safir-rasad-1",
      "name": "Safir | Rasad 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2011-06-15T09:15:03Z",
      "window_end": "2011-06-15T09:15:03Z",
      "window_start": "2011-06-15T09:15:03Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 34,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/34/?format=api",
        "name": "Iranian Space Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 1528,
        "configuration": {
          "id": 39,
          "launch_library_id": 56,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/39/?format=api",
          "name": "Safir",
          "family": "Nodong",
          "full_name": "Safir",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 58,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/58/?format=api",
        "agency_id": null,
        "name": "Safir Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Semnan_Space_Center#Circular_launch_platform",
        "map_url": "https://www.google.com/maps?q=35.23462,53.920936",
        "latitude": "35.23462",
        "longitude": "53.920936",
        "location": {
          "id": 2,
          "url": "https://ll.thespacedevs.com/2.0.0/location/2/?format=api",
          "name": "Semnan Space Center, Islamic Republic of Iran",
          "country_code": "IRN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_2_20200803142458.jpg",
          "total_launch_count": 15,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_58_20200803143301.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "ee41a4a4-e57c-435e-8445-73c5a3df0e15",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ee41a4a4-e57c-435e-8445-73c5a3df0e15/?format=api",
      "launch_library_id": null,
      "slug": "long-march-4b-shijian-6-group-05",
      "name": "Long March 4B | Shijian 6 Group 05",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-12-10T00:11:30Z",
      "window_end": "2021-12-10T00:27:00Z",
      "window_start": "2021-12-10T00:03:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2840,
        "configuration": {
          "id": 10,
          "launch_library_id": 16,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
          "name": "Long March 4B",
          "family": "Long March",
          "full_name": "Long March 4B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 5901,
        "launch_library_id": null,
        "name": "Shijian 6 Group 05",
        "description": "The SJ 6 (Shi Jian 6) series consisted of pairs of technology satellites, which were reported to be used to probe the space environment, radiation and its effects, record space physical environment parameters, and conduct other related space experiments.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 22,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/22/?format=api",
        "agency_id": null,
        "name": "Launch Area 94 (SLS-2 / 603)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": "40.960482",
        "longitude": "100.298059",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 283,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 136
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4b_l_image_20251209044050.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}