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=250&ordering=-featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured", "results": [ { "id": 1074, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api", "name": "National Aerospace Development Administration", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "NADA", "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.", "administrator": null, "founding_year": "2013", "launchers": "Chollima", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 130, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "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": 153, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api", "name": "McDonnell Douglas", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MDC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 157, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/157/?format=api", "name": "Bristol Aerospace Company", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "BAC", "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": 207, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/207/?format=api", "name": "Arab Satellite Communications Organization", "featured": false, "type": "Commercial", "country_code": "SAU", "abbrev": "ASCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1025, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1025/?format=api", "name": "United States Departement of Defense", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DoD", "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.", "administrator": null, "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 248, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/248/?format=api", "name": "ProtoStar", "featured": false, "type": "Commercial", "country_code": "BMU", "abbrev": "PROTO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }