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

{
  "count": 7859,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=730&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=710&ordering=-name",
  "results": [
    {
      "id": "4b3267ca-f145-4ea2-8fd7-6c767a196492",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/4b3267ca-f145-4ea2-8fd7-6c767a196492/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-89-to-94",
      "name": "Tsiklon-3 | Strela-3 89 to 94",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-05-11T14:56:01Z",
      "window_end": "1993-05-11T14:56:01Z",
      "window_start": "1993-05-11T14:56:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6519,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4909,
        "launch_library_id": null,
        "name": "Strela-3 89 to 94",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "03d9b157-4d88-4b27-bce4-f4767015d64a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/03d9b157-4d88-4b27-bce4-f4767015d64a/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-83-to-88",
      "name": "Tsiklon-3 | Strela-3 83 to 88",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1992-10-20T12:58:12Z",
      "window_end": "1992-10-20T12:58:12Z",
      "window_start": "1992-10-20T12:58:12Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6473,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4863,
        "launch_library_id": null,
        "name": "Strela-3 83 to 88",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "5f239efe-b723-4eee-a609-d507d6c5d072",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/5f239efe-b723-4eee-a609-d507d6c5d072/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-7-to-12",
      "name": "Tsiklon-3 | Strela-3 7 to 12",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-10-09T21:35:00Z",
      "window_end": "1985-10-09T21:35:00Z",
      "window_start": "1985-10-09T21: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": 5795,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4194,
        "launch_library_id": null,
        "name": "Strela-3 7 to 12",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "4ed0fe44-ec59-4a33-88a5-1ccbdbb77fc7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/4ed0fe44-ec59-4a33-88a5-1ccbdbb77fc7/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-79-to-82",
      "name": "Tsiklon-3 | Strela-3 79 to 82",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1992-07-13T17:41:40Z",
      "window_end": "1992-07-13T17:41:40Z",
      "window_start": "1992-07-13T17:41:40Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6450,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4840,
        "launch_library_id": null,
        "name": "Strela-3 79 to 82",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "b250d079-7ad3-47f8-9633-71f996bfdf34",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b250d079-7ad3-47f8-9633-71f996bfdf34/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-73-to-78",
      "name": "Tsiklon-3 | Strela-3 73 to 78",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-11-12T20:09:33Z",
      "window_end": "1991-11-12T20:09:33Z",
      "window_start": "1991-11-12T20:09:33Z",
      "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": 6405,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4795,
        "launch_library_id": null,
        "name": "Strela-3 73 to 78",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "09b75c4f-7584-4943-bb96-d18fc4d82f8a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/09b75c4f-7584-4943-bb96-d18fc4d82f8a/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-67-to-72",
      "name": "Tsiklon-3 | Strela-3 67 to 72",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-09-28T07:05:55Z",
      "window_end": "1991-09-28T07:05:55Z",
      "window_start": "1991-09-28T07:05:55Z",
      "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": 6398,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4788,
        "launch_library_id": null,
        "name": "Strela-3 67 to 72",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
        "total_launch_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "f5797517-5e9b-46fc-b5ee-41c7a12e6036",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f5797517-5e9b-46fc-b5ee-41c7a12e6036/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-61-to-66",
      "name": "Tsiklon-3 | Strela-3 61 to 66",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1991-05-16T21:40:54Z",
      "window_end": "1991-05-16T21:40:54Z",
      "window_start": "1991-05-16T21:40:54Z",
      "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": 6368,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4758,
        "launch_library_id": null,
        "name": "Strela-3 61 to 66",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
        "total_launch_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "57d48805-2585-47aa-82f3-16c2d8d36d39",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/57d48805-2585-47aa-82f3-16c2d8d36d39/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-55-to-60",
      "name": "Tsiklon-3 | Strela-3 55 to 60",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1990-12-22T07:28:53Z",
      "window_end": "1990-12-22T07:28:53Z",
      "window_start": "1990-12-22T07:28:53Z",
      "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": 6336,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4726,
        "launch_library_id": null,
        "name": "Strela-3 55 to 60",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
        "total_launch_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "9355c719-df08-4a3a-b7c1-a7c29ab72bf4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9355c719-df08-4a3a-b7c1-a7c29ab72bf4/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-49-to-54",
      "name": "Tsiklon-3 | Strela-3 49 to 54",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1990-08-08T04:15:07Z",
      "window_end": "1990-08-08T04:15:07Z",
      "window_start": "1990-08-08T04:15:07Z",
      "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": 6296,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4686,
        "launch_library_id": null,
        "name": "Strela-3 49 to 54",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
        "total_launch_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "6213dc2f-442e-42fd-8b51-b63301dd7a42",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6213dc2f-442e-42fd-8b51-b63301dd7a42/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-43-to-48",
      "name": "Tsiklon-3 | Strela-3 43 to 48",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1989-09-14T09:49:06Z",
      "window_end": "1989-09-14T09:49:06Z",
      "window_start": "1989-09-14T09:49:06Z",
      "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": 6207,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4597,
        "launch_library_id": null,
        "name": "Strela-3 43 to 48",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_126_20200803143238.jpg",
        "total_launch_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    }
  ]
}