Agency Instance
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/1101/?format=api
{ "id": 1101, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1101/?format=api", "name": "HyPrSpace", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "HyPrSpace", "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.", "administrator": "CEO: Alexandre Mangeot", "founding_year": "2019", "launchers": "Baguette", "spacecraft": "", "parent": null, "launch_library_url": null, "total_launch_count": 0, "successful_launches": 0, "consecutive_successful_launches": 0, "failed_launches": 0, "pending_launches": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "consecutive_successful_landings": 0, "info_url": "https://hypr-space.com/", "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyprspace_logo_image_20251117104144.jpg", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg", "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyprspace_socia_image_20251117104202.jpg", "launcher_list": [ { "id": 535, "launch_library_id": null, "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/535/?format=api", "name": "Baguette One", "description": "Single-stage suborbital rocket with a payload capacity of 300 kilograms.", "family": "Baguette", "full_name": "Baguette One", "variant": "One", "alias": "", "min_stage": 1, "max_stage": 1, "length": 10.0, "diameter": 0.8, "maiden_flight": null, "launch_mass": null, "leo_capacity": 0, "gto_capacity": 0, "to_thrust": null, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/baguette_one_la_image_20251117122603.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/HyPrSpace#Rockets", "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 0 } ], "spacecraft_list": [] }