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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3700&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3680&ordering=-name",
    "results": [
        {
            "id": "7a8b05d4-846d-4605-9fa6-ead7a70a0964",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7a8b05d4-846d-4605-9fa6-ead7a70a0964/?format=api",
            "slug": "pegasus-hybrid-high-energy-transient-explorer-2-he",
            "name": "Pegasus Hybrid | High Energy Transient Explorer 2 (HETE-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": "2024-06-15T13:53:23Z",
            "net": "2000-10-09T05:38:18Z",
            "window_end": "2000-10-09T05:38:18Z",
            "window_start": "2000-10-09T05:38:18Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 457,
                "configuration": {
                    "id": 129,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/129/?format=api",
                    "name": "Pegasus Hybrid",
                    "family": "Pegasus",
                    "full_name": "Pegasus Hybrid",
                    "variant": "Hybrid"
                }
            },
            "mission": null,
            "pad": {
                "id": 59,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/59/?format=api",
                "agency_id": null,
                "name": "Kwajalein Atoll",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kwajalein_Atoll",
                "map_url": "https://www.google.com/maps?q=8.716667,167.733333",
                "latitude": "8.716667",
                "longitude": "167.733333",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "MHL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_59_20200803143427.jpg",
                "total_launch_count": 4,
                "orbital_launch_attempt_count": 4
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4430,
            "location_launch_attempt_count": 29,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 37,
            "orbital_launch_attempt_count_year": 4430,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "299b084d-e218-4bb0-9ed1-fc2863cb177e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/299b084d-e218-4bb0-9ed1-fc2863cb177e/?format=api",
            "slug": "pegasus-haps-space-test-experiments-platform-2-ste",
            "name": "Pegasus HAPS | Space Test Experiments Platform 2 (STEP-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-06-14T03:57:04Z",
            "net": "1994-05-19T17:03:00Z",
            "window_end": "1994-05-19T17:03:00Z",
            "window_start": "1994-05-19T17:03:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 375,
                "configuration": {
                    "id": 132,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/132/?format=api",
                    "name": "Pegasus HAPS",
                    "family": "Pegasus",
                    "full_name": "Pegasus HAPS",
                    "variant": "HAPS"
                }
            },
            "mission": null,
            "pad": {
                "id": 70,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/70/?format=api",
                "agency_id": 100,
                "name": "Edwards Air Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
                "latitude": "34.905556",
                "longitude": "-117.883611",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_70_20200803143352.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3898,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 6,
            "orbital_launch_attempt_count_year": 3898,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "9c6e2c5f-78d6-487d-b880-c184b53e119e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9c6e2c5f-78d6-487d-b880-c184b53e119e/?format=api",
            "slug": "pegasus-haps-7-microsats",
            "name": "Pegasus HAPS | 7 microsats",
            "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-14T03:57:04Z",
            "net": "1991-07-17T17:33:53Z",
            "window_end": "1991-07-17T17:33:53Z",
            "window_start": "1991-07-17T17:33:53Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 345,
                "configuration": {
                    "id": 132,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/132/?format=api",
                    "name": "Pegasus HAPS",
                    "family": "Pegasus",
                    "full_name": "Pegasus HAPS",
                    "variant": "HAPS"
                }
            },
            "mission": null,
            "pad": {
                "id": 70,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/70/?format=api",
                "agency_id": 100,
                "name": "Edwards Air Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
                "latitude": "34.905556",
                "longitude": "-117.883611",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_70_20200803143352.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3650,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 3650,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "5a6d62fa-e03b-4728-9dd7-c5bcf6e20f54",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5a6d62fa-e03b-4728-9dd7-c5bcf6e20f54/?format=api",
            "slug": "pegasus-array-of-low-energy-x-ray-imaging-sensors",
            "name": "Pegasus | Array of Low Energy X-ray Imaging Sensors (ALEXIS)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-08-02T17:01:18Z",
            "net": "1993-04-25T13:56:00Z",
            "window_end": "1993-04-25T13:56:00Z",
            "window_start": "1993-04-25T13:56:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 364,
                "configuration": {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/119/?format=api",
                    "name": "Pegasus",
                    "family": "Pegasus",
                    "full_name": "Pegasus",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 70,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/70/?format=api",
                "agency_id": 100,
                "name": "Edwards Air Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
                "latitude": "34.905556",
                "longitude": "-117.883611",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_70_20200803143352.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3811,
            "location_launch_attempt_count": 4,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 3811,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "b2c5f033-985b-4beb-aa0f-e363d7ea1ecf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b2c5f033-985b-4beb-aa0f-e363d7ea1ecf/?format=api",
            "slug": "pegasus-apex",
            "name": "Pegasus | APEX",
            "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-14T03:57:04Z",
            "net": "1994-08-03T14:38:00Z",
            "window_end": "1994-08-03T14:38:00Z",
            "window_start": "1994-08-03T14:38:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6602,
                "configuration": {
                    "id": 119,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/119/?format=api",
                    "name": "Pegasus",
                    "family": "Pegasus",
                    "full_name": "Pegasus",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4992,
                "name": "APEX",
                "description": "APEX (Advanced Photovoltaic & Electronic Experiment) successfully tested a wide array of advanced photovoltaic and electronic components in a harsh radiation environment, provided significant data to support improved designs for future space systems. During operation, APEX's highly elliptical orbit allowed the investigation of space plasma effects on high-voltage operation (current leakage at positive voltages and arcing at negative voltages) in the perigee region, plus the investigation of space radiation effects (decreased array power output from passage through the inner radiation belt) in the apogee region.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 70,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/70/?format=api",
                "agency_id": 100,
                "name": "Edwards Air Force Base",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Edwards_Air_Force_Base",
                "map_url": "https://www.google.com/maps?q=34.905556,-117.883611",
                "latitude": "34.905556",
                "longitude": "-117.883611",
                "location": {
                    "id": 20,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
                    "name": "Air launch to orbit",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
                    "timezone_name": "",
                    "total_launch_count": 51,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_70_20200803143352.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_image_20190830213841.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3917,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 49,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "0b13e339-cdd1-48a7-8129-3bb11ea99953",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0b13e339-cdd1-48a7-8129-3bb11ea99953/?format=api",
            "slug": "paektusan-1-kwangmyongsong-1",
            "name": "Paektusan 1 | Kwangmyongsong 1",
            "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-14T04:30:02Z",
            "net": "1998-08-31T03:07:00Z",
            "window_end": "1998-08-31T03:07:00Z",
            "window_start": "1998-08-31T03:07:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/40/?format=api",
                "name": "Korean Committee of Space Technology",
                "type": "Government"
            },
            "rocket": {
                "id": 6875,
                "configuration": {
                    "id": 343,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/343/?format=api",
                    "name": "Paektusan 1",
                    "family": "",
                    "full_name": "Paektusan 1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 5265,
                "name": "Kwangmyongsong 1",
                "description": "Thir first attempt to launch a North Korean satellite ended in vain, as the third stage of the Pekdosan-1 (a.k.a. Taepodong-1) launch vehicle failed shortly before it reached orbital velocity. Kwangmyŏngsŏng 1 would have beamed propaganda songs from space, if it had reached a stable orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 184,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/184/?format=api",
                "agency_id": null,
                "name": "Satellite Launch Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tonghae_Satellite_Launching_Ground",
                "map_url": "https://www.google.com/maps?q=40.855799,129.665895",
                "latitude": "40.855799",
                "longitude": "129.665895",
                "location": {
                    "id": 153,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/153/?format=api",
                    "name": "Tonghae Satellite Launching Ground",
                    "country_code": "PRK",
                    "description": "The Tonghae Satellite Launching Ground is a rocket launching site in North Korea.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_153_20200803142503.jpg",
                    "timezone_name": "Asia/Pyongyang",
                    "total_launch_count": 2,
                    "total_landing_count": 0
                },
                "country_code": "PRK",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_184_20200803143423.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 2
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4261,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 54,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "8e87b56f-70e3-4874-a09f-a0586d11280a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8e87b56f-70e3-4874-a09f-a0586d11280a/?format=api",
            "slug": "os-m1-lingque-1b",
            "name": "OS-M1 | Lingque-1B",
            "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-07-08T08:40:22Z",
            "net": "2019-03-27T09:39:00Z",
            "window_end": "2019-03-27T10:42:00Z",
            "window_start": "2019-03-27T09:31:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Rocket lost attitude control after first stage separation.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 263,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/263/?format=api",
                "name": "OneSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2193,
                "configuration": {
                    "id": 177,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/177/?format=api",
                    "name": "OS-M1",
                    "family": "",
                    "full_name": "OS-M1",
                    "variant": ""
                }
            },
            "mission": {
                "id": 971,
                "name": "Lingque-1B",
                "description": "This is the first flight of the OS-M1 rocket. It carries a remote sensing satellite developed by a ZeroG Lab.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 59,
                "orbital_launch_attempt_count": 59
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5838,
            "location_launch_attempt_count": 115,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "8baac795-3f94-4639-be39-29eb977af2b5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8baac795-3f94-4639-be39-29eb977af2b5/?format=api",
            "slug": "orion-test-booster-ascent-abort-2",
            "name": "Orion Test Booster | Ascent Abort-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": "2024-01-08T08:39:40Z",
            "net": "2019-07-02T11:00:00Z",
            "window_end": "2019-07-02T11:00:00Z",
            "window_start": "2019-07-02T11:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 2486,
                "configuration": {
                    "id": 195,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/195/?format=api",
                    "name": "Orion Abort Test Booster",
                    "family": "",
                    "full_name": "Orion Abort Test Booster",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1006,
                "name": "Ascent Abort-2",
                "description": "Ascent Abort-2 (AA-2) is a scheduled test of the Launch Abort System (LAS) of NASA's Orion spacecraft.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/27/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 46",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
                "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
                "latitude": "28.4584",
                "longitude": "-80.5284",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_27_20200803143319.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion2520abort2520test2520booster_image_20190701191116.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 783,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 140,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1b11f81e-cdbf-49aa-a7ce-aa79f609046c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1b11f81e-cdbf-49aa-a7ce-aa79f609046c/?format=api",
            "slug": "orbex-prime-maiden-flight",
            "name": "Orbex Prime | Maiden Flight",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-12-27T07:52:37Z",
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1033,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api",
                "name": "Orbex",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7575,
                "configuration": {
                    "id": 480,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/480/?format=api",
                    "name": "Prime",
                    "family": "",
                    "full_name": "Orbex Prime",
                    "variant": "Prime"
                }
            },
            "mission": {
                "id": 6018,
                "name": "Maiden Flight",
                "description": "Maiden flight of Orbex's Prime rocket from Sutherland Spaceport. This flights marks the first vertical orbital launch attempt from the United Kingdom, and the first orbital launch attempt from Scotland.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                },
                "agencies": [
                    {
                        "id": 1033,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api",
                        "name": "Orbex",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "GBR",
                        "abbrev": "Orbex",
                        "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.",
                        "administrator": "CEO: Martin Coates",
                        "founding_year": "2015",
                        "launchers": "Orbex Prime",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 0,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 0,
                        "failed_launches": 0,
                        "pending_launches": 1,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "https://orbex.space",
                        "wiki_url": "https://en.wikipedia.org/wiki/Orbex",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg",
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_nation_20220511124743.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 237,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/237/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/SaxaVord_Spaceport",
                "map_url": "https://www.google.com/maps?q=60.8184,-0.7692",
                "latitude": "60.8184",
                "longitude": "-0.7692",
                "location": {
                    "id": 157,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/157/?format=api",
                    "name": "SaxaVord Spaceport",
                    "country_code": "GBR",
                    "description": "SaxaVord Spaceport is a UK spaceport located on the Lamba Ness peninsula on Unst, the most northerly of the inhabited Shetland Islands off the coast of Scotland. The site is near the RAF Saxa Vord radar station and the settlement of Skaw, adjacent to the Saxa Vord distillery.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_saxavord_spaceport_20211102161146.jpg",
                    "timezone_name": "Europe/London",
                    "total_launch_count": 0,
                    "total_landing_count": 0
                },
                "country_code": "GBR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_unknown_pad_20241227075133.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/prime_image_20220511125637.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 7113,
            "location_launch_attempt_count": 3,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 264,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "dc967d5c-7eb0-426c-8d70-f23dad6c0176",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/dc967d5c-7eb0-426c-8d70-f23dad6c0176/?format=api",
            "slug": "nuri-nextsat-2-snipe",
            "name": "Nuri | NEXTSat-2 & SNIPE",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:06:52Z",
            "net": "2023-05-25T09:24:00Z",
            "window_end": "2023-05-25T09:54:00Z",
            "window_start": "2023-05-25T08:54:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "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": 7828,
                "configuration": {
                    "id": 117,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/117/?format=api",
                    "name": "Nuri",
                    "family": "KSLV",
                    "full_name": "KSLV-2 Nuri",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 6335,
                "name": "NEXTSat-2 & SNIPE",
                "description": "Third flight of the KSLV-II \"Nuri\" launch vehicle, carrying NEXTSat-2 as well as SNIPE A through D.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/192/?format=api",
                "agency_id": 41,
                "name": "LC-2",
                "description": "",
                "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_lc-2_20210812070305.jpg",
                "total_launch_count": 4,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6445,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 77,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}