Get all regions

GET /regions

Get a list of all regions

Responses

  • 200 application/json

    List of regions matching filter

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

  • [FREE PLANS ONLY] Request Quota Exceeded

GET /regions
curl \
 -X GET https://api.tellusdb.com/v1/regions?token=api_token_value
Response examples (200)
{
  "result": [
    "Africa",
    "Americas",
    "Antarctic",
    "Asia",
    "Europe",
    "Oceania"
  ],
  "count": 6,
  "time_taken_ms": 1.3892211
}