Live
list_region_surf_spots
services.surfline.comReturns surf spots within a region or subregion from https://surfline.com, including IDs, names, coordinates, taxonomy details, and public spot URLs.
Parameters2
Runs8
Updated3d ago
Degraded8 runs · 75% 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_region_surf_spots?
Returns surf spots within a region or subregion from https://surfline.com, including IDs, names, coordinates, taxonomy details, and public spot URLs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass region_id, timeout_seconds and get the result back without maintaining a scraper.
Response
{
"spots": [
{}
],
"region": {},
"total_spots": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/f15084c3-d8de-4ebb-9860-e5da3a241c66/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "f15084c3-d8de-4ebb-9860-e5da3a241c66",
"variables": {
"region_id": "58f7ed87dadb30820bb3c537",
"timeout_seconds": 30
}
}'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="f15084c3-d8de-4ebb-9860-e5da3a241c66") — the "list_region_surf_spots" function, which returns surf spots within a region or subregion from https://surfline.com, including IDs, names, coordinates, taxonomy details, and public spot URLs.. It takes region_id (str), timeout_seconds (int). Return the result as structured JSON.