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

{
  "count": 7847,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=310&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=290&ordering=-name",
  "results": [
    {
      "id": "c089317f-31c4-45b6-99f5-28cf96ba2d34",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/c089317f-31c4-45b6-99f5-28cf96ba2d34/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-meteor-1-1",
      "name": "Vostok 8A92M | Meteor-1 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1964-08-28T16:00:00Z",
      "window_end": "1964-08-28T16:00:00Z",
      "window_start": "1964-08-28T16:00:00Z",
      "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": 3312,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 1734,
        "launch_library_id": null,
        "name": "Meteor-1 1",
        "description": "The Meteor-1 series was the first series of Soviet meteorological satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 427
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "18e6e53f-bfd1-4c4a-889a-665d3ad3aab3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/18e6e53f-bfd1-4c4a-889a-665d3ad3aab3/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-irs-1b",
      "name": "Vostok 8A92M | IRS-1B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-08-29T06:48:43Z",
      "window_end": "1991-08-29T06:48:43Z",
      "window_start": "1991-08-29T06:48:43Z",
      "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": 6391,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 4781,
        "launch_library_id": null,
        "name": "IRS-1B",
        "description": "Indian remote sensing satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 427
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "5daab392-2559-462d-92f9-d0e606d6bac1",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/5daab392-2559-462d-92f9-d0e606d6bac1/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-irs-1a",
      "name": "Vostok 8A92M | IRS-1A",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1988-03-17T06:43:00Z",
      "window_end": "1988-03-17T06:43:00Z",
      "window_start": "1988-03-17T06:43:00Z",
      "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": 6050,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 4441,
        "launch_library_id": null,
        "name": "IRS-1A",
        "description": "Indian remote sensing satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 427
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "0bcbcdc8-7306-4a0b-8a2e-85dfcad6ab66",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/0bcbcdc8-7306-4a0b-8a2e-85dfcad6ab66/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-bulgaria-1300",
      "name": "Vostok 8A92M | Bulgaria 1300",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-08-07T13:35:00Z",
      "window_end": "1981-08-07T13:35:00Z",
      "window_start": "1981-08-07T13:35:00Z",
      "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": 5306,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 3714,
        "launch_library_id": null,
        "name": "Bulgaria 1300",
        "description": "Interkosmos satellite research satellite carrying scientific experiments designed and built in Bulgaria",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d2f577bb-772e-4c1c-ae7a-0f2648c664aa",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d2f577bb-772e-4c1c-ae7a-0f2648c664aa/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-astrofizika",
      "name": "Vostok 8A92M | Astrofizika",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-12-23T08:39:00Z",
      "window_end": "1978-12-23T08:39:00Z",
      "window_start": "1978-12-23T08:39:00Z",
      "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": 5030,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 3443,
        "launch_library_id": null,
        "name": "Astrofizika",
        "description": "Astrophysics (not confirmed) satellite",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a91cf483-4d4d-45b2-8292-dba993a81a5f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a91cf483-4d4d-45b2-8292-dba993a81a5f/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4mk-9",
      "name": "Voskhod | Zenit-4MK 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-10-31T13:29:59Z",
      "window_end": "1972-10-31T13:29:59Z",
      "window_start": "1972-10-31T13:29:59Z",
      "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": 4309,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2727,
        "launch_library_id": null,
        "name": "Zenit-4MK 9",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a5a63aeb-d43e-4dac-ba6e-888d85f63a9b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a5a63aeb-d43e-4dac-ba6e-888d85f63a9b/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4mk-8",
      "name": "Voskhod | Zenit-4MK 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-08-18T10:00:01Z",
      "window_end": "1972-08-18T10:00:01Z",
      "window_start": "1972-08-18T10:00:01Z",
      "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": 4284,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2702,
        "launch_library_id": null,
        "name": "Zenit-4MK 8",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "85be39eb-82bf-4235-b635-a07d971782fa",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/85be39eb-82bf-4235-b635-a07d971782fa/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4mk-7",
      "name": "Voskhod | Zenit-4MK 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1972-05-05T11:20:00Z",
      "window_end": "1972-05-05T11:20:00Z",
      "window_start": "1972-05-05T11:20:00Z",
      "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": 4254,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2672,
        "launch_library_id": null,
        "name": "Zenit-4MK 7",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "82d37d3f-943e-4944-b1cb-b8b84c5b29fd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/82d37d3f-943e-4944-b1cb-b8b84c5b29fd/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4mk-63",
      "name": "Voskhod | Zenit-4MK 63",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-06-29T07:20:00Z",
      "window_end": "1976-06-29T07:20:00Z",
      "window_start": "1976-06-29T07:20:00Z",
      "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": 4724,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 3142,
        "launch_library_id": null,
        "name": "Zenit-4MK 63",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://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": 1561,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 427
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "97b9e56d-4e8a-4f82-95f7-e5efc2d89e88",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/97b9e56d-4e8a-4f82-95f7-e5efc2d89e88/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4mk-62",
      "name": "Voskhod | Zenit-4MK 62",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-06-16T13:09:58Z",
      "window_end": "1976-06-16T13:09:58Z",
      "window_start": "1976-06-16T13:09:58Z",
      "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": 4718,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 3136,
        "launch_library_id": null,
        "name": "Zenit-4MK 62",
        "description": "High resolution optical reconnaissance satellite of the Vostok-based Zenit family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1684,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    }
  ]
}