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

{
  "count": 7924,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1810&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1790&ordering=-id",
  "results": [
    {
      "id": "c4f2d8e3-6c5b-4855-9b12-743b1808f6c6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4f2d8e3-6c5b-4855-9b12-743b1808f6c6/?format=api",
      "launch_library_id": 1289,
      "slug": "pslv-xl-cartosat-2e",
      "name": "PSLV XL | Cartosat-2E",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2017-06-23T03:59:00Z",
      "window_end": "2017-06-23T07:30:00Z",
      "window_start": "2017-06-23T03:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 2011,
        "configuration": {
          "id": 38,
          "launch_library_id": 38,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/38/?format=api",
          "name": "PSLV-XL",
          "family": "PSLV",
          "full_name": "PSLV XL",
          "variant": "XL"
        }
      },
      "mission": {
        "id": 416,
        "launch_library_id": 537,
        "name": "Cartosat-2E",
        "description": "Cartosat-2E is seventh of Cartosat series of Earth observation satellites to be deployed in 500 km sun-synchronous orbit. Its main purpose is to collect high resolution large-scale maps which will be used for urban planning, infrastructure development, utilities planning and traffic management.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 50,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/50/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre First Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.733,80.235",
        "latitude": "13.733",
        "longitude": "80.235",
        "location": {
          "id": 14,
          "url": "https://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_50_20200803143457.jpg",
        "total_launch_count": 63
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pslv_image_20190224012254.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c4f0a192-7af6-4a8d-b868-6b17a8db0b9a",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4f0a192-7af6-4a8d-b868-6b17a8db0b9a/?format=api",
      "launch_library_id": null,
      "slug": "ariane-44l-jcsat-2a",
      "name": "Ariane 44L | JCSAT 2A",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2002-03-29T01:29:00Z",
      "window_end": "2002-03-29T01:29:00Z",
      "window_start": "2002-03-29T01:29: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": 7081,
        "configuration": {
          "id": 225,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 5470,
        "launch_library_id": null,
        "name": "JCSAT 2A",
        "description": "Japanese domestic communications",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "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_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c4f09b34-bfaa-4502-a477-1913abca44a2",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4f09b34-bfaa-4502-a477-1913abca44a2/?format=api",
      "launch_library_id": 709,
      "slug": "zenit-3f-spektr-r-radioastron",
      "name": "Zenit-3F | Spektr-R (RadioAstron)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2011-07-18T02:31:18Z",
      "window_end": "2011-07-18T02:31:18Z",
      "window_start": "2011-07-18T02:31:18Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 1540,
        "configuration": {
          "id": 58,
          "launch_library_id": 63,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/58/?format=api",
          "name": "Zenit 3F",
          "family": "Zenith",
          "full_name": "Zenit",
          "variant": ""
        }
      },
      "mission": {
        "id": 144,
        "launch_library_id": 747,
        "name": "Spektr-R (RadioAstron)",
        "description": "The RadioAstron is an international space Very Long Baseline Interferometry project led by the Astro Space Center of Lebedev Physical Institute in Moscow, Russia. The aim of the mission is to use the Spektr-R space telescope to conduct interferometer observations in conjunction with the global ground radio telescope network in order to obtain images, coordinates, motions and evolution of angular structure of different radio emitting objects in the Universe with the extraordinary high angular resolution.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "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": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "c4ef4614-99bb-4da4-ab0c-180ec2faf6cc",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4ef4614-99bb-4da4-ab0c-180ec2faf6cc/?format=api",
      "launch_library_id": null,
      "slug": "thor-agena-a-discoverer-3",
      "name": "Thor Agena A | Discoverer 3",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1959-06-03T20:09:20Z",
      "window_end": "1959-06-03T20:09:20Z",
      "window_start": "1959-06-03T20:09:20Z",
      "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": 3040,
        "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": 1462,
        "launch_library_id": null,
        "name": "Discoverer 3",
        "description": "The Discoverer 3 reconnaissance satellite failed to reach orbit due to a failure of the Agena A upper stage.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "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": 897,
          "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": "c4db6995-f25f-4608-8eb9-ce95d5226af2",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4db6995-f25f-4608-8eb9-ce95d5226af2/?format=api",
      "launch_library_id": 1081,
      "slug": "atlas-v-541-mars-2020-perseverance-rover-ingenuity",
      "name": "Atlas V 541 | Mars 2020 (Perseverance rover & Ingenuity helicopter)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2020-07-30T11:50:00Z",
      "window_end": "2020-07-30T13:50:00Z",
      "window_start": "2020-07-30T11:50:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 157,
        "configuration": {
          "id": 1,
          "launch_library_id": 2,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/1/?format=api",
          "name": "Atlas V 541",
          "family": "Atlas",
          "full_name": "Atlas V 541",
          "variant": "541"
        }
      },
      "mission": {
        "id": 1126,
        "launch_library_id": 1323,
        "name": "Mars 2020 (Perseverance rover & Ingenuity helicopter)",
        "description": "Atop this ULA Atlas V rocket will be Perseverance, a car-sized rover which will explore an ancient river delta on Mars. Armed with a suite of six scientific instruments, Perseverance will primarily hunt for clues to the planet's distant past, and hopefully uncover signs of ancient life and habitability. The rover also carries an experiment that'll convert carbon dioxide into oxygen, a box-sized helicopter named Ingenuity that'll demonstrate powered flight on Mars, and a system that enables the rover to leave behind samples for later retrieval and return to Earth during NASA and ESA's ambitious sample return mission later this decade.",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1120,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 125
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas2520v252_image_20200729144937.jpg",
      "infographic": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/infographic_images/atlas2520v252_infographic_20200806042150.png",
      "program": [
        {
          "id": 36,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/36/?format=api",
          "name": "NASA Large Strategic Science Missions",
          "description": "NASA's large strategic science missions or large strategic missions, formerly known as Flagship missions or Flagship-class missions, are the costliest and most capable NASA science spacecraft. Flagship missions exist within all four divisions of NASA's Science Mission Directorate (SMD): the astrophysics, Earth science, heliophysics and planetary science divisions.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa2520large_program_20240205122003.jpeg",
          "start_date": "1975-08-22T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Large_strategic_science_missions"
        }
      ]
    },
    {
      "id": "c4d9b6ee-d2ad-43d6-8312-70d2c663dae8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4d9b6ee-d2ad-43d6-8312-70d2c663dae8/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-4-fr-1",
      "name": "Scout X-4 | FR-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-12-06T21:05:47Z",
      "window_end": "1965-12-06T21:05:47Z",
      "window_start": "1965-12-06T21:05:47Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 46,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "type": "Government"
      },
      "rocket": {
        "id": 3464,
        "configuration": {
          "id": 370,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/370/?format=api",
          "name": "Scout X-4",
          "family": "Scout",
          "full_name": "Scout X-4",
          "variant": "4"
        }
      },
      "mission": {
        "id": 1884,
        "launch_library_id": null,
        "name": "FR-1",
        "description": "The FR 1 (France 1) spacecraft was a small spacecraft carrying two experiments. One was designed to observe VLF signals from earth-based transmitters, and the other was an electron density probe measuring electron concentration at the satellite.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 154,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/154/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 5",
        "info_url": "https://www.astronautix.com/v/vandenbergslc5.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
        "latitude": "34.608",
        "longitude": "-120.6247",
        "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": 897,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
        "total_launch_count": 69
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/scout_x-4_s122__image_20240311075016.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c4d93ee1-f18d-4277-8afd-85befc2da3a1",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4d93ee1-f18d-4277-8afd-85befc2da3a1/?format=api",
      "launch_library_id": null,
      "slug": "new-shepard-ns-11",
      "name": "New Shepard | NS-11",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2019-05-02T13:35:13Z",
      "window_end": "2019-05-02T15:30:00Z",
      "window_start": "2019-05-02T13:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2467,
        "configuration": {
          "id": 137,
          "launch_library_id": 9999,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 999,
        "launch_library_id": 9998,
        "name": "NS-11",
        "description": "New Shepard flight 11 will fly 38 microgravity research payloads to space.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c4d68881-12fe-40ca-b91c-9b6097490122",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4d68881-12fe-40ca-b91c-9b6097490122/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-yantar-4k1-4",
      "name": "Soyuz U | Yantar-4K1 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-06-08T12:00:00Z",
      "window_end": "1982-06-08T12:00:00Z",
      "window_start": "1982-06-08T12:00: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": 5410,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3817,
        "launch_library_id": null,
        "name": "Yantar-4K1 4",
        "description": "Second generation high resolution film-return Yantar reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "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_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "c4d57015-030e-4734-8746-69f6f241aa7e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4d57015-030e-4734-8746-69f6f241aa7e/?format=api",
      "launch_library_id": 198,
      "slug": "ariane-5-eca-thor-7-sicral-2",
      "name": "Ariane 5 ECA | Thor-7 & SICRAL-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2015-04-26T20:00:07Z",
      "window_end": "2015-04-26T20:00:07Z",
      "window_start": "2015-04-26T20:00:07Z",
      "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": 1054,
        "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": 658,
        "launch_library_id": 827,
        "name": "Thor-7 & SICRAL-2",
        "description": "Thor 7 is an SSL built satellite serving maritime customers. SICRAL-2 is part of the Syracuse constellation serving French military, allowing mainland France and military units to communicate from around the world.",
        "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": "c4c6c71b-ebcb-4158-b2d9-0414842c30de",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/c4c6c71b-ebcb-4158-b2d9-0414842c30de/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-yantar-4k2-35",
      "name": "Soyuz U | Yantar-4K2 35",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-12-14T11:29:59Z",
      "window_end": "1987-12-14T11:29:59Z",
      "window_start": "1987-12-14T11:29:59Z",
      "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": 6022,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4413,
        "launch_library_id": null,
        "name": "Yantar-4K2 35",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "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_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}