API endpoint that allows Launcher Configurations to be viewed.

GET: Return a list of all the existing launcher configurations.

MODE: Normal and Detailed /2.0.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'

Get all Launchers with the Launch Library ID of 44. Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA. Example - /2.0.0/config/launcher/?manufacturer__name=NASA

GET /2.0.0/config/launcher/535/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 535,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/535/?format=api",
    "name": "Baguette One",
    "description": "Single-stage suborbital rocket with a payload capacity of 300 kilograms.",
    "family": "Baguette",
    "full_name": "Baguette One",
    "manufacturer": {
        "id": 1101,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1101/?format=api",
        "name": "HyPrSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "FRA",
        "abbrev": "HyPrSpace",
        "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.",
        "administrator": "CEO: Alexandre Mangeot",
        "founding_year": "2019",
        "launchers": "Baguette",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://hypr-space.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyprspace_logo_image_20251117104144.jpg",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyprspace_socia_image_20251117104202.jpg"
    },
    "program": [],
    "variant": "One",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 10.0,
    "diameter": 0.8,
    "maiden_flight": null,
    "launch_mass": null,
    "leo_capacity": 0,
    "gto_capacity": 0,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/baguette_one_la_image_20251117122603.jpg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace#Rockets",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0
}