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

{
    "id": 526,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/526/?format=api",
    "name": "Astra Rocket 4",
    "description": "Astra Rocket 4 is the fourth version and second orbital version of Astra Space's small satellite launch vehicle. It is designed to carry 750kg in LEO.",
    "family": "Astra Rocket",
    "full_name": "Astra Rocket 4",
    "manufacturer": {
        "id": 285,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/285/?format=api",
        "name": "Astra Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "AS",
        "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
        "administrator": "CEO: Chris Kemp",
        "founding_year": "2005",
        "launchers": "Rocket 3.3",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 7,
        "consecutive_successful_launches": 0,
        "successful_launches": 2,
        "failed_launches": 5,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://astra.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_space_soc_image_20250918170503.jpg"
    },
    "program": [],
    "variant": "4",
    "alias": "",
    "min_stage": 2,
    "max_stage": 2,
    "length": 18.9,
    "diameter": 1.8,
    "maiden_flight": null,
    "launch_mass": 30,
    "leo_capacity": 750,
    "gto_capacity": null,
    "to_thrust": 310,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_rocket_4_image_20250918165934.jpg",
    "info_url": "https://astra.com/launch/",
    "wiki_url": "https://en.wikipedia.org/wiki/Astra_Rocket#Rocket_4",
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1
}