Get subregions for region
Get a list of all subregions in an region
Path parameters
-
Region name
GET /regions/{region}/subregions
curl \
-X GET https://api.tellusdb.com/v1/regions/Europe/subregions?token=api_token_value
Response examples (200)
{
"result": [
"Central Europe",
"Eastern Europe",
"Northern Europe",
"Southeast Europe",
"Southern Europe",
"Western Europe"
],
"count": 6,
"time_taken_ms": 1.3892211
}