Launcher Instance
API endpoint that allows Launcher instances to be viewed.
GET: Return a list of all the existing launcher instances.
FILTERS: Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__manufacturer' Example - /2.0.0/launcher/?serial_number=B1046
SEARCH EXAMPLE: /2.0.0/launcher/?search=expended Searches through serial number or status
ORDERING: Fields - 'id', 'flight_proven', Example - /2.0.0/launcher/?order=flight_proven
GET /2.0.0/launcher/259/?format=api
{ "id": 259, "url": "https://lldev.thespacedevs.com/2.0.0/launcher/259/?format=api", "flight_proven": false, "serial_number": "Pallas1 F1", "status": "expended", "details": "First stage booster used on the 1st flight of Galactic Energy's Pallas-1 rocket. No booster recovery was attempted.", "launcher_config": { "id": 542, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/542/?format=api", "name": "Pallas-1", "description": "Pallas-1 is a 2 stage, semi-reusable launch vehicle built by the Chinese private launch services provider Galactic Energy. Both stages are powered by the gas generator cycle rocket engine Welkin/Cangqiong 50 (CQ-50) using kerosene and liquid oxygen, with 7 engines on the 1st stage and 1 vacuum variant on the 2nd stage.\r\n\r\nIt can launch 7 tonnes to LEO and 3 tonnes to SSO when the 1st stage is recovered downrange.", "family": "", "full_name": "Pallas-1", "manufacturer": { "id": 1021, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api", "name": "Galactic Energy", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "GE", "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.", "administrator": null, "founding_year": "2018", "launchers": "Ceres-1 | Pallas-1", "spacecraft": "", "launch_library_url": null, "total_launch_count": 25, "consecutive_successful_launches": 1, "successful_launches": 22, "failed_launches": 3, "pending_launches": 0, "consecutive_successful_landings": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "info_url": "https://www.galactic-energy.cn/index.php/En", "wiki_url": null, "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg", "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png" }, "program": [], "variant": "", "alias": "", "min_stage": 2, "max_stage": 3, "length": 49.6, "diameter": 3.35, "maiden_flight": "2026-09-01", "launch_mass": 283, "leo_capacity": 7000, "gto_capacity": null, "to_thrust": 3435, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pallas-1_y1_image_20260901030251.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Pallas-1", "total_launch_count": 1, "consecutive_successful_launches": 1, "successful_launches": 1, "failed_launches": 0, "pending_launches": 0 }, "image_url": null, "successful_landings": 0, "attempted_landings": 0, "flights": 1, "last_launch_date": "2026-09-01T02:00:00Z", "first_launch_date": "2026-09-01T02:00:00Z" }