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
}