Get subregions for region

GET /regions/{region}/subregions

Get a list of all subregions in an region

Path parameters

Responses

  • 200 application/json

    List of subregions matching filter

    Hide response attributes Show response attributes object
  • API key is missing or invalid

  • [FREE PLANS ONLY] Request Quota Exceeded

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
}