Regions

Region View

get
https://api.linode.com/v4/regions/{regionId}

Returns a single Region.

Path Parameters

regionId
Required
string

ID of the Region to look up.

Request Samples

curl https://api.linode.com/v4/regions/us-east

Response Samples

{
  "capabilities": [],
  "country": "us",
  "status": "ok",
  "id": 1234,
  "label": "Newark, NJ, USA",
  "resolvers": {
    "ipv4": "192.0.2.0,192.0.2.1",
    "ipv6": "2001:0db8::,2001:0db8::1"
  }
}

Responses

200: A single Region object.

capabilities
array of objects

A list of capabilities of this region.

country
string

The country where this Region resides.

status
string
Enum: "ok""outage"

This region's current operational status.

id
string

The unique ID of this Region.

label
string

Detailed location information for this Region, including city, state or region, and country.

resolvers
object
ipv4
string

The IPv4 addresses for this region's DNS resolvers, separated by commas.

ipv6
string

The IPv6 addresses for this region's DNS resolvers, separated by commas.

default: Error

errors
array of objects
reason
string

What happened to cause this error. In most cases, this can be fixed immediately by changing the data you sent in the request, but in some cases you will be instructed to open a Support Ticket or perform some other action before you can complete the request successfully.

field
string

The field in the request that caused this error. This may be a path, separated by periods in the case of nested fields. In some cases this may come back as "null" if the error is not specific to any single element of the request.