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=220&ordering=total_launch_count
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=total_launch_count", "results": [ { "id": 156, "url": "https://ll.thespacedevs.com/2.2.0/agencies/156/?format=api", "name": "Alliant Techsystems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ATK", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 130, "url": "https://ll.thespacedevs.com/2.2.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "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": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/noaa_logo_image_20250916065423.png" }, { "id": 1039, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1039/?format=api", "name": "Magellan Aerospace Corporation", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "MAC", "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.", "administrator": "CEO: Phillip Underwood", "founding_year": "1996", "launchers": "Black Brant", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png" }, { "id": 1091, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1091/?format=api", "name": "ispace", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "ispace", "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.", "administrator": "Founder: Takeshi Hakamada", "founding_year": "2010", "launchers": "", "spacecraft": "Hakuto-R", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_image_20250114201942.png" }, { "id": 51, "url": "https://ll.thespacedevs.com/2.2.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 146, "url": "https://ll.thespacedevs.com/2.2.0/agencies/146/?format=api", "name": "Canadian Arrow", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "Canadian Arrow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 91, "url": "https://ll.thespacedevs.com/2.2.0/agencies/91/?format=api", "name": "General Electric", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1073, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1073/?format=api", "name": "DSN Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "", "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.", "administrator": null, "founding_year": "2012", "launchers": "", "spacecraft": "", "parent": "SKY Perfect JSAT Group", "image_url": null, "logo_url": null }, { "id": 204, "url": "https://ll.thespacedevs.com/2.2.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }