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/107/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 107,
  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
  "name": "Surrey Satellite Technology Ltd",
  "featured": false,
  "type": "Commercial",
  "country_code": "GBR",
  "abbrev": "SSTL",
  "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.",
  "administrator": null,
  "founding_year": "1985",
  "launchers": "",
  "spacecraft": "",
  "parent": "Airbus Defence and Space",
  "launch_library_url": null,
  "total_launch_count": 0,
  "successful_launches": 0,
  "consecutive_successful_launches": 0,
  "failed_launches": 0,
  "pending_launches": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "attempted_landings": 0,
  "consecutive_successful_landings": 0,
  "info_url": "https://www.sstl.co.uk/",
  "wiki_url": "https://en.wikipedia.org/wiki/Surrey_Satellite_Technology_Ltd",
  "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/surrey_satellit_image_20251030072841.png",
  "image_url": null,
  "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/surrey_satellit_image_20251030072822.jpg",
  "launcher_list": [],
  "spacecraft_list": []
}