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

{
  "count": 7977,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6660&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6640&ordering=-name",
  "results": [
    {
      "id": "0560cfb0-ed19-4e8b-9fe9-728feb0f817c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0560cfb0-ed19-4e8b-9fe9-728feb0f817c/?format=api",
      "slug": "falcon-1-ratsat",
      "name": "Falcon 1 | RatSat",
      "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-08T08:51:15Z",
      "net": "2008-09-28T23:15:00Z",
      "window_end": "2008-09-28T23:15:00Z",
      "window_start": "2008-09-28T23:15:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1400,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6461,
        "name": "RatSat",
        "description": "RatSat was an aluminum mass simulator on the fourth flight of the Falcon 1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4935,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 50,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "cdeb321f-0860-4064-ba76-4ad0f9022103",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/cdeb321f-0860-4064-ba76-4ad0f9022103/?format=api",
      "slug": "falcon-1-flight-3",
      "name": "Falcon 1 | Flight 3",
      "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:49:29Z",
      "net": "2008-08-03T03:34:00Z",
      "window_end": "2008-08-03T03:34:00Z",
      "window_start": "2008-08-03T03:34:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Residual stage 1 thrust led to collision between stage 1 and stage 2 during separation.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1398,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6460,
        "name": "Flight 3",
        "description": "Trailblazer, PRESat, NanoSail-D and a Celestis payload were part of the rideshare on the 3rd Falcon 1 launch.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4923,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 38,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b8741d6a-bf47-44eb-b740-f091b5fd3c62",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b8741d6a-bf47-44eb-b740-f091b5fd3c62/?format=api",
      "slug": "falcon-1-falconsat-2",
      "name": "Falcon 1 | FalconSAT-2",
      "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:08:29Z",
      "net": "2006-03-24T22:30:00Z",
      "window_end": "2006-03-24T22:30:00Z",
      "window_start": "2006-03-24T22:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Engine failure at T+33 seconds",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 519,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6458,
        "name": "FalconSAT-2",
        "description": "FalconSAT-2 was a satellite built by students of the United States Air Force Academy. It was intended to have been placed into low Earth orbit to study the effects of plasma on communications with spacecraft, however it failed to reach orbit due to a malfunction of its carrier rocket.It landed in a storage shed on Omelek Island, just a few feet from its own shipping container",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4759,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "9a50023f-07fe-45ac-9ac6-7fb6b5ea970d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9a50023f-07fe-45ac-9ac6-7fb6b5ea970d/?format=api",
      "slug": "falcon-1-demosat",
      "name": "Falcon 1 | DemoSat",
      "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:43:36Z",
      "net": "2007-03-21T01:10:00Z",
      "window_end": "2007-03-21T01:10:00Z",
      "window_start": "2007-03-21T01:10:00Z",
      "net_precision": null,
      "probability": 0,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Premature engine shutdown at T+7:30",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 535,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6459,
        "name": "DemoSat",
        "description": "Second test flight of Falcon 1. Only a mass simulator was flown.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4826,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a6cef920-d167-46a2-8aa2-e36e395666cc",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a6cef920-d167-46a2-8aa2-e36e395666cc/?format=api",
      "slug": "europa-i-stv-3-eldo-f9",
      "name": "Europa I | STV 3 (ELDO F9)",
      "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:29:58Z",
      "net": "1970-06-12T01:10:32Z",
      "window_end": "1970-06-12T01:10:32Z",
      "window_start": "1970-06-12T01:10:32Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1015,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
        "name": "European Launcher Development Organisation",
        "type": "Government"
      },
      "rocket": {
        "id": 4014,
        "configuration": {
          "id": 316,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/316/?format=api",
          "name": "Europa I",
          "family": "Europa",
          "full_name": "Europa I",
          "variant": "I"
        }
      },
      "mission": {
        "id": 2432,
        "name": "STV 3 (ELDO F9)",
        "description": "STV (Satellite Test Vehicle) was a series of vehicle evaluation payloads built for the test flights of the Europa-1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 180,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/180/?format=api",
        "agency_id": null,
        "name": "Launch Area 6A",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
        "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
        "latitude": "-30.9552778",
        "longitude": "136.5300282",
        "location": {
          "id": 152,
          "url": "https://ll.thespacedevs.com/2.2.0/location/152/?format=api",
          "name": "RAAF Woomera Range Complex",
          "country_code": "AUS",
          "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
          "timezone_name": "Australia/Adelaide",
          "total_launch_count": 6,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_180_20200803143508.jpg",
        "total_launch_count": 3,
        "orbital_launch_attempt_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1092,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": 46,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a481f8e9-382c-4e5f-acf8-9f96cd4e34ce",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a481f8e9-382c-4e5f-acf8-9f96cd4e34ce/?format=api",
      "slug": "europa-i-stv-2",
      "name": "Europa I | STV 2",
      "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:29:58Z",
      "net": "1969-07-02T22:55:00Z",
      "window_end": "1969-07-02T22:55:00Z",
      "window_start": "1969-07-02T22:55:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1015,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
        "name": "European Launcher Development Organisation",
        "type": "Government"
      },
      "rocket": {
        "id": 3919,
        "configuration": {
          "id": 316,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/316/?format=api",
          "name": "Europa I",
          "family": "Europa",
          "full_name": "Europa I",
          "variant": "I"
        }
      },
      "mission": {
        "id": 2337,
        "name": "STV 2",
        "description": "STV (Satellite Test Vehicle) was a series of vehicle evaluation payloads built for the test flights of the Europa-1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 180,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/180/?format=api",
        "agency_id": null,
        "name": "Launch Area 6A",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
        "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
        "latitude": "-30.9552778",
        "longitude": "136.5300282",
        "location": {
          "id": 152,
          "url": "https://ll.thespacedevs.com/2.2.0/location/152/?format=api",
          "name": "RAAF Woomera Range Complex",
          "country_code": "AUS",
          "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
          "timezone_name": "Australia/Adelaide",
          "total_launch_count": 6,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_180_20200803143508.jpg",
        "total_launch_count": 3,
        "orbital_launch_attempt_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 984,
      "location_launch_attempt_count": 3,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "92a2c8e9-8b56-4abd-8fe9-e67bef355a64",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/92a2c8e9-8b56-4abd-8fe9-e67bef355a64/?format=api",
      "slug": "europa-i-stv-1",
      "name": "Europa I | STV 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:29:59Z",
      "net": "1968-11-29T23:12:02Z",
      "window_end": "1968-11-29T23:12:02Z",
      "window_start": "1968-11-29T23:12:02Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1015,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
        "name": "European Launcher Development Organisation",
        "type": "Government"
      },
      "rocket": {
        "id": 3847,
        "configuration": {
          "id": 316,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/316/?format=api",
          "name": "Europa I",
          "family": "Europa",
          "full_name": "Europa I",
          "variant": "I"
        }
      },
      "mission": {
        "id": 2265,
        "name": "STV 1",
        "description": "STV (Satellite Test Vehicle) was a series of vehicle evaluation payloads built for the test flights of the Europa-1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 180,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/180/?format=api",
        "agency_id": null,
        "name": "Launch Area 6A",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
        "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
        "latitude": "-30.9552778",
        "longitude": "136.5300282",
        "location": {
          "id": 152,
          "url": "https://ll.thespacedevs.com/2.2.0/location/152/?format=api",
          "name": "RAAF Woomera Range Complex",
          "country_code": "AUS",
          "description": "The RAAF Woomera Range Complex (WRC) is a major Australian military and civil aerospace facility and operation located in South Australia, approximately 450 km (280 mi) north-west of Adelaide. The WRC is operated by the Royal Australian Air Force (RAAF), a Service of the Australian Defence Force (ADF). The complex has a land area of 122,188 km2 (47,177 sq mi) or roughly the size of North Korea or Pennsylvania. The airspace above the area is restricted and controlled by the RAAF for safety and security. The WRC is a highly specialised ADF test and evaluation capability operated by the RAAF for the purposes of testing defence materiel.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
          "timezone_name": "Australia/Adelaide",
          "total_launch_count": 6,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_180_20200803143508.jpg",
        "total_launch_count": 3,
        "orbital_launch_attempt_count": 3
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 905,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 117,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "361a9c30-7d1a-4067-b75d-3f2b7d832fc4",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/361a9c30-7d1a-4067-b75d-3f2b7d832fc4/?format=api",
      "slug": "europa-ii-stv-4",
      "name": "Europa II | STV 4",
      "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:49:33Z",
      "net": "1971-11-05T13:00:00Z",
      "window_end": "1971-11-05T13:00:00Z",
      "window_start": "1971-11-05T13:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1015,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
        "name": "European Launcher Development Organisation",
        "type": "Government"
      },
      "rocket": {
        "id": 4191,
        "configuration": {
          "id": 317,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/317/?format=api",
          "name": "Europa II",
          "family": "Europa",
          "full_name": "Europa II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 2609,
        "name": "STV 4",
        "description": "Mass model of the Symphonie communications satellite.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 34,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 1 (ELV)",
        "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
        "map_url": "https://www.google.com/maps?q=5.236,-52.775",
        "latitude": "5.236",
        "longitude": "-52.775",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "timezone_name": "America/Cayenne",
          "total_launch_count": 336,
          "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
        "total_launch_count": 56,
        "orbital_launch_attempt_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115141.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1278,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 107,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "5792dbed-ea1a-4095-9c74-6d6de99b9827",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5792dbed-ea1a-4095-9c74-6d6de99b9827/?format=api",
      "slug": "eris-1-maiden-flight",
      "name": "Eris-1 | Maiden Flight",
      "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": "2025-07-30T07:02:41Z",
      "net": "2025-07-29T22:35:00Z",
      "window_end": "2025-07-30T07:30:00Z",
      "window_start": "2025-07-29T21:30: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": "Rocket never developed sufficient thrust, ascended for about 50 meters before flying sideways and fall back near the pad.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 188,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
        "name": "Gilmour Space Technologies",
        "type": "Private"
      },
      "rocket": {
        "id": 8540,
        "configuration": {
          "id": 460,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/460/?format=api",
          "name": "Eris-1",
          "family": "Eris",
          "full_name": "Eris Block 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 7131,
        "name": "Maiden Flight",
        "description": "Maiden flight of Gilmour Space's orbital launch vehicle Eris.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [
          {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
            "name": "Gilmour Space Technologies",
            "featured": false,
            "type": "Private",
            "country_code": "AUS,SGP",
            "abbrev": "GST",
            "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
            "administrator": "CEO: Adam Gilmour",
            "founding_year": "2013",
            "launchers": "Eris",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 1,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.gspacetech.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 238,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/238/?format=api",
        "agency_id": 188,
        "name": "Eris Pad",
        "description": "Launch pad for Gilmour Space's orbital rocket Eris.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies#Bowen_Orbital_Spaceport_(BOS)",
        "map_url": null,
        "latitude": "-19.958151",
        "longitude": "148.1129553",
        "location": {
          "id": 181,
          "url": "https://ll.thespacedevs.com/2.2.0/location/181/?format=api",
          "name": "Bowen Orbital Spaceport",
          "country_code": "AUS",
          "description": "Private orbital launch facility owned and operated by Gilmour Space.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_bowen_orbital_spaceport_20250227073649.jpg",
          "timezone_name": "Australia/Brisbane",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_eris_pad_20250227074117.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7014,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 165,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "304b8810-9c89-47ee-a21a-05559fcf14af",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/304b8810-9c89-47ee-a21a-05559fcf14af/?format=api",
      "slug": "eris-1-flight-two",
      "name": "Eris-1 | Flight Two",
      "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": "2026-06-26T02:43:50Z",
      "net": "2027-03-31T00:00:00Z",
      "window_end": "2027-03-31T00:00:00Z",
      "window_start": "2027-03-31T00:00:00Z",
      "net_precision": {
        "id": 8,
        "name": "Quarter 1",
        "abbrev": "Q1",
        "description": "The T-0 is expected in the first quarter of the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 188,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
        "name": "Gilmour Space Technologies",
        "type": "Private"
      },
      "rocket": {
        "id": 8757,
        "configuration": {
          "id": 460,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/460/?format=api",
          "name": "Eris-1",
          "family": "Eris",
          "full_name": "Eris Block 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 7348,
        "name": "Flight Two",
        "description": "Second test flight of Gilmour Space's orbital launch vehicle Eris.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [
          {
            "id": 188,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/188/?format=api",
            "name": "Gilmour Space Technologies",
            "featured": false,
            "type": "Private",
            "country_code": "AUS,SGP",
            "abbrev": "GST",
            "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
            "administrator": "CEO: Adam Gilmour",
            "founding_year": "2013",
            "launchers": "Eris",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 1,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 1,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.gspacetech.com/",
            "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 238,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/238/?format=api",
        "agency_id": 188,
        "name": "Eris Pad",
        "description": "Launch pad for Gilmour Space's orbital rocket Eris.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Gilmour_Space_Technologies#Bowen_Orbital_Spaceport_(BOS)",
        "map_url": null,
        "latitude": "-19.958151",
        "longitude": "148.1129553",
        "location": {
          "id": 181,
          "url": "https://ll.thespacedevs.com/2.2.0/location/181/?format=api",
          "name": "Bowen Orbital Spaceport",
          "country_code": "AUS",
          "description": "Private orbital launch facility owned and operated by Gilmour Space.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_bowen_orbital_spaceport_20250227073649.jpg",
          "timezone_name": "Australia/Brisbane",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_eris_pad_20250227074117.jpg",
        "total_launch_count": 1,
        "orbital_launch_attempt_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7551,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": 21,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}