Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=80&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=90&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=70&ordering=featured", "results": [ { "id": 181, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/181/?format=api", "name": "National Reconnaissance Office", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "NRO", "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.", "administrator": "Director: Christopher Scolese", "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 76, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api", "name": "Swedish National Space Board", "featured": false, "type": "Government", "country_code": "SWE", "abbrev": "SNSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1064, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1064/?format=api", "name": "BlackSky", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "BS", "description": "BlackSky is an American private aerospace company specializing in geospatial intelligence services. It operates the BlackSky constellation of Earth-imaging small satellites.", "administrator": "CEO: Brian O’Toole", "founding_year": "2013", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1096, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1096/?format=api", "name": "Infinite Orbits", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Infinite Orbits is a NewSpace company providing in-orbit services.", "administrator": "CEO: Adel Haddoud", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 231, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/231/?format=api", "name": "SKY Perfect JSAT Group", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "JSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/188/?format=api", "name": "Gilmour Space Technologies", "featured": false, "type": "Private", "country_code": "AUS,SGP", "abbrev": "GST", "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.", "administrator": "CEO: Adam Gilmour", "founding_year": "2013", "launchers": "Eris", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg" }, { "id": 1007, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1007/?format=api", "name": "Space Services Inc.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 240, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/240/?format=api", "name": "Optus", "featured": false, "type": "Commercial", "country_code": "AUS", "abbrev": "OPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1051, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1051/?format=api", "name": "Payload Aerospace S.L.", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "PLD Space", "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.", "administrator": "CEO: Raúl Torres", "founding_year": "2011", "launchers": "Miura 1 | Miura 5", "spacecraft": "", "parent": null, "image_url": null }, { "id": 83, "url": "https://lldev.thespacedevs.com/2.0.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 } ] }