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

{
  "count": 7943,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=90&ordering=net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=70&ordering=net",
  "results": [
    {
      "id": "d203ad0f-2f6f-4533-9641-b211b5770421",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d203ad0f-2f6f-4533-9641-b211b5770421/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-ablestar-courier-1a",
      "name": "Thor DM-21 Ablestar | Courier 1A",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-08-18T19:58:00Z",
      "window_end": "1960-08-18T19:58:00Z",
      "window_start": "1960-08-18T19:58: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": 3076,
        "configuration": {
          "id": 187,
          "launch_library_id": 202,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1498,
        "launch_library_id": null,
        "name": "Courier 1A",
        "description": "An active repeater communications satellite. The vehicle failed during liftoff.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1123,
          "total_landing_count": 76
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "5d75ee96-a897-499f-8f48-7d98d78fc01c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/5d75ee96-a897-499f-8f48-7d98d78fc01c/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8k72-korabl-sputnik-2-2",
      "name": "Vostok 8K72 | Korabl'-Sputnik-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-08-19T08:44:06Z",
      "window_end": "1960-08-19T08:44:06Z",
      "window_start": "1960-08-19T08:44:06Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 3077,
        "configuration": {
          "id": 453,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/453/?format=api",
          "name": "Vostok 8K72",
          "family": "Vostok",
          "full_name": "Vostok 8K72",
          "variant": "8K72"
        }
      },
      "mission": {
        "id": 1499,
        "launch_library_id": null,
        "name": "Korabl'-Sputnik-2",
        "description": "A test of the Vostok capsule which carried dogs Belka and Stelka (amonst other animals) the flight was successful and all animals were recovered successfully.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [
        {
          "id": 9,
          "url": "https://ll.thespacedevs.com/2.0.0/program/9/?format=api",
          "name": "Vostok",
          "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
          "agencies": [
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
          "start_date": "1961-04-12T06:07:00Z",
          "end_date": "1963-06-19T08:20:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
        }
      ]
    },
    {
      "id": "4a0e330d-c75a-433b-ad2e-f0be2ed9a018",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/4a0e330d-c75a-433b-ad2e-f0be2ed9a018/?format=api",
      "launch_library_id": null,
      "slug": "thor-agena-a-discoverer-15",
      "name": "Thor Agena A | Discoverer 15",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-09-13T22:13:39Z",
      "window_end": "1960-09-13T22:13:39Z",
      "window_start": "1960-09-13T22:13:39Z",
      "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": 3078,
        "configuration": {
          "id": 392,
          "launch_library_id": null,
          "url": "https://ll.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": 1500,
        "launch_library_id": null,
        "name": "Discoverer 15",
        "description": "Discoverer 15 was an American optical reconnaissance satellite. The orbital mission was successful but when the capsule was returned it failed to be captured and sank into the ocean.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/96/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
        "latitude": "34.756",
        "longitude": "-120.6263",
        "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": 902,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_96_20200803143221.jpg",
        "total_launch_count": 45
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "ada5068a-c2e0-4c0e-9167-402536f4af37",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ada5068a-c2e0-4c0e-9167-402536f4af37/?format=api",
      "launch_library_id": null,
      "slug": "blue-scout-jr-blue-scout-d-1",
      "name": "Blue Scout Jr | Blue Scout D-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-09-21T13:01:53Z",
      "window_end": "1960-09-21T13:01:53Z",
      "window_start": "1960-09-21T13:01:53Z",
      "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": 3079,
        "configuration": {
          "id": 265,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/265/?format=api",
          "name": "Blue Scout Jr",
          "family": "Blue Scout",
          "full_name": "Blue Scout Jr",
          "variant": "Jr"
        }
      },
      "mission": {
        "id": 1501,
        "launch_library_id": null,
        "name": "Blue Scout D-1",
        "description": "The flight planned to make radiation and magnetic field measurements at 26700km from Earth. While the rocket achieved this altitude the telemetry system failed so no data was received.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 118,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/118/?format=api",
        "agency_id": 166,
        "name": "Launch Complex 18A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
        "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
        "latitude": "28.4493",
        "longitude": "-80.564494",
        "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": 1123,
          "total_landing_count": 76
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_scout_juni_image_20240411084702.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "23538a9d-d745-4944-aec8-294c8f773cbf",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/23538a9d-d745-4944-aec8-294c8f773cbf/?format=api",
      "launch_library_id": null,
      "slug": "atlas-able-p-30-able-va",
      "name": "Atlas-Able | P-30 (Able VA)",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-09-25T15:13:17Z",
      "window_end": "1960-09-25T15:13:17Z",
      "window_start": "1960-09-25T15:13:17Z",
      "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": 3080,
        "configuration": {
          "id": 230,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/230/?format=api",
          "name": "Atlas-Able",
          "family": "Atlas",
          "full_name": "Atlas-Able",
          "variant": ""
        }
      },
      "mission": {
        "id": 1502,
        "launch_library_id": null,
        "name": "P-30 (Able VA)",
        "description": "An intended lunar orbiter probe. The vehicle failed during launch.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "pad": {
        "id": 99,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/99/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 12",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
        "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
        "latitude": "28.480607",
        "longitude": "-80.541938",
        "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": 1123,
          "total_landing_count": 76
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
        "total_launch_count": 23
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b3d4d5e7-b317-446c-9d08-d4e5cfa95a63",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b3d4d5e7-b317-446c-9d08-d4e5cfa95a63/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-1-st-2",
      "name": "Scout X-1 | ST-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-10-04T15:23:00Z",
      "window_end": "1960-10-04T15:23:00Z",
      "window_start": "1960-10-04T15:23:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3081,
        "configuration": {
          "id": 185,
          "launch_library_id": 208,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/185/?format=api",
          "name": "Scout X-1",
          "family": "Scout",
          "full_name": "Scout X-1",
          "variant": "X-1"
        }
      },
      "mission": {
        "id": 1503,
        "launch_library_id": null,
        "name": "ST-2",
        "description": "A radiation probe plasma mission.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 94,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/94/?format=api",
        "agency_id": 44,
        "name": "Launch Area 3",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
        "latitude": "37.8495",
        "longitude": "-75.4725",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 87,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_94_20200803143206.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout2520x-1_image_20190324192636.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "dae8cfed-408d-4572-a461-d71e8d40e396",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/dae8cfed-408d-4572-a461-d71e8d40e396/?format=api",
      "launch_library_id": null,
      "slug": "thor-dm-21-ablestar-courier-1b",
      "name": "Thor DM-21 Ablestar | Courier 1B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1960-10-04T17:50:00Z",
      "window_end": "1960-10-04T17:50:00Z",
      "window_start": "1960-10-04T17:50: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": 3082,
        "configuration": {
          "id": 187,
          "launch_library_id": 202,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/187/?format=api",
          "name": "Thor DM-21 Ablestar",
          "family": "Thor",
          "full_name": "Thor DM-21 Ablestar",
          "variant": "DM-21"
        }
      },
      "mission": {
        "id": 1504,
        "launch_library_id": null,
        "name": "Courier 1B",
        "description": "An active repeater communications satellite. The vehicle succesfully launched and successfully operated for a few weeks proving the experimental system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1123,
          "total_landing_count": 76
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2b8ca24a-995a-49bd-a686-f937647fd47e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2b8ca24a-995a-49bd-a686-f937647fd47e/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-mars-1a",
      "name": "Molniya 8K78 | Mars-1a",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-10-10T14:27:49Z",
      "window_end": "1960-10-10T14:27:49Z",
      "window_start": "1960-10-10T14:27:49Z",
      "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": 3083,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1505,
        "launch_library_id": null,
        "name": "Mars-1a",
        "description": "A Russian mars flyby probe intended to photograph Mars.  The second stage failed.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 23,
          "name": "Mars flyby",
          "abbrev": "Mars flyby"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d1d6a521-65f5-44df-93ba-5f79773186f4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d1d6a521-65f5-44df-93ba-5f79773186f4/?format=api",
      "launch_library_id": null,
      "slug": "atlas-agena-a-samos-1",
      "name": "Atlas Agena A | Samos 1",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-10-11T20:33:28Z",
      "window_end": "1960-10-11T20:33:28Z",
      "window_start": "1960-10-11T20:33:28Z",
      "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": 3084,
        "configuration": {
          "id": 231,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/231/?format=api",
          "name": "Atlas Agena A",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena A",
          "variant": "Agena A"
        }
      },
      "mission": {
        "id": 1506,
        "launch_library_id": null,
        "name": "Samos 1",
        "description": "A Satellite and Missile Observation satallite which failed to enter orbit due to a failure in the launch vehicle guidance system",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 93,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
        "map_url": "https://www.google.com/maps?q=34.644,-120.593",
        "latitude": "34.644",
        "longitude": "-120.593",
        "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": 902,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
        "total_launch_count": 81
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "ba2e283c-6389-416a-9c88-541ded25c1dd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ba2e283c-6389-416a-9c88-541ded25c1dd/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-mars-1b",
      "name": "Molniya 8K78 | Mars-1b",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1960-10-14T13:51:03Z",
      "window_end": "1960-10-14T13:51:03Z",
      "window_start": "1960-10-14T13:51:03Z",
      "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": 3085,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1507,
        "launch_library_id": null,
        "name": "Mars-1b",
        "description": "A Russian mars flyby probe intended to photograph Mars.  The third stage failed to ignite.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 23,
          "name": "Mars flyby",
          "abbrev": "Mars flyby"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    }
  ]
}