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__manufacturer'
Example - /2.0.0/launcher/?serial_number=B1046

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

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

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

{
    "id": 149,
    "url": "https://ll.thespacedevs.com/2.0.0/launcher/149/?format=api",
    "flight_proven": false,
    "serial_number": "Booster 11",
    "status": "active",
    "details": "Super Heavy booster to be used for the fourth Starship integrated flight test.",
    "launcher_config": {
        "id": 464,
        "launch_library_id": null,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
        "name": "Starship",
        "description": "Fully reusable two-stage super heavy-lift launch vehicle.",
        "family": "Starship",
        "full_name": "Starship",
        "manufacturer": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.0.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": 135,
            "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": [
            {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/program/1/?format=api",
                "name": "SpaceX Starship",
                "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                "agencies": [
                    {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "type": "Commercial"
                    }
                ],
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                "start_date": "2019-03-01T05:00:00Z",
                "end_date": null,
                "info_url": "https://www.spacex.com/vehicles/starship/",
                "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
            }
        ],
        "variant": "",
        "alias": "",
        "min_stage": 2,
        "max_stage": 2,
        "length": 120.0,
        "diameter": 9.0,
        "maiden_flight": "2023-04-20",
        "launch_mass": 5000,
        "leo_capacity": 100000,
        "gto_capacity": 21000,
        "to_thrust": 72000,
        "apogee": null,
        "vehicle_range": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20240314160301.jpg",
        "info_url": "https://www.spacex.com/vehicles/starship/index.html",
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
        "total_launch_count": 3,
        "consecutive_successful_launches": 1,
        "successful_launches": 1,
        "failed_launches": 2,
        "pending_launches": 3
    },
    "image_url": null,
    "successful_landings": 0,
    "attempted_landings": 0,
    "flights": 0,
    "last_launch_date": null,
    "first_launch_date": null
}