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/550/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 550,
    "launch_library_id": null,
    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/550/?format=api",
    "name": "New Glenn 9x4",
    "description": "The New Glenn 9x4 is a further enhanced variant of the current New Glenn rocket (the \"7x2\" configuration) by Blue Origin. The New Glenn 9x4 uses 9 updated BE-4 Block 2 engines on the reusable 1st stage and 4 BE-3U engines on the 2nd stage, with a 8.7 meters diameter payload fairing. It can carry 70 metric tons to low Earth orbit, 14 metric tons to Geostationary Orbit Direct, and 20 metric tons to Trans Lunar Injection.",
    "family": "New Glenn",
    "full_name": "New Glenn 9x4",
    "manufacturer": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 39,
        "consecutive_successful_launches": 16,
        "successful_launches": 38,
        "failed_launches": 1,
        "pending_launches": 4,
        "consecutive_successful_landings": 10,
        "successful_landings": 36,
        "failed_landings": 3,
        "attempted_landings": 39,
        "info_url": "https://www.blueorigin.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
    },
    "program": [],
    "variant": "9x4",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 120.0,
    "diameter": 7.0,
    "maiden_flight": null,
    "launch_mass": null,
    "leo_capacity": 70000,
    "gto_capacity": null,
    "to_thrust": 25621,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_glenn_9x4_i_image_20260104223338.jpg",
    "info_url": "https://www.blueorigin.com/new-glenn/9x4",
    "wiki_url": "https://en.wikipedia.org/wiki/New_Glenn#New_Glenn_9%C3%974",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0
}