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=270&ordering=pending_launches
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=pending_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=pending_launches", "results": [ { "id": 23, "url": "https://ll.thespacedevs.com/2.2.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 32, "url": "https://ll.thespacedevs.com/2.2.0/agencies/32/?format=api", "name": "Institute for Space Applications and Remote Sensing", "featured": false, "type": "Government", "country_code": "GRC", "abbrev": "ISARS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1087, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1087/?format=api", "name": "Korea Advanced Institute of Science and Technology", "featured": false, "type": "Educational", "country_code": "KOR", "abbrev": "KAIST", "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.", "administrator": "President: Lee Kwang-hyung", "founding_year": "1971", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_20240412170624.png" }, { "id": 83, "url": "https://ll.thespacedevs.com/2.2.0/agencies/83/?format=api", "name": "Space Systems/Loral", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SSL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 137, "url": "https://ll.thespacedevs.com/2.2.0/agencies/137/?format=api", "name": "Reaction Engines Ltd.", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "REL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 113, "url": "https://ll.thespacedevs.com/2.2.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1018, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1018/?format=api", "name": "National Research Council", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "CNR", "description": "The Consiglio Nazionale delle Ricerche (CNR) or National Research Council, is the largest research council in Italy. As a public organisation, its remit is to support scientific and technological research. Its headquarters are in Rome.", "administrator": "President: Maria Chiara Carrozza", "founding_year": "1923", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520research2520council_logo_20231225172013.png" }, { "id": 210, "url": "https://ll.thespacedevs.com/2.2.0/agencies/210/?format=api", "name": "National Oceanic and Atmospheric Administration", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "NOAA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 255, "url": "https://ll.thespacedevs.com/2.2.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "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 } ] }