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

{
    "id": 143,
    "url": "https://ll.thespacedevs.com/2.0.0/launcher/143/?format=api",
    "flight_proven": true,
    "serial_number": "24",
    "status": "expended",
    "details": "Booster used during the \"The Owl's Night Continues\" mission",
    "launcher_config": {
        "id": 26,
        "launch_library_id": 148,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
        "name": "Electron",
        "description": "Electron is a two-stage orbital expendable launch vehicle (with an optional third stage) developed by the American aerospace company Rocket Lab. Electron is a small-lift launch vehicle designed to launch small satellites and cubesats to sun-synchronous orbit and low earth orbit. The Electron is the first orbital class rocket to use electric-pump-fed engines, powered by the 9 Rutherford engines on the first stage. It is also used as a suborbital testbed (called HASTE) for hypersonics research.",
        "family": "Electron",
        "full_name": "Electron",
        "manufacturer": {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RL",
            "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
            "administrator": "CEO: Peter Beck",
            "founding_year": "2006",
            "launchers": "Electron",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 47,
            "consecutive_successful_launches": 6,
            "successful_launches": 43,
            "failed_launches": 4,
            "pending_launches": 27,
            "consecutive_successful_landings": 4,
            "successful_landings": 7,
            "failed_landings": 2,
            "attempted_landings": 9,
            "info_url": "http://www.rocketlabusa.com/",
            "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg"
        },
        "program": [],
        "variant": "",
        "alias": "",
        "min_stage": 2,
        "max_stage": 3,
        "length": 18.0,
        "diameter": 1.2,
        "maiden_flight": "2017-05-25",
        "launch_mass": 13,
        "leo_capacity": 300,
        "gto_capacity": null,
        "to_thrust": 162,
        "apogee": null,
        "vehicle_range": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
        "info_url": "https://www.rocketlabusa.com/electron/",
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Electron",
        "total_launch_count": 47,
        "consecutive_successful_launches": 6,
        "successful_launches": 43,
        "failed_launches": 4,
        "pending_launches": 27
    },
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/none_image_20231125063340.jpeg",
    "successful_landings": 0,
    "attempted_landings": 0,
    "flights": 1,
    "last_launch_date": "2022-02-28T20:37:00Z",
    "first_launch_date": "2022-02-28T20:37:00Z"
}