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=140&ordering=featured
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 207, "url": "https://ll.thespacedevs.com/2.2.0/agencies/207/?format=api", "name": "Arab Satellite Communications Organization", "featured": false, "type": "Commercial", "country_code": "SAU", "abbrev": "ASCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 109, "url": "https://ll.thespacedevs.com/2.2.0/agencies/109/?format=api", "name": "Turkish Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 194, "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api", "name": "ExPace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "EP", "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.", "administrator": "CEO: Zhang Di", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1012, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api", "name": "Department of Aerospace Science and Technology", "featured": false, "type": "Government", "country_code": "BRA", "abbrev": "", "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.", "administrator": null, "founding_year": "1953", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1036, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1036/?format=api", "name": "Ministry of Space Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.", "administrator": null, "founding_year": "1982", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1098, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api", "name": "Innospace", "featured": false, "type": "Private", "country_code": "KOR", "abbrev": "IS", "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.", "administrator": "CEO: Kim Soo-jong", "founding_year": "2017", "launchers": "HANBIT", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png" }, { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/agencies/45/?format=api", "name": "National Authority for Remote Sensing and Space Sciences", "featured": false, "type": "Government", "country_code": "EGY", "abbrev": "NARSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 21, "url": "https://ll.thespacedevs.com/2.2.0/agencies/21/?format=api", "name": "Consultative Committee for Space Data Systems", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN", "abbrev": "CCSDS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 148, "url": "https://ll.thespacedevs.com/2.2.0/agencies/148/?format=api", "name": "Scorpius Space Launch Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SSLC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 50, "url": "https://ll.thespacedevs.com/2.2.0/agencies/50/?format=api", "name": "National Institute of Aeronautics and Space", "featured": false, "type": "Government", "country_code": "IDN", "abbrev": "LAPAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }