API endpoint that allows Launcher instances to be viewed.

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

FILTERS:
Parameters - 'id', 'serial_number', 'flight_proven', 'launcher_config', 'launcher_config__ids',
'launcher_config__manufacturer__name', 'is_placeholder'
Example - /2.2.0/launcher/?serial_number=B1046

SEARCH EXAMPLE:
/2.2.0/launcher/?search=expended
Searches through serial number or status

ORDERING:
Fields - 'id', 'flight_proven',
Example - /2.2.0/launcher/?order=flight_proven

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

{
    "id": 6,
    "url": "https://ll.thespacedevs.com/2.2.0/launcher/6/?format=api",
    "flight_proven": true,
    "serial_number": "F1 B0004",
    "is_placeholder": false,
    "status": "lost",
    "details": "Initially scheduled for 23–25 Sep, carried dummy payload – mass simulator, 165 kg (originally intended to be RazakSAT.",
    "launcher_config": {
        "id": 133,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
        "name": "Falcon 1",
        "active": false,
        "reusable": false,
        "description": "The Falcon 1 was the first launch vehicle developed and manufactured by SpaceX in 2006. It is an expendable, two stage rocket where each stage is powered by a single LOX/RP1 engine.",
        "family": "Falcon",
        "full_name": "Falcon 1",
        "manufacturer": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SpX",
            "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
            "administrator": "CEO: Elon Musk",
            "founding_year": "2002",
            "launchers": "Falcon | Starship",
            "spacecraft": "Dragon",
            "launch_library_url": null,
            "total_launch_count": 357,
            "consecutive_successful_launches": 58,
            "successful_launches": 346,
            "failed_launches": 11,
            "pending_launches": 136,
            "consecutive_successful_landings": 20,
            "successful_landings": 308,
            "failed_landings": 24,
            "attempted_landings": 331,
            "info_url": "http://www.spacex.com/",
            "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
        },
        "program": [],
        "variant": "1",
        "alias": "",
        "min_stage": 2,
        "max_stage": 2,
        "length": 22.25,
        "diameter": 1.7,
        "maiden_flight": "2006-03-24",
        "launch_cost": "7000000",
        "launch_mass": 33,
        "leo_capacity": 470,
        "gto_capacity": null,
        "to_thrust": 454,
        "apogee": null,
        "vehicle_range": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Falcon_1",
        "total_launch_count": 5,
        "consecutive_successful_launches": 2,
        "successful_launches": 2,
        "failed_launches": 3,
        "pending_launches": 0,
        "attempted_landings": 2,
        "successful_landings": 0,
        "failed_landings": 2,
        "consecutive_successful_landings": 0
    },
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/6_image_20230707190325.jpg",
    "successful_landings": 0,
    "attempted_landings": 0,
    "flights": 1,
    "last_launch_date": "2008-09-28T23:15:00Z",
    "first_launch_date": "2008-09-28T23:15:00Z"
}