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_cost
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 532,
  "next": null,
  "previous": "https://lldev.thespacedevs.com/2.0.0/config/launcher/?format=api&limit=10&offset=520&ordering=-launch_cost",
  "results": [
    {
      "id": 488,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/488/?format=api",
      "name": "RFA One",
      "manufacturer": {
        "id": 1045,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api",
        "name": "Rocket Factory Augsburg",
        "featured": false,
        "type": "Private",
        "country_code": "DEU",
        "abbrev": "RFA",
        "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
        "administrator": "COO: Stefan Brieschenk",
        "founding_year": "2018",
        "launchers": "RFA One",
        "spacecraft": "",
        "parent": null,
        "image_url": null
      },
      "program": [],
      "family": "",
      "full_name": "RFA One",
      "variant": "One",
      "reusable": false,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rfa_one_image_20230117001619.png",
      "info_url": "https://www.rfa.space/launcher/",
      "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg#Launch_vehicle"
    },
    {
      "id": 213,
      "launch_library_id": 243,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/213/?format=api",
      "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": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg"
      },
      "program": [],
      "family": "Astra Rocket",
      "full_name": "Astra Rocket 3",
      "variant": "3",
      "reusable": false,
      "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"
    }
  ]
}