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

{
    "id": 198,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/198/?format=api",
    "name": "MOMO v0",
    "description": "Momo is a Japanese sounding rocket capable of delivering 20 kg to a height of 100 km. It is privately developed by Interstellar Technologies Inc. (IST).\r\n\r\nThe single stage Momo is powered by a pressure-fed engine fueled with ethanol and liquid oxygen. The engine is gimbaled for steering, with cold gas thrusters providing roll control.\r\n\r\nMomo v0 was replaced by v1 in 2021.",
    "family": "MOMO",
    "full_name": "MOMO v0",
    "manufacturer": {
        "id": 1002,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1002/?format=api",
        "name": "Interstellar Technologies",
        "featured": false,
        "type": "Commercial",
        "country_code": "JPN",
        "abbrev": "ISTECH",
        "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
        "administrator": "President: Takahiro Inagawa",
        "founding_year": "2005",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 7,
        "consecutive_successful_launches": 2,
        "successful_launches": 3,
        "failed_launches": 4,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.istellartech.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_logo_20190705173722.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_nation_20190705173723.png"
    },
    "program": [],
    "variant": "v0",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 9.9,
    "diameter": 0.5,
    "maiden_flight": "2017-07-30",
    "launch_mass": 1,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 12,
    "apogee": 100,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/momo_image_20190705174455.jpg",
    "info_url": "http://www.istellartech.com/technology/momo",
    "wiki_url": "https://en.wikipedia.org/wiki/Interstellar_Technologies",
    "total_launch_count": 5,
    "consecutive_successful_launches": 0,
    "successful_launches": 1,
    "failed_launches": 4,
    "pending_launches": 0
}