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=240&ordering=featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "id": 214, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/214/?format=api", "name": "Spire Global", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPIRE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1084, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1084/?format=api", "name": "PT Telkom Satellite Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "Telkomsat", "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.", "administrator": "President Director: Lukman Hakim Abd. Rauf", "founding_year": "1995", "launchers": "", "spacecraft": "", "parent": "PT Telkom Indonesia", "image_url": null }, { "id": 1077, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1077/?format=api", "name": "Astroscale", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "ASC", "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.", "administrator": "COO: Chris Blackerby", "founding_year": "2013", "launchers": "", "spacecraft": "ELSA-d | ADRAS-J", "parent": null, "image_url": null }, { "id": 5, "url": "https://lldev.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": 152, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 38, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/38/?format=api", "name": "National Space Agency (KazCosmos)", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "NSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1086, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api", "name": "NASA Goddard Space Flight Center", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "GSFC", "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.", "administrator": "Director: Makenzie Lystrup", "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": "National Aeronautics and Space Administration", "image_url": null }, { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "SP", "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.", "administrator": "CEO: Kang Yonglai", "founding_year": "2015", "launchers": "Tianlong", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1064, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1064/?format=api", "name": "BlackSky", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "BS", "description": "BlackSky is an American private aerospace company specializing in geospatial intelligence services. It operates the BlackSky constellation of Earth-imaging small satellites.", "administrator": "CEO: Brian O’Toole", "founding_year": "2013", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 87, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/87/?format=api", "name": "British Aerospace", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "BAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }