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=300&ordering=-total_launch_count
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=310&ordering=-total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=290&ordering=-total_launch_count", "results": [ { "id": 151, "url": "https://ll.thespacedevs.com/2.2.0/agencies/151/?format=api", "name": "Swedish Space Corp", "featured": false, "type": "Commercial", "country_code": "SWE", "abbrev": "SSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 211, "url": "https://ll.thespacedevs.com/2.2.0/agencies/211/?format=api", "name": "National Security Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "NSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 253, "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api", "name": "French Armed Forces", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "FAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 205, "url": "https://ll.thespacedevs.com/2.2.0/agencies/205/?format=api", "name": "Inmarsat", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "ISAT", "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.", "administrator": "CEO: Rajeev Suri", "founding_year": "1979", "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": 213, "url": "https://ll.thespacedevs.com/2.2.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 254, "url": "https://ll.thespacedevs.com/2.2.0/agencies/254/?format=api", "name": "British Satellite Broadcasting", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "BSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 214, "url": "https://ll.thespacedevs.com/2.2.0/agencies/214/?format=api", "name": "Spire Global", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPIRE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1072, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1072/?format=api", "name": "Cabinet Intelligence and Research Office", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "Naichō", "description": "The Cabinet Intelligence and Research Office also known as Naichō (内調), is a Japanese intelligence agency under the Cabinet Secretariat responsible for gathering, processing, and analyzing national security information for the cabinet.", "administrator": "Director of Cabinet Intelligence: Hiroaki Takizawa", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cabinet2520intelligence2520and2520research2520office_logo_20230821082601.png" }, { "id": 234, "url": "https://ll.thespacedevs.com/2.2.0/agencies/234/?format=api", "name": "XTAR LLC", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XTAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }