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=330&ordering=-id
{ "count": 345, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=-id", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-id", "results": [ { "id": 15, "url": "https://ll.thespacedevs.com/2.2.0/agencies/15/?format=api", "name": "Bulgarian Space Agency", "featured": false, "type": "Government", "country_code": "BGR", "abbrev": "SRI-BAS", "description": "The Bulgarian Space Agency has put two Bulgarians onto the ISS in tandem with the Russian Space Agency. Their involvement in space began with the Interkosmos program that helped Communist Bloc countries get access to Soviet space technology. They contributed cosmonauts for a training class, two of which flew aboard the ISS.", "administrator": null, "founding_year": "1993", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 14, "url": "https://ll.thespacedevs.com/2.2.0/agencies/14/?format=api", "name": "Bolivian Space Agency", "featured": false, "type": "Government", "country_code": "BOL", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 13, "url": "https://ll.thespacedevs.com/2.2.0/agencies/13/?format=api", "name": "UK Space Agency", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 12, "url": "https://ll.thespacedevs.com/2.2.0/agencies/12/?format=api", "name": "Brazilian Space Agency", "featured": false, "type": "Government", "country_code": "BRA", "abbrev": "AEB", "description": "The Brazilian Space Agency is a space agency in South America. They work in partnership with the US and Russia aboard the ISS. It was previously operated by the military until 1994. They now operate largely in tandem with other nations. They run a spaceport and rocket launch site both in Brazil. They built the VLM small satellite launch system in tandem with Germany. The VLS-1 was intended to be a primary launch vehicle for the BSA, but it failed 3 times and was canceled. They have restarted work on the system in tandem with the Russian Space Agency.", "administrator": "Administrator: Marco Antonio Chamon", "founding_year": "1961", "launchers": "VLM | VLS", "spacecraft": "None", "parent": null, "image_url": null, "logo_url": null }, { "id": 11, "url": "https://ll.thespacedevs.com/2.2.0/agencies/11/?format=api", "name": "Bolivarian Agency for Space Activities", "featured": false, "type": "Government", "country_code": "VEN", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 10, "url": "https://ll.thespacedevs.com/2.2.0/agencies/10/?format=api", "name": "Belgian Institute for Space Aeronomy", "featured": false, "type": "Government", "country_code": "BEL", "abbrev": "BIRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 9, "url": "https://ll.thespacedevs.com/2.2.0/agencies/9/?format=api", "name": "Azerbaijan National Aerospace Agency", "featured": false, "type": "Government", "country_code": "AZE", "abbrev": "AMAKA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 8, "url": "https://ll.thespacedevs.com/2.2.0/agencies/8/?format=api", "name": "Austrian Space Agency", "featured": false, "type": "Government", "country_code": "AUT", "abbrev": "ALR", "description": "The Austrian Space Agency was founded in 1972 and joined the ESA as a member in 1987. In 2005, control of the ALR was transferred to the Austrian Agency for Aerospace. They coordinated the first flight of an Austrian in space with a Soyuz launch in 1990.", "administrator": "Administrator: Andreas Geisler", "founding_year": "1972", "launchers": "", "spacecraft": "Spacelab | GALILEO", "parent": null, "image_url": null, "logo_url": null }, { "id": 7, "url": "https://ll.thespacedevs.com/2.2.0/agencies/7/?format=api", "name": "Asia-Pacific Space Cooperation Organization", "featured": false, "type": "Multinational", "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER", "abbrev": "APSCO", "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 6, "url": "https://ll.thespacedevs.com/2.2.0/agencies/6/?format=api", "name": "Asia-Pacific Regional Space Agency Forum", "featured": false, "type": "Multinational", "country_code": "FRA,USA,DEU,RUS,CHN,IND,PAK,CAN,JPN,VNM,AUS,KOR,MYS,MNG,NZL,THA,BGD,BRN,BTN,KHM,IDN,LAO,MMR,NPL,PHL,SGP,LKA", "abbrev": "APRSAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }