Regions

Regions List

get
https://api.linode.com/v4/regions

Lists the Regions available for Linode services. Not all services are guaranteed to be available in all Regions.

Request Samples

curl https://api.linode.com/v4/regions

Response Samples

{
  "data": [
    {
      "id": "",
      "status": "ok",
      "label": "Newark, NJ, USA",
      "capabilities": [
        "Linodes",
        "NodeBalancers",
        "Block Storage",
        "Object Storage"
      ],
      "country": "us",
      "resolvers": {
        "ipv4": "192.0.2.0,192.0.2.1",
        "ipv6": "2001:0db8::,2001:0db8::1"
      }
    }
  ],
  "page": 1,
  "pages": 1,
  "results": 1
}

Responses

200: Returns an array of Regions.

data
array of objects
id
string

The unique ID of this Region.

status
string
Enum: "ok""outage"

This region's current operational status.

label
string

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

capabilities
array

A list of capabilities of this region.

country
string

The country where this Region resides.

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.

page
integer

The current page.

pages
integer

The total number of pages.

results
integer

The total number of results.

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.