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

{
    "id": 242,
    "url": "https://ll.thespacedevs.com/2.2.0/launcher/242/?format=api",
    "flight_proven": false,
    "serial_number": "UnknownZQ3",
    "is_placeholder": true,
    "status": "N/A",
    "details": "Booster serial number unknown.",
    "launcher_config": {
        "id": 539,
        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/539/?format=api",
        "name": "Zhuque-3",
        "active": true,
        "reusable": true,
        "description": "",
        "family": "Zhuque",
        "full_name": "Zhuque-3",
        "manufacturer": {
            "id": 259,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
            "name": "LandSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "LS",
            "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
            "administrator": "Founder: Zhang Changwu",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 7,
            "consecutive_successful_launches": 0,
            "successful_launches": 4,
            "failed_launches": 3,
            "pending_launches": 1,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
            "image_url": null,
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
        },
        "program": [],
        "variant": "",
        "alias": "ZQ-3",
        "min_stage": 2,
        "max_stage": 2,
        "length": 76.6,
        "diameter": 4.5,
        "maiden_flight": null,
        "launch_cost": null,
        "launch_mass": 660,
        "leo_capacity": 21300,
        "gto_capacity": null,
        "to_thrust": 9000,
        "apogee": null,
        "vehicle_range": null,
        "image_url": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Zhuque-3",
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "attempted_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "consecutive_successful_landings": 0
    },
    "image_url": null,
    "successful_landings": null,
    "attempted_landings": null,
    "flights": null,
    "last_launch_date": null,
    "first_launch_date": null
}