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=3730&ordering=name
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=3740&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3720&ordering=name",
    "results": [
        {
            "id": "94be91f2-a878-4044-b65c-4cbec973a53c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/94be91f2-a878-4044-b65c-4cbec973a53c/?format=api",
            "slug": "n-2-himawari-2",
            "name": "N-2 | Himawari 2",
            "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-07-07T13:07:17Z",
            "net": "1981-08-10T20:03:00Z",
            "window_end": "1981-08-10T20:03:00Z",
            "window_start": "1981-08-10T20:03:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5307,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 3715,
                "name": "Himawari 2",
                "description": "Japanese geostationary meteorological satellite built by Hughes Space and Communications",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2469,
            "location_launch_attempt_count": 8,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 78,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "068add9d-67b9-42ef-8baa-ae3cfe511fdb",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/068add9d-67b9-42ef-8baa-ae3cfe511fdb/?format=api",
            "slug": "n-2-himawari-3",
            "name": "N-2 | Himawari 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-07-07T13:08:14Z",
            "net": "1984-08-02T20:30:00Z",
            "window_end": "1984-08-02T20:30:00Z",
            "window_start": "1984-08-02T20:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5664,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4066,
                "name": "Himawari 3",
                "description": "Japanese geostationary meteorological satellite built by Hughes Space and Communications",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2855,
            "location_launch_attempt_count": 13,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 13,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "b1d64fdd-c1cc-444f-bc35-651d6a7995ca",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b1d64fdd-c1cc-444f-bc35-651d6a7995ca/?format=api",
            "slug": "n-2-kiku-3",
            "name": "N-2 | Kiku-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-07-07T13:07:04Z",
            "net": "1981-02-11T08:30:00Z",
            "window_end": "1981-02-11T08:30:00Z",
            "window_start": "1981-02-11T08:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5246,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 3655,
                "name": "Kiku-3",
                "description": "Test satellite",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2404,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 13,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "ff1e3cf8-da08-41ad-a960-edf1199b8fbf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ff1e3cf8-da08-41ad-a960-edf1199b8fbf/?format=api",
            "slug": "n-2-momo-1a",
            "name": "N-2 | Momo 1a",
            "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-07-07T13:08:50Z",
            "net": "1987-02-19T01:23:00Z",
            "window_end": "1987-02-19T01:23:00Z",
            "window_start": "1987-02-19T01:23:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5941,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4336,
                "name": "Momo 1a",
                "description": "Japanese Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3157,
            "location_launch_attempt_count": 16,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 15,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "3abc4e06-f04b-466d-b31e-f356fd791563",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3abc4e06-f04b-466d-b31e-f356fd791563/?format=api",
            "slug": "n-2-sakura-2a",
            "name": "N-2 | Sakura 2A",
            "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-07-07T13:07:39Z",
            "net": "1983-02-04T08:37:00Z",
            "window_end": "1983-02-04T08:37:00Z",
            "window_start": "1983-02-04T08:37:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5480,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 3885,
                "name": "Sakura 2A",
                "description": "Japanese geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2653,
            "location_launch_attempt_count": 10,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 10,
            "orbital_launch_attempt_count_year": 7,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "cd7589fe-f080-47e8-9312-98b3d1fab3a0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/cd7589fe-f080-47e8-9312-98b3d1fab3a0/?format=api",
            "slug": "n-2-sakura-2b",
            "name": "N-2 | Sakura 2B",
            "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-07-07T13:07:51Z",
            "net": "1983-08-05T20:29:00Z",
            "window_end": "1983-08-05T20:29:00Z",
            "window_start": "1983-08-05T20:29:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5551,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 3955,
                "name": "Sakura 2B",
                "description": "Japanese geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2728,
            "location_launch_attempt_count": 11,
            "pad_launch_attempt_count": 11,
            "agency_launch_attempt_count": 11,
            "orbital_launch_attempt_count_year": 82,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "f49aa758-b48e-4a52-8ab7-95d4f96ffb07",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f49aa758-b48e-4a52-8ab7-95d4f96ffb07/?format=api",
            "slug": "n-2-yuri-2a",
            "name": "N-2 | Yuri 2A",
            "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-07-07T13:08:02Z",
            "net": "1984-01-23T07:58:00Z",
            "window_end": "1984-01-23T07:58:00Z",
            "window_start": "1984-01-23T07:58:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5598,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4001,
                "name": "Yuri 2A",
                "description": "First generation Japanese direct broadcasting satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2780,
            "location_launch_attempt_count": 12,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "01e8127b-aac8-47ec-85fa-77f75aa4c4d2",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/01e8127b-aac8-47ec-85fa-77f75aa4c4d2/?format=api",
            "slug": "n-2-yuri-2b",
            "name": "N-2 | Yuri 2B",
            "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-07-07T13:08:27Z",
            "net": "1986-02-12T07:55:00Z",
            "window_end": "1986-02-12T07:55:00Z",
            "window_start": "1986-02-12T07:55:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 228,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
                "name": "National Space Development Agency of Japan",
                "type": "Government"
            },
            "rocket": {
                "id": 5836,
                "configuration": {
                    "id": 341,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/341/?format=api",
                    "name": "N-2",
                    "family": "",
                    "full_name": "N-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4234,
                "name": "Yuri 2B",
                "description": "First generation Japanese direct broadcasting satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3046,
            "location_launch_attempt_count": 14,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 14,
            "orbital_launch_attempt_count_year": 17,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "9cf80b86-70f6-4830-80f6-3fdaba9d4cfb",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9cf80b86-70f6-4830-80f6-3fdaba9d4cfb/?format=api",
            "slug": "naro-1-stsat-2a",
            "name": "Naro-1 | STSat-2A",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:55:16Z",
            "net": "2009-08-25T08:00:33Z",
            "window_end": "2009-08-25T08:00:33Z",
            "window_start": "2009-08-25T08:00:33Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
                "name": "Korea Aerospace Research Institute",
                "type": "Government"
            },
            "rocket": {
                "id": 7402,
                "configuration": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/12/?format=api",
                    "name": "Naro-1",
                    "family": "KSLV",
                    "full_name": "KSLV Naro-1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 5791,
                "name": "STSat-2A",
                "description": "South Korean astronomy satellite used as payload for Naro-1 test flights.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 64,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/64/?format=api",
                "agency_id": 41,
                "name": "LC-1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
                "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
                "latitude": "34.431867",
                "longitude": "127.535069",
                "location": {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/9/?format=api",
                    "name": "Naro Space Center, South Korea",
                    "country_code": "KOR",
                    "description": "The Naro Space Center is a South Korean spaceport in South Jeolla's Goheung County, operated by the state-run Korea Aerospace Research Institute.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
                    "timezone_name": "Asia/Seoul",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "KOR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_64_20200803143347.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5001,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 47,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1cb9fb8c-abfa-4c09-b094-b93b855b5388",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1cb9fb8c-abfa-4c09-b094-b93b855b5388/?format=api",
            "slug": "naro-1-stsat-2b",
            "name": "Naro-1 | STSAT-2B",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:55:16Z",
            "net": "2010-06-10T08:01:00Z",
            "window_end": "2010-06-10T08:01:00Z",
            "window_start": "2010-06-10T08:01:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Rapid Unscheduled Disassembly during first stage burn.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
                "name": "Korea Aerospace Research Institute",
                "type": "Government"
            },
            "rocket": {
                "id": 1464,
                "configuration": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/12/?format=api",
                    "name": "Naro-1",
                    "family": "KSLV",
                    "full_name": "KSLV Naro-1",
                    "variant": "1"
                }
            },
            "mission": null,
            "pad": {
                "id": 64,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/64/?format=api",
                "agency_id": 41,
                "name": "LC-1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
                "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
                "latitude": "34.431867",
                "longitude": "127.535069",
                "location": {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/9/?format=api",
                    "name": "Naro Space Center, South Korea",
                    "country_code": "KOR",
                    "description": "The Naro Space Center is a South Korean spaceport in South Jeolla's Goheung County, operated by the state-run Korea Aerospace Research Institute.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
                    "timezone_name": "Asia/Seoul",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "KOR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_64_20200803143347.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5060,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 5060,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}