Regions
Regions List
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
- Shell
- CLI
curl https://api.linode.com/v4/regions
Response Samples
- 200
- default
{
"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.
The unique ID of this Region.
This region's current operational status.
Detailed location information for this Region, including city, state or region, and country.
A list of capabilities of this region.
The country where this Region resides.
The IPv4 addresses for this region's DNS resolvers, separated by commas.
The IPv6 addresses for this region's DNS resolvers, separated by commas.
The current page.
The total number of pages.
The total number of results.
default: Error
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.
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.