API endpoint that allows Launcher Configurations to be viewed.

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

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

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'

ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight

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

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

{
    "id": 476,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/476/?format=api",
    "name": "Neutron",
    "active": false,
    "reusable": true,
    "description": "Neutron is an upcoming medium-lift two-stage launch vehicle under development by Rocket Lab. Neutron features a reusable first stage fueled by LOX and Methane.",
    "family": "",
    "full_name": "Neutron",
    "manufacturer": {
        "id": 147,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "RL",
        "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
        "administrator": "CEO: Peter Beck",
        "founding_year": "2006",
        "launchers": "Electron",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 63,
        "consecutive_successful_launches": 22,
        "successful_launches": 59,
        "failed_launches": 4,
        "pending_launches": 33,
        "consecutive_successful_landings": 4,
        "successful_landings": 7,
        "failed_landings": 2,
        "attempted_landings": 9,
        "info_url": "http://www.rocketlabusa.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 40.0,
    "diameter": 7.0,
    "maiden_flight": null,
    "launch_cost": null,
    "launch_mass": 480,
    "leo_capacity": 15000,
    "gto_capacity": null,
    "to_thrust": 5960,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neutron_image_20230727171443.jpeg",
    "info_url": "https://www.rocketlabusa.com/launch/neutron/",
    "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Neutron",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 2,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}