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=180&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170&ordering=featured", "results": [ { "id": 134, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/134/?format=api", "name": "American Rocket Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AMROC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1020, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api", "name": "Sierra Nevada Corporation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SNC", "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.", "administrator": "CEO: Fatih Ozmen", "founding_year": "1963", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg" }, { "id": 154, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api", "name": "Production Corporation Polyot", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "NP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 156, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/156/?format=api", "name": "Alliant Techsystems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ATK", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1027, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null }, { "id": 51, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 59, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api", "name": "Pakistan Space and Upper Atmosphere Research Commission", "featured": false, "type": "Government", "country_code": "PAK", "abbrev": "SUPARCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 242, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/242/?format=api", "name": "Paradigm Secure Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "PSCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1045, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api", "name": "Rocket Factory Augsburg", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "RFA", "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.", "administrator": "COO: Stefan Brieschenk", "founding_year": "2018", "launchers": "RFA One", "spacecraft": "", "parent": null, "image_url": null } ] }