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

{
    "id": 153,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/153/?format=api",
    "name": "Soyuz",
    "active": false,
    "reusable": false,
    "description": "",
    "family": "Soyuz",
    "full_name": "Soyuz 2.1v",
    "manufacturer": {
        "id": 175,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/175/?format=api",
        "name": "Ministry of Defence of the Russian Federation",
        "featured": false,
        "type": "Government",
        "country_code": "RUS",
        "abbrev": "MOD_RUS",
        "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
        "administrator": "Minister: Gen. Sergey Shoygu",
        "founding_year": "1717",
        "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.mil.ru",
        "wiki_url": "https://en.wikipedia.org/wiki/Ministry_of_Defence_(Russia)",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png",
        "image_url": null,
        "nation_url": null
    },
    "program": [],
    "variant": "2.1v",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 44.0,
    "diameter": 3.0,
    "maiden_flight": "2018-03-29",
    "launch_cost": null,
    "launch_mass": 158,
    "leo_capacity": 2850,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190222031122.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_2.1v",
    "total_launch_count": 4,
    "consecutive_successful_launches": 4,
    "successful_launches": 4,
    "failed_launches": 0,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}