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

{
  "id": 213,
  "launch_library_id": 243,
  "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/213/?format=api",
  "name": "Astra Rocket 3",
  "description": "Astra Rocket 3.0 is the third version and first orbital version of Astra Space's small satellite launch vehicle. It is designed to carry 100kg in LEO.",
  "family": "Astra Rocket",
  "full_name": "Astra Rocket 3",
  "manufacturer": {
    "id": 285,
    "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra_space_soc_image_20250918170503.jpg"
  },
  "program": [],
  "variant": "3",
  "alias": "",
  "min_stage": 2,
  "max_stage": 2,
  "length": 11.6,
  "diameter": 1.32,
  "maiden_flight": "2020-09-12",
  "launch_mass": null,
  "leo_capacity": 100,
  "gto_capacity": null,
  "to_thrust": 140,
  "apogee": null,
  "vehicle_range": null,
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
  "total_launch_count": 7,
  "consecutive_successful_launches": 0,
  "successful_launches": 2,
  "failed_launches": 5,
  "pending_launches": 0
}