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

{
    "id": 473,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/473/?format=api",
    "name": "Little Joe",
    "description": "Little Joe was a solid-fueled booster rocket used by NASA for eight launches from 1959-1960 from Wallops Island, Virginia to test the launch escape system and heat shield for Project Mercury capsules.",
    "family": "Little Joe",
    "full_name": "Little Joe",
    "manufacturer": {
        "id": 999,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
        "name": "North American Aviation",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "",
        "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
        "administrator": null,
        "founding_year": "1928",
        "launchers": "North American X-15",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/North_American_Aviation",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/north2520american2520aviation_logo_20200711032022.png",
        "image_url": null,
        "nation_url": null
    },
    "program": [
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
            "name": "Mercury",
            "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
            "start_date": "1958-10-07T00:00:00Z",
            "end_date": "1963-05-16T23:24:02Z",
            "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
        }
    ],
    "variant": "",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": 17.0,
    "diameter": null,
    "maiden_flight": "1959-08-21",
    "launch_mass": null,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": null,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/little_joe_image_20210901081353.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Little_Joe_(rocket)",
    "total_launch_count": 8,
    "consecutive_successful_launches": 1,
    "successful_launches": 3,
    "failed_launches": 5,
    "pending_launches": 0
}