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

{
  "count": 7925,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6960&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6940&ordering=name",
  "results": [
    {
      "id": "effa682c-a13a-4bd0-8a32-72b95b68db00",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/effa682c-a13a-4bd0-8a32-72b95b68db00/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-vela-6a-6b",
      "name": "Titan IIIC | Vela 6A & 6B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1970-04-08T10:50:01Z",
      "window_end": "1970-04-08T10:50:01Z",
      "window_start": "1970-04-08T10:50:01Z",
      "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": 4000,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 2418,
        "launch_library_id": null,
        "name": "Vela 6A & 6B",
        "description": "Like its predecessor, the Vela, the Advanced Vela series of spacecraft were designed to monitor worldwide compliance with the 1963 nuclear test ban treaty.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 393
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8d66db79-805a-42fe-a036-e37401575a67",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8d66db79-805a-42fe-a036-e37401575a67/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-vortex-10",
      "name": "Titan IIIC | Vortex 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-10-31T09:22:00Z",
      "window_end": "1981-10-31T09:22:00Z",
      "window_start": "1981-10-31T09:22: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": 5338,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 3746,
        "launch_library_id": null,
        "name": "Vortex 10",
        "description": "ELINT satellite focussed on communications intelligence",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 393
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "5c63bbf4-0cd7-4a56-9517-364cccb2c6f5",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/5c63bbf4-0cd7-4a56-9517-364cccb2c6f5/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-vortex-9",
      "name": "Titan IIIC | Vortex 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1979-10-01T11:22:00Z",
      "window_end": "1979-10-01T11:22:00Z",
      "window_start": "1979-10-01T11:22: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": 5116,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 3528,
        "launch_library_id": null,
        "name": "Vortex 9",
        "description": "ELINT satellite focussed on communications intelligence",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 393
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "72e1a3b0-e137-4794-9864-d42859ae4917",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/72e1a3b0-e137-4794-9864-d42859ae4917/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-1",
      "name": "Titan IIID | KH-11 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-12-19T18:19:00Z",
      "window_end": "1976-12-19T18:19:00Z",
      "window_start": "1976-12-19T18:19: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": 4787,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3204,
        "launch_library_id": null,
        "name": "KH-11 1",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "edf90ed7-a3e7-4225-b253-2c9736c52b74",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/edf90ed7-a3e7-4225-b253-2c9736c52b74/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-2",
      "name": "Titan IIID | KH-11 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-06-14T18:23:00Z",
      "window_end": "1978-06-14T18:23:00Z",
      "window_start": "1978-06-14T18:23:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4973,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3388,
        "launch_library_id": null,
        "name": "KH-11 2",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ac089ae3-f53d-46a0-a16a-a1100726e20a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ac089ae3-f53d-46a0-a16a-a1100726e20a/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-3",
      "name": "Titan IIID | KH-11 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1980-02-07T21:10:00Z",
      "window_end": "1980-02-07T21:10:00Z",
      "window_start": "1980-02-07T21:10: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": 5146,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3557,
        "launch_library_id": null,
        "name": "KH-11 3",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "308492ca-5d99-4b74-a625-5c7130953910",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/308492ca-5d99-4b74-a625-5c7130953910/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-4",
      "name": "Titan IIID | KH-11 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-09-03T18:29:00Z",
      "window_end": "1981-09-03T18:29:00Z",
      "window_start": "1981-09-03T18:29: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": 5316,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3724,
        "launch_library_id": null,
        "name": "KH-11 4",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "debf6730-f937-4cf5-907a-c263b061061e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/debf6730-f937-4cf5-907a-c263b061061e/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-11-5",
      "name": "Titan IIID | KH-11 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-11-17T21:18:00Z",
      "window_end": "1982-11-17T21:18:00Z",
      "window_start": "1982-11-17T21:18: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": 5461,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3866,
        "launch_library_id": null,
        "name": "KH-11 5",
        "description": "KH-11 reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "869b2d8a-ebd8-43de-bf90-60a9ec0e6620",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/869b2d8a-ebd8-43de-bf90-60a9ec0e6620/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-9-1",
      "name": "Titan IIID | KH-9 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-06-15T18:41:00Z",
      "window_end": "1971-06-15T18:41:00Z",
      "window_start": "1971-06-15T18:41: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": 4147,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 2565,
        "launch_library_id": null,
        "name": "KH-9 1",
        "description": "Large reconnaissance satellite equipped with four return capsules.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9d8c31a0-5571-4a01-a3a5-edb80eeeae3e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9d8c31a0-5571-4a01-a3a5-edb80eeeae3e/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiid-kh-9-10",
      "name": "Titan IIID | KH-9 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1975-06-08T18:30:00Z",
      "window_end": "1975-06-08T18:30:00Z",
      "window_start": "1975-06-08T18:30: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": 4592,
        "configuration": {
          "id": 440,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/440/?format=api",
          "name": "Titan IIID",
          "family": "Titan",
          "full_name": "Titan IIID",
          "variant": "IIID"
        }
      },
      "mission": {
        "id": 3010,
        "launch_library_id": null,
        "name": "KH-9 10",
        "description": "Large reconnaissance satellite equipped with four return capsules.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 898,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 282
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_iiid_laun_image_20251117073514.jpg",
      "infographic": null,
      "program": []
    }
  ]
}