Marketplace
No threads yet
Live

get_bout_details

tapology.com

Returns detailed bout records from https://www.tapology.com with fighters, results, method and timing, fight metadata, comparison values, community picks, and published moneyline odds.

Parameters1
Runs8
Updated3d ago
Operational8 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_bout_details?

Returns detailed bout records from https://www.tapology.com with fighters, results, method and timing, fight metadata, comparison values, community picks, and published moneyline odds. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass bout_id and get the result back without maintaining a scraper.

Response

{
  "data": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/9d2707cd-db9a-4382-8161-c8289fd52d32/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "9d2707cd-db9a-4382-8161-c8289fd52d32",
    "variables": {
        "bout_id": "1078043-ufc-fight-night-sean-tarzan-strickland-vs-anthony-fluffy-hernandez"
    }
}'

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="9d2707cd-db9a-4382-8161-c8289fd52d32") — the "get_bout_details" function, which returns detailed bout records from https://www.tapology.com with fighters, results, method and timing, fight metadata, comparison values, community picks, and published moneyline odds..

It takes bout_id (str). Return the result as structured JSON.