Regions
Region View
https://api.linode.com/v4/regions/{regionId}
Returns a single Region.
Path Parameters
ID of the Region to look up.
Request Samples
- Shell
- CLI
curl https://api.linode.com/v4/regions/us-east
Response Samples
- 200
- default
{
"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.
A list of capabilities of this region.
The country where this Region resides.
This region's current operational status.
The unique ID of this Region.
Detailed location information for this Region, including city, state or region, and country.
The IPv4 addresses for this region's DNS resolvers, separated by commas.
The IPv6 addresses for this region's DNS resolvers, separated by commas.
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.