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=270&ordering=featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=featured", "results": [ { "id": 239, "url": "https://ll.thespacedevs.com/2.2.0/agencies/239/?format=api", "name": "Satmex", "featured": false, "type": "Commercial", "country_code": "MEX", "abbrev": "SATMEX", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 120, "url": "https://ll.thespacedevs.com/2.2.0/agencies/120/?format=api", "name": "SpaceQuest, Ltd.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SQ", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 22, "url": "https://ll.thespacedevs.com/2.2.0/agencies/22/?format=api", "name": "Committee on Space Research", "featured": false, "type": "Multinational", "country_code": "ARG,ARM,AUS,AUT,BEL,BGR,BRA,CAN,CHN,TWN,CZE,DNK,EGY,ESP,FIN,FRA,DEU,GRC,HUN,IND,IDN,IRN,ISR,ITA,JPN,MEX,NLD,NGA,NOR,PAK,POL,PRT,ROU,RUS,SVK,ZAF,SWE,CHE,THA,TUR,UKR,GBR,USA", "abbrev": "COSPAR", "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": 36, "url": "https://ll.thespacedevs.com/2.2.0/agencies/36/?format=api", "name": "Italian Space Agency", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "ASI", "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": 152, "url": "https://ll.thespacedevs.com/2.2.0/agencies/152/?format=api", "name": "UP Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "UPA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 24, "url": "https://ll.thespacedevs.com/2.2.0/agencies/24/?format=api", "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department", "featured": false, "type": "Government", "country_code": "CZE", "abbrev": "CSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 60, "url": "https://ll.thespacedevs.com/2.2.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "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 } ] }