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

{
  "count": 7854,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7080&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7060&ordering=-name",
  "results": [
    {
      "id": "20771615-6ce5-4115-8ea1-352e0846f256",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/20771615-6ce5-4115-8ea1-352e0846f256/?format=api",
      "launch_library_id": 158,
      "slug": "atlas-v-551-muos-4",
      "name": "Atlas V 551 | MUOS-4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2015-09-02T10:18:00Z",
      "window_end": "2015-09-02T10:43:00Z",
      "window_start": "2015-09-02T10:18:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1862,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 90,
        "launch_library_id": 133,
        "name": "MUOS-4",
        "description": "MUOS-4 is the fourth in a Lockheed Martin-built, five-ship fleet for a next-generation, narrowband tactical military satellite communications system.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "7d031f12-f92f-4a5d-a011-094bc5fbe091",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7d031f12-f92f-4a5d-a011-094bc5fbe091/?format=api",
      "launch_library_id": 124,
      "slug": "atlas-v-551-muos-3",
      "name": "Atlas V 551 | MUOS-3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2015-01-21T01:04:00Z",
      "window_end": "2015-01-21T01:04:00Z",
      "window_start": "2015-01-21T01:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1821,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 48,
        "launch_library_id": 111,
        "name": "MUOS-3",
        "description": "A United Launch Alliance Atlas 5 rocket, designated AV-052, will launch the third Mobile User Objective System (MUOS) satellite for the U.S. Navy.a",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a3955df2-f442-431a-88bd-105c297cc56e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a3955df2-f442-431a-88bd-105c297cc56e/?format=api",
      "launch_library_id": 552,
      "slug": "atlas-v-551-muos-2",
      "name": "Atlas V 551 | MUOS-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2013-07-19T13:00:00Z",
      "window_end": "2013-07-19T13:00:00Z",
      "window_start": "2013-07-19T13:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1690,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 7,
        "launch_library_id": 49,
        "name": "MUOS-2",
        "description": "MUOS (Mobile User Objective System) is a next-generation narrowband tactical satellite communications system designed to significantly improve ground communications for U.S. forces on the move.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "da205910-9604-4966-89df-91a69f8224ab",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/da205910-9604-4966-89df-91a69f8224ab/?format=api",
      "launch_library_id": 604,
      "slug": "atlas-v-551-muos-1",
      "name": "Atlas V 551 | MUOS-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2012-02-24T22:15:00Z",
      "window_end": "2012-02-24T22:15:00Z",
      "window_start": "2012-02-24T22:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1593,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 296,
        "launch_library_id": 396,
        "name": "MUOS-1",
        "description": "MUOS (Mobile User Objective System) is a next-generation narrowband tactical satellite communications system designed to significantly improve ground communications for U.S. forces on the move.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "60ea06b7-2470-41a8-b9f0-65c95c0d807b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/60ea06b7-2470-41a8-b9f0-65c95c0d807b/?format=api",
      "launch_library_id": 712,
      "slug": "atlas-v-551-juno",
      "name": "Atlas V 551 | Juno",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2011-08-05T16:25:00Z",
      "window_end": "2011-08-05T16:25:00Z",
      "window_start": "2011-08-05T16:25:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1543,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 6766,
        "launch_library_id": null,
        "name": "Juno",
        "description": "Juno is a NASA space probe orbiting the planet Jupiter. It was built by Lockheed Martin and is operated by NASA's Jet Propulsion Laboratory. The spacecraft was launched from Cape Canaveral Air Force Station as part of the New Frontiers program.\r\n\r\nJuno's mission is to measure Jupiter's composition, gravitational field, magnetic field, and polar magnetosphere.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 27,
          "name": "Jupiter Orbit",
          "abbrev": "Jupiter Orbit"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9eb09815-c237-4fdd-9057-5b161131240c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9eb09815-c237-4fdd-9057-5b161131240c/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-08",
      "name": "Atlas V 551 | Amazon Leo (LA-08)",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 184,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 6000,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-08)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n29 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "ff0a6a32-6513-4e85-9fd8-a2d022add74d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ff0a6a32-6513-4e85-9fd8-a2d022add74d/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-07",
      "name": "Atlas V 551 | Amazon Leo (LA-07)",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-05-22T00:00:00Z",
      "window_end": "2026-05-22T00:00:00Z",
      "window_start": "2026-05-22T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 180,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 5999,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-07)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n29 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "7e89e423-6f47-40a0-b075-c6fc1d9cf228",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7e89e423-6f47-40a0-b075-c6fc1d9cf228/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-06",
      "name": "Atlas V 551 | Amazon Leo (LA-06)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-04-28T00:53:30Z",
      "window_end": "2026-04-28T01:21:00Z",
      "window_start": "2026-04-28T00:52:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 80,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 178,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 5998,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-06)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n29 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "8a9f7ce9-4ab5-4227-95f1-9f328def8828",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8a9f7ce9-4ab5-4227-95f1-9f328def8828/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-05",
      "name": "Atlas V 551 | Amazon Leo (LA-05)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-04-04T05:46:00Z",
      "window_end": "2026-04-04T06:14:00Z",
      "window_start": "2026-04-04T05:45:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 95,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 173,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 5997,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-05)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n29 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "0dcbd5ee-2728-4c79-8dc5-051ea11b888f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0dcbd5ee-2728-4c79-8dc5-051ea11b888f/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-04",
      "name": "Atlas V 551 | Amazon Leo (LA-04)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-12-16T08:28:00Z",
      "window_end": "2025-12-16T08:57:00Z",
      "window_start": "2025-12-16T08:28:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 171,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 5996,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-04)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n27 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_on_the__image_20251216072231.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    }
  ]
}