API endpoint that allows Launcher Configurations to be viewed.

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

MODE: Normal and Detailed /2.0.0/config/launcher/?mode=detailed

FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'manufacturer__launch_library_id'

Get all Launchers with the Launch Library ID of 44. Example - /2.0.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA. Example - /2.0.0/config/launcher/?manufacturer__name=NASA

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

{
    "id": 547,
    "launch_library_id": null,
    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/547/?format=api",
    "name": "Maia",
    "description": "The Maia rocket is a future orbital reusable launch vehicle under development by the French startup MaiaSpace, a wholly-owned subsidiary of the ArianeGroup. The first stage is powered by 3 Prometheus gas generator methane/LOX engines developed under  ESA's Future Launchers Preparatory Programme, with the first stage booster returning to a barge at sea.\r\nThe second stage is powered by a single Prometheus engine, with restart capability. \r\nAn optional Colibri kick stage could be added to provide enhanced mission flexibility as well as performance to LEO.",
    "family": "",
    "full_name": "Maia",
    "manufacturer": {
        "id": 1103,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api",
        "name": "MaiaSpace",
        "featured": false,
        "type": "Private",
        "country_code": "FRA",
        "abbrev": "MaiaSpace",
        "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
        "administrator": null,
        "founding_year": "2022",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.maia-space.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup#MaiaSpace",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg",
        "image_url": null,
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/maiaspace_socia_image_20251205132249.jpeg"
    },
    "program": [],
    "variant": "",
    "alias": "",
    "min_stage": 2,
    "max_stage": 3,
    "length": 50.0,
    "diameter": 3.5,
    "maiden_flight": null,
    "launch_mass": null,
    "leo_capacity": 1500,
    "gto_capacity": null,
    "to_thrust": 2940,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/maia_rocket_in__image_20251205133047.jpeg",
    "info_url": "https://www.maia-space.com/our-launcher/",
    "wiki_url": "https://en.wikipedia.org/wiki/Maia_(rocket)",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1
}