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

{
    "id": 144,
    "url": "https://ll.thespacedevs.com/2.0.0/launcher/144/?format=api",
    "flight_proven": false,
    "serial_number": "Unknown NS",
    "status": "N/A",
    "details": "Booster serial number unknown.",
    "launcher_config": {
        "id": 137,
        "launch_library_id": 9999,
        "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
        "name": "New Shepard",
        "description": "The New Shepard reusable launch system is a vertical-takeoff, vertical-landing (VTVL), suborbital manned rocket that is being developed by Blue Origin as a commercial system for suborbital space tourism.",
        "family": "Blue Origin",
        "full_name": "New Shepard",
        "manufacturer": {
            "id": 141,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BO",
            "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
            "administrator": "CEO: Jeff Bezos",
            "founding_year": "2000",
            "launchers": "New Shepard | New Glenn",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 24,
            "consecutive_successful_launches": 1,
            "successful_launches": 23,
            "failed_launches": 1,
            "pending_launches": 3,
            "consecutive_successful_landings": 1,
            "successful_landings": 22,
            "failed_landings": 2,
            "attempted_landings": 24,
            "info_url": "http://www.blueorigin.com/",
            "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
            "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
        },
        "program": [],
        "variant": "",
        "alias": "",
        "min_stage": 1,
        "max_stage": 1,
        "length": 15.0,
        "diameter": 3.7,
        "maiden_flight": "2015-04-29",
        "launch_mass": 75,
        "leo_capacity": 0,
        "gto_capacity": 0,
        "to_thrust": 490,
        "apogee": 100,
        "vehicle_range": null,
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
        "info_url": "https://www.blueorigin.com/new-shepard/",
        "wiki_url": "https://en.wikipedia.org/wiki/New_Shepard",
        "total_launch_count": 24,
        "consecutive_successful_launches": 1,
        "successful_launches": 23,
        "failed_launches": 1,
        "pending_launches": 1
    },
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/none_image_20231212212416.png",
    "successful_landings": null,
    "attempted_landings": null,
    "flights": null,
    "last_launch_date": null,
    "first_launch_date": null
}