Agency List
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/?format=api&offset=200&ordering=consecutive_successful_launches
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=consecutive_successful_launches", "results": [ { "id": 167, "url": "https://ll.thespacedevs.com/2.2.0/agencies/167/?format=api", "name": "Space Florida", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 203, "url": "https://ll.thespacedevs.com/2.2.0/agencies/203/?format=api", "name": "SES", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "SES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1027, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 50, "url": "https://ll.thespacedevs.com/2.2.0/agencies/50/?format=api", "name": "National Institute of Aeronautics and Space", "featured": false, "type": "Government", "country_code": "IDN", "abbrev": "LAPAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1000, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1000/?format=api", "name": "Energia", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "OKB-1", "description": null, "administrator": null, "founding_year": "1946", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 53, "url": "https://ll.thespacedevs.com/2.2.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 149, "url": "https://ll.thespacedevs.com/2.2.0/agencies/149/?format=api", "name": "Interorbital Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IOS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1078, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1078/?format=api", "name": "International Institute for Aeronautical Sciences", "featured": false, "type": "Multinational", "country_code": "???", "abbrev": "IIAS", "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1030, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api", "name": "Long Wall", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ABL", "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.", "administrator": "CEO: Dan Piemont", "founding_year": "2017", "launchers": "RS1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png" }, { "id": 178, "url": "https://ll.thespacedevs.com/2.2.0/agencies/178/?format=api", "name": "Airbus Defence and Space", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,GBR", "abbrev": "ADS", "description": "Airbus Defence and Space is a division of Airbus responsible for defence and aerospace products and services. The division was formed in January 2014 during the corporate restructuring of European Aeronautic Defence and Space (EADS), and comprises the former Airbus Military, Astrium, and Cassidian divisions. It is the world's second largest space company after Boeing and one of the top ten defence companies in the world.", "administrator": "CEO: Michael Schoellhorn", "founding_year": "2014", "launchers": "Ariane", "spacecraft": "ATV | Columbus | Orion ESM", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/airbus_defence__image_20250211203957.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/airbus2520defence2520and2520space_logo_20190207032423.png" } ] }