Launcher Config List
API endpoint that allows Launcher Configurations to be viewed.
GET: Return a list of all the existing launcher configurations.
MODE: Normal and Detailed /2.2.0/config/launcher/?mode=detailed
FILTERS: Fields - 'family', 'agency', 'name', 'manufacturer__name', 'full_name', 'program', 'maiden_flight' 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings'
ORDERING: Fields - 'name', 'launch_mass', 'leo_capacity', 'gto_capacity', 'launch_cost', 'maiden_flight', 'total_launch_count', 'consecutive_successful_launches', 'successful_launches', 'failed_launches', 'pending_launches', 'attempted_landings', 'successful_landings', 'failed_landings', 'consecutive_successful_landings' Example - /2.2.0/config/launcher/?ordering=maiden_flight
Get all Launchers with the Agency with name NASA. Example - /2.2.0/config/launcher/?manufacturer__name=NASA
GET /2.2.0/config/launcher/?format=api&offset=510&ordering=-launch_cost
{ "count": 511, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/config/launcher/?format=api&limit=10&offset=500&ordering=-launch_cost", "results": [ { "id": 213, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/213/?format=api", "name": "Astra Rocket 3", "manufacturer": { "id": 285, "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png" }, "program": [], "family": "Astra Rocket", "full_name": "Astra Rocket 3", "variant": "3", "reusable": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space" } ] }