Skip to main content
GET
List data centers

Authorizations

Authorization
string
header
required

Runpod API key authentication. Generate an API key in the Runpod console and send it in the Authorization header as Bearer <api_key>. Keys are scoped to the permissions granted when created; requests may return 403 when a valid key lacks access to the requested resource or action.

Query Parameters

include
enum<string>[]

Comma-separated optional expansions. Supported value: GPU_AVAILABILITY, CPU_AVAILABILITY.

Data center catalog availability expansion.

Available options:
GPU_AVAILABILITY,
CPU_AVAILABILITY
Example:
regions
enum<string>[]

Comma-separated DataCenterRegion enum values. Values within this filter use OR semantics. Different filter families combine with AND.

Continental region containing the data center.

Available options:
NORTH_AMERICA,
SOUTH_AMERICA,
EUROPE,
ASIA,
MIDDLE_EAST,
AFRICA,
OCEANIA,
ANTARCTICA,
UNKNOWN
Example:
networkVolumeTypes
enum<string>[]

Comma-separated volume types. Supported values: STANDARD, HIGH_PERFORMANCE. Values within this filter use AND semantics; volumes=STANDARD,HIGH_PERFORMANCE requires both storage types. Different filter families combine with AND.

Data center network volume storage type.

Available options:
STANDARD,
HIGH_PERFORMANCE
Example:
compliance
enum<string>[]

Comma-separated Compliance enum values. Values within this filter use AND semantics; compliance=GDPR,SOC_2_TYPE_2 requires both certifications. Different filter families combine with AND.

Compliance certifications.

Available options:
GDPR,
ISO_IEC_27001,
ISO_14001,
PCI_DSS,
HITRUST,
SOC_1_TYPE_2,
SOC_2_TYPE_2,
SOC_3_TYPE_2,
ITAR,
FISMA_HIGH,
HIPAA,
RENEWABLE
Example:
globalNetwork
boolean

Filter by global networking support. true returns only data centers that support global networking; false only those that do not. Different filter families combine with AND.

Response

OK

dataCenters
object[]
required