AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/?format=api&offset=3540&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3550&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3530&ordering=last_updated",
    "results": [
        {
            "id": "df696bcf-f443-46ff-86ad-3892bc2e0f8e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/df696bcf-f443-46ff-86ad-3892bc2e0f8e/?format=api",
            "slug": "kosmos-3m-orbcomm-fm-37-to-41-cds-3",
            "name": "Kosmos-3M | Orbcomm FM 37 to 41 & CDS 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:36Z",
            "net": "2008-06-19T06:36:46Z",
            "window_end": "2008-06-19T06:36:46Z",
            "window_start": "2008-06-19T06:36:46Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/154/?format=api",
                "name": "Production Corporation Polyot",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7356,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 5745,
                "name": "Orbcomm FM 37 to 41 & CDS 3",
                "description": "LEO communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 136,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/136/?format=api",
                "agency_id": null,
                "name": "107",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_136_20200803143342.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4916,
            "location_launch_attempt_count": 101,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 55,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "faedc3f9-6bfb-44a7-8ab1-03a19753a980",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/faedc3f9-6bfb-44a7-8ab1-03a19753a980/?format=api",
            "slug": "kosmos-3m-abrixas-megsat-0",
            "name": "Kosmos-3M | ABRIXAS & MegSat 0",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:36Z",
            "net": "1999-04-28T20:30:00Z",
            "window_end": "1999-04-28T20:30:00Z",
            "window_start": "1999-04-28T20:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/154/?format=api",
                "name": "Production Corporation Polyot",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6916,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 5306,
                "name": "ABRIXAS & MegSat 0",
                "description": "The ABRIXAS (A Broadband Imaging X-Ray All-Sky Survey) small satellite (A BRoadband Imaging X-ray All-sky Survey Satellite) was designed to perform the first complete survey of the sky with an imaging telescope in the X-ray energy range from 0.5 to 10 keV. MegSat 0 was the first MegSat communications satellite.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 136,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/136/?format=api",
                "agency_id": null,
                "name": "107",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_136_20200803143342.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4312,
            "location_launch_attempt_count": 100,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 32,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1b3244cf-2385-40d5-a178-4ee5e84869d9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1b3244cf-2385-40d5-a178-4ee5e84869d9/?format=api",
            "slug": "kosmos-3m-taifun-1b-7",
            "name": "Kosmos-3M | Taifun-1B 7",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:40Z",
            "net": "1984-06-28T13:10:00Z",
            "window_end": "1984-06-28T13:10:00Z",
            "window_start": "1984-06-28T13:10:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5653,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 4055,
                "name": "Taifun-1B 7",
                "description": "Passive radar calibration satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2843,
            "location_launch_attempt_count": 96,
            "pad_launch_attempt_count": 17,
            "agency_launch_attempt_count": 1811,
            "orbital_launch_attempt_count_year": 68,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 52,
            "type": "normal"
        },
        {
            "id": "8198076b-ad4c-4899-ba6f-12734be41fb3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8198076b-ad4c-4899-ba6f-12734be41fb3/?format=api",
            "slug": "kosmos-3m-er763-4",
            "name": "Kosmos-3M | ER763-4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:40Z",
            "net": "1977-04-27T03:30:00Z",
            "window_end": "1977-04-27T03:30:00Z",
            "window_start": "1977-04-27T03:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4821,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3238,
                "name": "ER763-4",
                "description": "Mass model launched as payload substitute",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1947,
            "location_launch_attempt_count": 80,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 1105,
            "orbital_launch_attempt_count_year": 32,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 25,
            "type": "normal"
        },
        {
            "id": "104f50c0-e7dc-4a8e-9bbc-b0e5c24f455b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/104f50c0-e7dc-4a8e-9bbc-b0e5c24f455b/?format=api",
            "slug": "k65m-rb-bor-4-404",
            "name": "K65M-RB | BOR-4 404",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:40Z",
            "net": "1982-06-03T21:30:00Z",
            "window_end": "1982-06-03T21:30:00Z",
            "window_start": "1982-06-03T21:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5407,
                "configuration": {
                    "id": 325,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/325/?format=api",
                    "name": "K65M-RB",
                    "family": "",
                    "full_name": "K65M-RB",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3814,
                "name": "BOR-4 404",
                "description": "Test flight of a test article for the Spiral lifting body spacecraft",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2573,
            "location_launch_attempt_count": 89,
            "pad_launch_attempt_count": 11,
            "agency_launch_attempt_count": 1599,
            "orbital_launch_attempt_count_year": 56,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 48,
            "type": "normal"
        },
        {
            "id": "312c0b59-1cc2-4351-9de3-ab2f3259e013",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/312c0b59-1cc2-4351-9de3-ab2f3259e013/?format=api",
            "slug": "kosmos-3m-zaliv-gvm-4",
            "name": "Kosmos-3M | Zaliv-GVM 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:40Z",
            "net": "1973-01-26T11:44:45Z",
            "window_end": "1973-01-26T11:44:45Z",
            "window_start": "1973-01-26T11:44:45Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4333,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 2751,
                "name": "Zaliv-GVM 4",
                "description": "The Zaliv-GVM satellites were mass models of the Zaliv navigation satellites, which were launched as payload substitutes on some Kosmos-3M evaluation launches.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1427,
            "location_launch_attempt_count": 74,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 717,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "72098edf-3d51-4b81-a176-31f39a858d29",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/72098edf-3d51-4b81-a176-31f39a858d29/?format=api",
            "slug": "k65m-rb-bor-4-403",
            "name": "K65M-RB | BOR-4 403",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:41Z",
            "net": "1983-03-15T22:30:00Z",
            "window_end": "1983-03-15T22:30:00Z",
            "window_start": "1983-03-15T22:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5491,
                "configuration": {
                    "id": 325,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/325/?format=api",
                    "name": "K65M-RB",
                    "family": "",
                    "full_name": "K65M-RB",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3895,
                "name": "BOR-4 403",
                "description": "Test flight of a test article for the Spiral lifting body spacecraft",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2664,
            "location_launch_attempt_count": 92,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 1673,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 14,
            "type": "normal"
        },
        {
            "id": "6256fcd3-ca1e-442f-a03a-897d14c94d06",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6256fcd3-ca1e-442f-a03a-897d14c94d06/?format=api",
            "slug": "kosmos-3m-taifun-2-12",
            "name": "Kosmos-3M | Taifun-2 12",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:41Z",
            "net": "1982-04-21T01:40:00Z",
            "window_end": "1982-04-21T01:40:00Z",
            "window_start": "1982-04-21T01:40:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5388,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3795,
                "name": "Taifun-2 12",
                "description": "Taifun-2 satellite used to release up to 24 subsatellites for radar and sensor calibration",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2552,
            "location_launch_attempt_count": 88,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 1579,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 28,
            "type": "normal"
        },
        {
            "id": "5b5374f2-43a6-4743-8a9e-8d4946d48aef",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5b5374f2-43a6-4743-8a9e-8d4946d48aef/?format=api",
            "slug": "kosmos-3m-ds-u3-ik-4",
            "name": "Kosmos-3M | DS-U3-IK 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:41Z",
            "net": "1974-05-17T11:00:00Z",
            "window_end": "1974-05-17T11:00:00Z",
            "window_start": "1974-05-17T11:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4470,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 2888,
                "name": "DS-U3-IK 4",
                "description": "Satellite designed to measure solar radiation and its effect on the atmosphere.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1574,
            "location_launch_attempt_count": 76,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 827,
            "orbital_launch_attempt_count_year": 36,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 26,
            "type": "normal"
        },
        {
            "id": "6c684880-703f-42eb-9682-c2d74bc4934a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6c684880-703f-42eb-9682-c2d74bc4934a/?format=api",
            "slug": "kosmos-3m-taifun-2-17",
            "name": "Kosmos-3M | Taifun-2 17",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:41Z",
            "net": "1983-08-31T06:30:00Z",
            "window_end": "1983-08-31T06:30:00Z",
            "window_start": "1983-08-31T06:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5559,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 3963,
                "name": "Taifun-2 17",
                "description": "Taifun-2 satellite used to release up to 24 subsatellites for radar and sensor calibration",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 137,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/137/?format=api",
                "agency_id": null,
                "name": "107/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_137_20200803143332.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 20
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2738,
            "location_launch_attempt_count": 94,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 1727,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 68,
            "type": "normal"
        }
    ]
}