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

{
    "id": 138,
    "launch_library_id": 1001,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/138/?format=api",
    "name": "New Glenn",
    "description": "The New Glenn is a privately funded orbital launch vehicle in development by Blue Origin. New Glenn is described as a 7-meter-diameter (23 ft), two- or three-stage rocket.",
    "family": "Blue Origin",
    "full_name": "New Glenn",
    "manufacturer": {
        "id": 141,
        "url": "https://ll.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": 24,
        "consecutive_successful_launches": 1,
        "successful_launches": 23,
        "failed_launches": 1,
        "pending_launches": 3,
        "consecutive_successful_landings": 1,
        "successful_landings": 22,
        "failed_landings": 2,
        "attempted_landings": 24,
        "info_url": "http://www.blueorigin.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 2,
    "max_stage": 3,
    "length": 82.0,
    "diameter": 7.0,
    "maiden_flight": null,
    "launch_mass": null,
    "leo_capacity": 45000,
    "gto_capacity": 13000,
    "to_thrust": 17100,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
    "info_url": "https://www.blueorigin.com/new-glenn/",
    "wiki_url": "https://en.wikipedia.org/wiki/New_Glenn",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 2
}