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

{
    "id": 209,
    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/209/?format=api",
    "name": "North American X-15",
    "active": false,
    "reusable": true,
    "description": "The North American X-15 was a hypersonic rocket-powered aircraft operated by the United States Air Force and the National Aeronautics and Space Administration as part of the X-plane series of experimental aircraft.",
    "family": "",
    "full_name": "North American X-15",
    "manufacturer": {
        "id": 999,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/999/?format=api",
        "name": "North American Aviation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
        "administrator": null,
        "founding_year": "1928",
        "launchers": "North American X-15",
        "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/North_American_Aviation",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north2520american2520aviation_logo_20200711032022.png",
        "image_url": null,
        "nation_url": null
    },
    "program": [
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api",
            "name": "X-15",
            "description": "Experimental hypersonic rocket-powered aircraft.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 161,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                    "name": "United States Air Force",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
            "start_date": "1959-03-10T00:00:00Z",
            "end_date": "1968-12-12T00:00:00Z",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ],
    "variant": "",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 15.47,
    "diameter": 6.61,
    "maiden_flight": "1959-06-08",
    "launch_cost": null,
    "launch_mass": 15195,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 286,
    "apogee": 108,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north_american__image_20210813101104.png",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15",
    "total_launch_count": 13,
    "consecutive_successful_launches": 1,
    "successful_launches": 12,
    "failed_launches": 1,
    "pending_launches": 0,
    "attempted_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "consecutive_successful_landings": 0
}