API endpoint that allows Launcher Configurations to be viewed.

GET:
Return a list of all the existing launcher configurations.

MODE:
Normal and Detailed
/2.1.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.1.0/config/launcher/?manufacturer__launch_library_id=44

Get all Launchers with the Agency with name NASA.
Example - /2.1.0/config/launcher/?manufacturer__name=NASA

GET /2.1.0/config/launcher/497/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 497,
    "launch_library_id": null,
    "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/497/?format=api",
    "name": "Gaganyaan Abort Test Booster",
    "description": "",
    "family": "GSLV MK2 L40",
    "full_name": "Gaganyaan Abort Test Booster",
    "manufacturer": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.1.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "featured": true,
        "type": "Government",
        "country_code": "IND",
        "abbrev": "ISRO",
        "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
        "administrator": "Chairman: S. Somanath",
        "founding_year": "1969",
        "launchers": "PSLV | GSLV",
        "spacecraft": "Gaganyaan",
        "launch_library_url": null,
        "total_launch_count": 90,
        "consecutive_successful_launches": 12,
        "successful_launches": 77,
        "failed_launches": 13,
        "pending_launches": 14,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.isro.gov.in/",
        "wiki_url": "http://en.wikipedia.org/wiki/Indian_Space_Research_Organization",
        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_nation_20230624125733.jpg"
    },
    "program": [
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.1.0/program/21/?format=api",
            "name": "Gaganyaan",
            "description": "Gaganyaan is India's first human spaceflight program.",
            "agencies": [
                {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.1.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
            "start_date": "2018-08-15T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
            "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan"
        }
    ],
    "variant": "L40",
    "alias": "",
    "min_stage": 1,
    "max_stage": 1,
    "length": null,
    "diameter": null,
    "maiden_flight": "2023-10-21",
    "launch_mass": null,
    "leo_capacity": null,
    "gto_capacity": null,
    "to_thrust": 760,
    "apogee": null,
    "vehicle_range": null,
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gaganyaan_abort_image_20231021132156.jpeg",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/TV-D1",
    "total_launch_count": 1,
    "consecutive_successful_launches": 1,
    "successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 1
}