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=160&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "results": [ { "id": 225, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/225/?format=api", "name": "1worldspace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "1WSP", "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.", "administrator": null, "founding_year": "1960", "launchers": "", "spacecraft": "AfriStar | AsiaStar", "parent": null, "image_url": null }, { "id": 233, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/233/?format=api", "name": "Direction générale de l'armement", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "DGA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1022, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api", "name": "Axiom Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "AXS", "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.", "administrator": "CEO: Jonathan Cirtain", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 238, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api", "name": "Hisdesat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISDE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1028, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1028/?format=api", "name": "Southern Launch", "featured": false, "type": "Private", "country_code": "AUS", "abbrev": "", "description": "Southern Launch is a South Australian launch company specializing in infrastructure and logistics for sub-orbital and orbital launches from Australian launch sites.", "administrator": "CEO: Lloyd Damp", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1065, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1065/?format=api", "name": "QPS Research Institute", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.", "administrator": "President: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 120, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 33, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/33/?format=api", "name": "Instituto Nacional de Técnica Aeroespacial", "featured": false, "type": "Government", "country_code": "ESP", "abbrev": "INTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 48, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/48/?format=api", "name": "National Commission for Space Research", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CNIE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 64, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/64/?format=api", "name": "Sri Lanka Space Agency", "featured": false, "type": "Government", "country_code": "LKA", "abbrev": "SLSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }