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=230&ordering=featured
{ "count": 348, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=featured", "results": [ { "id": 244, "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api", "name": "Star One", "featured": false, "type": "Commercial", "country_code": "BRA", "abbrev": "STA1", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1074, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1074/?format=api", "name": "National Aerospace Development Administration", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "NADA", "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.", "administrator": null, "founding_year": "2013", "launchers": "Chollima", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aerospace2520development2520administration_logo_20230824063913.png" }, { "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": 191, "url": "https://ll.thespacedevs.com/2.2.0/agencies/191/?format=api", "name": "United Space Alliance", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "USA", "description": "United Space Alliance (USA) is a spaceflight operations company. USA is a joint venture which was established in August 1995 as a Limited Liability Company (LLC), equally owned by Boeing and Lockheed Martin.", "administrator": null, "founding_year": "1995", "launchers": "Space Shuttle", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_image_20190830220958.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_logo_20190830220958.jpg" }, { "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": 90, "url": "https://ll.thespacedevs.com/2.2.0/agencies/90/?format=api", "name": "Fokker Space & Systems", "featured": false, "type": "Commercial", "country_code": "NLD", "abbrev": "FSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 166, "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api", "name": "US Navy", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USN", "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.", "administrator": null, "founding_year": "1963", "launchers": "", "spacecraft": "Vanguard 1-3 | Parker Solar Probe", "parent": null, "image_url": null, "logo_url": null }, { "id": 186, "url": "https://ll.thespacedevs.com/2.2.0/agencies/186/?format=api", "name": "Polish Space Agency", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "POLSA", "description": "", "administrator": "President: Marta Ewa Wachowicz", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1001, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1001/?format=api", "name": "EXOS Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "EXOS", "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.", "administrator": "President: David Mitchell", "founding_year": "2014", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_logo_20190629155319.png" }, { "id": 197, "url": "https://ll.thespacedevs.com/2.2.0/agencies/197/?format=api", "name": "Lockheed Martin Space Operations", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LMSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }