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=330&ordering=-id
{ "count": 337, "next": null, "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=-id", "results": [ { "id": 7, "url": "https://ll.thespacedevs.com/2.0.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 }, { "id": 6, "url": "https://ll.thespacedevs.com/2.0.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 }, { "id": 5, "url": "https://ll.thespacedevs.com/2.0.0/agencies/5/?format=api", "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications", "featured": false, "type": "Multinational", "country_code": "CHN,PAK,THA", "abbrev": "AP-MCSTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 4, "url": "https://ll.thespacedevs.com/2.0.0/agencies/4/?format=api", "name": "Algerian Space Agency", "featured": false, "type": "Government", "country_code": "DZA", "abbrev": "ASAL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 3, "url": "https://ll.thespacedevs.com/2.0.0/agencies/3/?format=api", "name": "Mexican Space Agency", "featured": false, "type": "Government", "country_code": "MEX", "abbrev": "AEM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 2, "url": "https://ll.thespacedevs.com/2.0.0/agencies/2/?format=api", "name": "Aeronautics and Space Research and Diffusion Center", "featured": false, "type": "Government", "country_code": "URY", "abbrev": "CIDA-E", "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.", "administrator": null, "founding_year": "1975", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1/?format=api", "name": "Belarus Space Agency", "featured": false, "type": "Government", "country_code": "BLR", "abbrev": "BSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }