Marketplace
No threads yet
Live

list_football_leagues

fotmob.com

Lists FotMob's popular, country-specific, and international football leagues with IDs and complete league metadata from https://fotmob.com. Use the returned IDs with league detail and statistics functions.

Parameters2
Runs12
Updated10d ago
Operational12 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 list_football_leagues?

Lists FotMob's popular, country-specific, and international football leagues with IDs and complete league metadata from https://fotmob.com. Use the returned IDs with league detail and statistics functions. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass locale, country_code and get the result back without maintaining a scraper.

Response

{
  "popular": [
    {}
  ],
  "countries": [
    {}
  ],
  "international": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/d8512210-7bcd-4c48-92e0-44facaa6b0bf/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "d8512210-7bcd-4c48-92e0-44facaa6b0bf",
    "variables": {
        "locale": "en",
        "country_code": "USA"
    }
}'

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="d8512210-7bcd-4c48-92e0-44facaa6b0bf") — the "list_football_leagues" function, which lists FotMob's popular, country-specific, and international football leagues with IDs and complete league metadata from https://fotmob.com. Use the returned IDs with league detail and statistics functions..

It takes locale (str), country_code (str). Return the result as structured JSON.