Read a list of regionsAsk AIget https://api.highvolume.georanker.com/region/listRead and filter a list of regions. The region list is static and can be cached on the client side.MetadatacountryCodestringThe two letters ISO-3166-1 alpha-2 country code to use to filter the region list. Example: UStypestringThe type of the region. Example: country, region or postal codeitemsintegerThe total number of items to return on the search by the specific page. Example: 100pageintegerThe number of the page to download. You can paginate the results to get more locations. Default: 1. Example: 2querystringThe string containing the region's name that should be searched. Example: Las VegasapikeystringrequiredThe user account apikeyResponses 200The list of regions that was found using the filters 403Bad API Key. Your key may have been mistyped or you do not have access to our API. Retrying the request will not solve the issue. 500Internal server error. This is a generic error for some unexpected action that might happen at our side. This error should never appear to you, but if it does, you should retry later and contact us if it persists. 502Internal server error due a database timeout. This error should never appear to you, but if it does, you should retry later and contact us if it persists. 503Too many requests or connections. Your server made too many requests or opened too many connections. Please slow it down and close the unused connections. Enabling the 'keep-alive' mechanism may help to reuse connections. 504Internal server error similar to error 502. This error should never appear to you, but if it does, you should retry later and contact us if it persists.Updated about 2 months ago