---
title: "Get a list of providers."
method: GET
path: "/v1/providers"
tags: ["Providers"]
---

# Get a list of providers.

`GET /v1/providers`

## Query parameters

- `scope` 'all' | 'trial'
- `addresses` string

## Response `200`

Returns a list of providers

- object[]
  - `owner` string, required
  - `name` string, nullable, required
  - `hostUri` string, required
  - `createdHeight` number, required
  - `email` string, nullable
  - `website` string, nullable
  - `lastCheckDate` string, nullable
  - `deploymentCount` number, nullable
  - `leaseCount` number, nullable
  - `cosmosSdkVersion` string, required
  - `akashVersion` string, required
  - `ipRegion` string, nullable, required
  - `ipRegionCode` string, nullable, required
  - `ipCountry` string, nullable, required
  - `ipCountryCode` string, nullable, required
  - `ipLat` string, nullable, required
  - `ipLon` string, nullable, required
  - `uptime1d` number, nullable, required
  - `uptime7d` number, nullable, required
  - `uptime30d` number, nullable, required
  - `isValidVersion` boolean, required
  - `isOnline` boolean, required
  - `lastOnlineDate` string, nullable, required
  - `isAudited` boolean, required
  - `gpuModels` object[], required
    - `vendor` string, required
    - `model` string, required
    - `ram` string, required
    - `interface` string, required
  - `attributes` object[], required
    - `key` string, required
    - `value` string, required
    - `auditedBy` string[], required
  - `host` string, nullable, required
  - `organization` string, nullable, required
  - `statusPage` string, nullable, required
  - `locationRegion` string, nullable, required
  - `country` string, nullable, required
  - `city` string, nullable, required
  - `timezone` string, nullable, required
  - `locationType` string, nullable, required
  - `hostingProvider` string, nullable, required
  - `hardwareCpu` string, nullable, required
  - `hardwareCpuArch` string, nullable, required
  - `hardwareGpuVendor` string, nullable, required
  - `hardwareGpuModels` string[], nullable, required
  - `hardwareDisk` string[], nullable, required
  - `featPersistentStorage` boolean, required
  - `featPersistentStorageType` string[], nullable, required
  - `hardwareMemory` string, nullable, required
  - `networkProvider` string, nullable, required
  - `networkSpeedDown` number, required
  - `networkSpeedUp` number, required
  - `tier` string, nullable, required
  - `featEndpointCustomDomain` boolean, required
  - `workloadSupportChia` boolean, required
  - `workloadSupportChiaCapabilities` string[], nullable, required
  - `featEndpointIp` boolean, required

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
