Agency Instance
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/1103/?format=api
{ "id": 1103, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api", "name": "MaiaSpace", "featured": false, "type": "Private", "country_code": "FRA", "abbrev": "MaiaSpace", "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.", "administrator": null, "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": "ArianeGroup", "launch_library_url": null, "total_launch_count": 0, "successful_launches": 0, "consecutive_successful_launches": 0, "failed_launches": 0, "pending_launches": 1, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "consecutive_successful_landings": 0, "info_url": "https://www.maia-space.com/", "wiki_url": "https://en.wikipedia.org/wiki/ArianeGroup#MaiaSpace", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_socia_image_20251205132249.jpeg", "launcher_list": [ { "id": 547, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/547/?format=api", "name": "Maia", "description": "The Maia rocket is a future orbital reusable launch vehicle under development by the French startup MaiaSpace, a wholly-owned subsidiary of the ArianeGroup. The first stage is powered by 3 Prometheus gas generator methane/LOX engines developed under ESA's Future Launchers Preparatory Programme, with the first stage booster returning to a barge at sea.\r\nThe second stage is powered by a single Prometheus engine, with restart capability. \r\nAn optional Colibri kick stage could be added to provide enhanced mission flexibility as well as performance to LEO.", "family": "", "full_name": "Maia", "variant": "", "alias": "", "min_stage": 2, "max_stage": 3, "length": 50.0, "diameter": 3.5, "maiden_flight": null, "launch_mass": null, "leo_capacity": 1500, "gto_capacity": null, "to_thrust": 2940, "apogee": null, "vehicle_range": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maia_rocket_in__image_20251205133047.jpeg", "info_url": "https://www.maia-space.com/our-launcher/", "wiki_url": "https://en.wikipedia.org/wiki/Maia_(rocket)", "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 0, "pending_launches": 1 } ], "spacecraft_list": [] }