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=70&ordering=consecutive_successful_landings
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=80&ordering=consecutive_successful_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=60&ordering=consecutive_successful_landings", "results": [ { "id": 227, "url": "https://ll.thespacedevs.com/2.2.0/agencies/227/?format=api", "name": "UK Ministry Of Defence", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKMOD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 207, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 204, "url": "https://ll.thespacedevs.com/2.2.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 274, "url": "https://ll.thespacedevs.com/2.2.0/agencies/274/?format=api", "name": "i-Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "i-Space", "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.", "administrator": null, "founding_year": "2016", "launchers": "Hyperbola-1", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_20231217083222.png" }, { "id": 230, "url": "https://ll.thespacedevs.com/2.2.0/agencies/230/?format=api", "name": "Broadcasting Satellite System Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "BSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 213, "url": "https://ll.thespacedevs.com/2.2.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1054, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1054/?format=api", "name": "Defense Advanced Research Projects Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DARPA", "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.", "administrator": "Director: Stefanie Tompkins", "founding_year": "1958", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/defense2520advanced2520research2520projects2520agency_logo_20230726143005.png" }, { "id": 1078, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1078/?format=api", "name": "International Institute for Aeronautical Sciences", "featured": false, "type": "Multinational", "country_code": "???", "abbrev": "IIAS", "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 214, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 254, "url": "https://ll.thespacedevs.com/2.2.0/agencies/254/?format=api", "name": "British Satellite Broadcasting", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "BSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }