Live
list_regions
betano.comReturns the full list of Betano regional platforms with identifiers, display names, URLs, and language tags from https://betano.com.
Parameters0
Runs8
Updated8d ago
Operational8 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_regions?
Returns the full list of Betano regional platforms with identifiers, display names, URLs, and language tags from https://betano.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"count": 0,
"regions": [
{
"site_url": "<string>",
"identifier": "<string>",
"display_name": "<string>",
"language_tag": "<string>"
}
],
"source_site": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/26e1f93c-e0b7-44bf-9113-e189cbdf2eeb/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "26e1f93c-e0b7-44bf-9113-e189cbdf2eeb",
"variables": {}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="26e1f93c-e0b7-44bf-9113-e189cbdf2eeb") — the "list_regions" function, which returns the full list of Betano regional platforms with identifiers, display names, URLs, and language tags from https://betano.com.. It takes no parameters. Return the result as structured JSON.