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

{
  "count": 7916,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=190&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=170&ordering=id",
  "results": [
    {
      "id": "05b9b308-f312-4b0e-b03a-9398addc9160",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05b9b308-f312-4b0e-b03a-9398addc9160/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-tselina-o-15",
      "name": "Kosmos-3M | Tselina-O 15",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-07-10T16:15:00Z",
      "window_end": "1972-07-10T16:15:00Z",
      "window_start": "1972-07-10T16:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4273,
        "configuration": {
          "id": 102,
          "launch_library_id": 122,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 2691,
        "launch_library_id": null,
        "name": "Tselina-O 15",
        "description": "The Tselina-O (11F616) was one component of two-satellite Tselina ELINT satellite system. Tselina-O provided general ELINT surveillance to be examined in detail by the larger Tselina-D satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 167,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/167/?format=api",
        "agency_id": null,
        "name": "132/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
        "map_url": "https://www.google.com/maps?q=62.883,40.869806",
        "latitude": "62.883",
        "longitude": "40.869806",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
        "total_launch_count": 172
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05bfe630-cfe7-4c2b-9234-a0a18c01e7fc",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05bfe630-cfe7-4c2b-9234-a0a18c01e7fc/?format=api",
      "launch_library_id": null,
      "slug": "proton-kd-1-luna-24",
      "name": "Proton-K/D-1 | Luna-24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-08-09T15:04:12Z",
      "window_end": "1976-08-09T15:04:12Z",
      "window_start": "1976-08-09T15:04:12Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4744,
        "configuration": {
          "id": 347,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/347/?format=api",
          "name": "Proton-K/D-1",
          "family": "Proton / UR-500",
          "full_name": "Proton-K/D-1",
          "variant": "D-1"
        }
      },
      "mission": {
        "id": 3162,
        "launch_library_id": null,
        "name": "Luna-24",
        "description": "Lunar lander and sample return probe",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 10,
          "name": "Lunar Impactor",
          "abbrev": "Lunar Impactor"
        }
      },
      "pad": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "location": {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": [
        {
          "id": 38,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/38/?format=api",
          "name": "Luna",
          "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
          "agencies": [
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
          "start_date": "1958-09-23T07:40:23Z",
          "end_date": "1976-08-22T17:55:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
        }
      ]
    },
    {
      "id": "05c00251-c8db-4922-9244-d1e407427962",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05c00251-c8db-4922-9244-d1e407427962/?format=api",
      "launch_library_id": 1660,
      "slug": "lvm-3-cms-03-gsat-7r",
      "name": "LVM-3 | CMS-03 (GSAT-7R)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-11-02T11:56:00Z",
      "window_end": "2025-11-02T11:56:00Z",
      "window_start": "2025-11-02T11:56:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 2176,
        "configuration": {
          "id": 172,
          "launch_library_id": 85,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/172/?format=api",
          "name": "LVM-3 (GSLV Mk III)",
          "family": "GSLV",
          "full_name": "Launch Vehicle Mark-3 (GSLV Mk III)",
          "variant": ""
        }
      },
      "mission": {
        "id": 6522,
        "launch_library_id": null,
        "name": "CMS-03 (GSAT-7R)",
        "description": "Communications Satellite for the Indian Navy, replacing GSAT-7 for secure real-time links between Indian warships, submarines, aircraft, and shore-based command centers across the Indian Ocean.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520iii_image_20190604000938.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05c21203-d2e5-4932-8376-f996301d1510",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05c21203-d2e5-4932-8376-f996301d1510/?format=api",
      "launch_library_id": null,
      "slug": "thor-agena-a-discoverer-9",
      "name": "Thor Agena A | Discoverer 9",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-02-04T18:51:45Z",
      "window_end": "1960-02-04T18:51:45Z",
      "window_start": "1960-02-04T18:51:45Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3057,
        "configuration": {
          "id": 392,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/392/?format=api",
          "name": "Thor Agena A",
          "family": "Thor",
          "full_name": "Thor Agena A",
          "variant": "Agena A"
        }
      },
      "mission": {
        "id": 1479,
        "launch_library_id": null,
        "name": "Discoverer 9",
        "description": "Discoverer 9 was an American optical reconnaissance satellite, the sixth of ten operational flights of the Corona KH-1 spy satellite series, and the first of them to be equipped with a new, vacuum-proof, polyester-based film. The satellite was not successfully orbited.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 95,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "05c78ae8-6d41-414f-9fda-52335c6143c0",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05c78ae8-6d41-414f-9fda-52335c6143c0/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiib-kh-8-8",
      "name": "Titan IIIB | KH-8 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1967-09-19T18:37:00Z",
      "window_end": "1967-09-19T18:37:00Z",
      "window_start": "1967-09-19T18:37:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3706,
        "configuration": {
          "id": 438,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/438/?format=api",
          "name": "Titan IIIB",
          "family": "Titan",
          "full_name": "Titan IIIB",
          "variant": "IIIB"
        }
      },
      "mission": {
        "id": 2124,
        "launch_library_id": null,
        "name": "KH-8 8",
        "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 156,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 894,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan_iiib_image_20251204210122.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05c9959f-7437-4991-9afd-fb003563df61",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05c9959f-7437-4991-9afd-fb003563df61/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-parus-47",
      "name": "Kosmos-3M | Parus 47",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1984-11-15T06:40:00Z",
      "window_end": "1984-11-15T06:40:00Z",
      "window_start": "1984-11-15T06:40:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5698,
        "configuration": {
          "id": 102,
          "launch_library_id": 122,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 4099,
        "launch_library_id": null,
        "name": "Parus 47",
        "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/28/?format=api",
        "agency_id": 163,
        "name": "132/1 (132L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
        "latitude": "62.883229",
        "longitude": "40.868549",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
        "total_launch_count": 212
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05cc2e97-f0d5-45a4-bfd6-f60ae8fe4729",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05cc2e97-f0d5-45a4-bfd6-f60ae8fe4729/?format=api",
      "launch_library_id": 1442,
      "slug": "ariane-5-eca-hot-bird-7-stentor",
      "name": "Ariane 5 ECA | Hot Bird 7 & Stentor",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "2002-12-11T22:21:00Z",
      "window_end": "2002-12-11T22:21:00Z",
      "window_start": "2002-12-11T22:21:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 487,
        "configuration": {
          "id": 20,
          "launch_library_id": 27,
          "url": "https://lldev.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": 598,
        "launch_library_id": 767,
        "name": "Hot Bird 7 & Stentor",
        "description": "Hot Bird 7 was a French communications satellite for direct to home broadcasting services from geostationary orbit at a longitude of 13 degrees East. Stentor is an experimental programme to validate technologies to be integrated into the next generation of telecommunications spacecraft.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 77,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 334,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
        "total_launch_count": 118
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05cd4b07-a079-4b27-803c-f75fbd39fff8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05cd4b07-a079-4b27-803c-f75fbd39fff8/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-tselina-2-14",
      "name": "Zenit-2 | Tselina-2 14",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-09-16T07:36:19Z",
      "window_end": "1993-09-16T07:36:19Z",
      "window_start": "1993-09-16T07:36:19Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 6545,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4935,
        "launch_library_id": null,
        "name": "Tselina-2 14",
        "description": "Second generation ELING satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05dd7196-7253-4ab2-b11b-be2a9be0f830",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05dd7196-7253-4ab2-b11b-be2a9be0f830/?format=api",
      "launch_library_id": null,
      "slug": "ariane-6-comsatbw-1b-satcombw-stufe-3-1",
      "name": "Ariane 6 | COMSATBw 1B (SATCOMBw Stufe 3-1)",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2029-12-31T00:00:00Z",
      "window_end": "2029-12-31T00:00:00Z",
      "window_start": "2029-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8727,
        "configuration": {
          "id": 506,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/506/?format=api",
          "name": "Ariane 6",
          "family": "Ariane",
          "full_name": "Ariane 6",
          "variant": "N/A"
        }
      },
      "mission": {
        "id": 7318,
        "launch_library_id": null,
        "name": "COMSATBw 1B (SATCOMBw Stufe 3-1)",
        "description": "First of two satellites of Germany's next generation of secure military satellite system. For the Bundeswehr, Airbus is the prime contractor for the design, integration, test and in orbit delivery of two new military GEO telecommunications satellites which are the successor communications satellites to COMSATBw 1 and 2.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 67,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/67/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 4",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
        "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
        "latitude": "5.256319",
        "longitude": "-52.786838",
        "location": {
          "id": 13,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 334,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "05ea7f72-be63-473f-9e1f-e3fc96111fe6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/05ea7f72-be63-473f-9e1f-e3fc96111fe6/?format=api",
      "launch_library_id": null,
      "slug": "ariane-42l-galaxy-10r",
      "name": "Ariane 42L | Galaxy 10R",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2000-01-25T01:04:00Z",
      "window_end": "2000-01-25T01:04:00Z",
      "window_start": "2000-01-25T01:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6965,
        "configuration": {
          "id": 223,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/223/?format=api",
          "name": "Ariane 42L",
          "family": "Ariane",
          "full_name": "Ariane 42L",
          "variant": "42L"
        }
      },
      "mission": {
        "id": 5354,
        "launch_library_id": null,
        "name": "Galaxy 10R",
        "description": "American communications satellite.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/124/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
        "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
        "latitude": "5.232",
        "longitude": "-52.778194",
        "location": {
          "id": 13,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 334,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
        "total_launch_count": 119
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_42l_at_e_image_20240401083718.png",
      "infographic": null,
      "program": []
    }
  ]
}