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

{
    "id": 448,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/448/?format=api",
    "name": "VLS-1",
    "active": false,
    "reusable": false,
    "description": "The VLS-1 was the Brazilian Space Agency's main satellite launch vehicle. The launch vehicle was to be capable of launching satellites into orbit. The launch site was located at the Alcântara Launch Center due to its proximity to the equator.",
    "family": "",
    "full_name": "VLS-1",
    "manufacturer": {
        "id": 1012,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api",
        "name": "Department of Aerospace Science and Technology",
        "featured": false,
        "type": "Government",
        "country_code": "BRA",
        "abbrev": "",
        "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
        "administrator": null,
        "founding_year": "1953",
        "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": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Department_of_Aerospace_Science_and_Technology",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "1",
    "alias": "",
    "min_stage": 3,
    "max_stage": 3,
    "length": 19.5,
    "diameter": 1.01,
    "maiden_flight": "1997-11-02",
    "launch_cost": null,
    "launch_mass": 50,
    "leo_capacity": 120,
    "gto_capacity": null,
    "to_thrust": 1172,
    "apogee": null,
    "vehicle_range": null,
    "image_url": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/VLS-1",
    "total_launch_count": 2,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 2,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}