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

{
    "id": 355,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/355/?format=api",
    "name": "Saturn I",
    "active": false,
    "reusable": false,
    "description": "The Saturn I was a rocket designed as the United States' first medium lift launch vehicle for up to 20,000-pound (9,100 kg) low Earth orbit payloads.",
    "family": "Saturn",
    "full_name": "Saturn I",
    "manufacturer": {
        "id": 158,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/158/?format=api",
        "name": "Chrysler",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "CHR",
        "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
        "administrator": null,
        "founding_year": "1950",
        "launchers": "",
        "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": "http://www.chryslergroupllc.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Chrysler_Corporation#Space_boosters",
        "logo_url": null,
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chrysler_nation_20190701071744.png"
    },
    "program": [
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/program/4/?format=api",
            "name": "Apollo",
            "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
            "start_date": "1966-11-16T00:00:00Z",
            "end_date": "1972-12-19T19:24:59Z",
            "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ],
    "variant": "I",
    "alias": "",
    "min_stage": 2,
    "max_stage": 3,
    "length": 55.0,
    "diameter": 6.6,
    "maiden_flight": "1961-10-27",
    "launch_cost": null,
    "launch_mass": 510,
    "leo_capacity": 9100,
    "gto_capacity": null,
    "to_thrust": 6700,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn_1_on_lc-_image_20240411095856.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Saturn_I",
    "total_launch_count": 10,
    "consecutive_successful_launches": 10,
    "successful_launches": 10,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}