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=210&ordering=pending_launches
{ "count": 348, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=pending_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=200&ordering=pending_launches", "results": [ { "id": 1063, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1063/?format=api", "name": "Astranis Space Technologies Corp.", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Astranis", "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,", "administrator": "CEO: John Gedmark", "founding_year": "2015", "launchers": "", "spacecraft": "Small geostationary communications satellites", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astranis2520space2520technologies2520corp._logo_20230807093654.png" }, { "id": 1097, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1097/?format=api", "name": "NordSpace", "featured": false, "type": "Private", "country_code": "CAN", "abbrev": "", "description": "Canadian Company developing sub-orbital launchers and satellite parts.", "administrator": "CEO: Rahul Goel", "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nordspace_logo_image_20250829145717.png" }, { "id": 1092, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iqps_logo_image_20250303221951.jpg" }, { "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": 53, "url": "https://ll.thespacedevs.com/2.2.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 123, "url": "https://ll.thespacedevs.com/2.2.0/agencies/123/?format=api", "name": "Starsem SA", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "SSA", "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 57, "url": "https://ll.thespacedevs.com/2.2.0/agencies/57/?format=api", "name": "Netherlands Institute for Space Research", "featured": false, "type": "Government", "country_code": "NLD", "abbrev": "SRON", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1011, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1011/?format=api", "name": "Moscow Institute of Thermal Technology", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "MITT", "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "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": 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 } ] }