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

{
  "count": 532,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=520&ordering=launch_mass",
  "results": [
    {
      "id": 524,
      "launch_library_id": null,
      "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/524/?format=api",
      "name": "Callisto",
      "manufacturer": {
        "id": 46,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "featured": false,
        "type": "Government",
        "country_code": "FRA",
        "abbrev": "CNES",
        "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
        "administrator": "CEO: François Jacq",
        "founding_year": "1961",
        "launchers": "Ariane 5",
        "spacecraft": "Mars/Venus Express | Rosetta",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg"
      },
      "program": [],
      "family": "",
      "full_name": "Callisto",
      "variant": "",
      "reusable": true,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/callisto_render_image_20250916093902.webp",
      "info_url": "https://cnes.fr/en/projects/callisto",
      "wiki_url": "https://en.wikipedia.org/wiki/CALLISTO"
    },
    {
      "id": 83,
      "launch_library_id": 106,
      "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/83/?format=api",
      "name": "Atlas V 411",
      "manufacturer": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "ULA",
        "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
        "administrator": "Interim CEO: John Elbon",
        "founding_year": "2006",
        "launchers": "Atlas | Delta | Vulcan",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png"
      },
      "program": [],
      "family": "Atlas",
      "full_name": "Atlas V 411",
      "variant": "411",
      "reusable": false,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520411_image_20190224012306.jpeg",
      "info_url": "https://www.ulalaunch.com/rockets/atlas-v",
      "wiki_url": null
    }
  ]
}