Skip to main content
GET
Get a data center

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.

Path Parameters

id
string
required

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:

Response

OK

id
string
required
Example:

"US-TX-3"

name
string
required
Example:

"US Texas 3"

region
enum<string>
required

Continental region containing the data center.

Available options:
NORTH_AMERICA,
SOUTH_AMERICA,
EUROPE,
ASIA,
MIDDLE_EAST,
AFRICA,
OCEANIA,
ANTARCTICA,
UNKNOWN
Example:

"EUROPE"

globalNetwork
boolean
required

Whether this data center supports global networking (private cross-datacenter pod-to-pod network).

Example:

true

networkVolumeTypes
enum<string>[]
required

Network volume tiers this DC supports. Empty = none.

Data center network volume storage type.

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

Compliance certifications held by this data center

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:
gpuAvailability
object[]

Per-GPU availability in this data center. Present only when requested with include=GPU_AVAILABILITY.

cpuAvailability
object[]

Per-CPU availability in this data center. Present only when requested with include=CPU_AVAILABILITY.