$ man sports-schedule
/sports-schedule(1)
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
localeCATEGORY
uncategorized
STATUS
● live
NAME
sports-schedule — sports schedule / mlb / nba / nhl / nfl / wnba / mls / epl / la liga / bundesliga / serie a — next games + recent results / sports schedu…
SYNOPSIS
POST https://x402.org/v1/sports-schedule
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Sports schedule / MLB / NBA / NHL / NFL / WNBA / MLS / EPL / La Liga / Bundesliga / Serie A — next games + recent results / sports schedule API / TheSportsDB v1 wrapper. Pass a league code; scope='upcoming' (default) returns the next 15 events with start time, venue, teams. scope='recent' returns last 15 completed games including scores. Single hit to TheSportsDB free tier (no API key, commercial-OK with attribution).
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| league | string | League code. Case-insensitive. enum: MLB · NBA · NHL · NFL · WNBA · MLS · EPL · LALIGA · BUNDESLIGA · SERIEA | required |
| scope | string | What to return — next games (default) or last results. enum: upcoming · recent | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| league | string | League code echoed back (e.g., MLB, NBA, NHL, NFL, WNBA, MLS, EPL, LaLiga, Bundesliga, SerieA). |
| scope | string | Either 'upcoming' for next 15 scheduled games or 'recent' for last 15 completed games with scores. |
| events | array | Array of up to 15 games with teams, start time, venue, and scores when scope is 'recent'. |
| source | string | Upstream data provider, TheSportsDB free tier v1 API. |
| attribution | string | Required attribution string crediting TheSportsDB per their commercial-use terms. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/sports-schedule \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the sports-schedule tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- sportsschedulegamesscoresmlbnbanhlnflepl
- methods
- POST
- cluster
- locale
- price
- $0.01 USDC per call
ADJACENT — other endpoints in locale
| endpoint | description | price |
|---|---|---|
| flight-status | Flight status / live aircraft position / flight tracker / ICAO24 lookup / callsign lookup / aircraft bounding-box / OpenSky Network state… | $0.01 |
| property-tax | Property tax lookup. | $0.01 |
| property-tax-assessment | Property tax assessor lookup (multi-county). | $0.01 |
| satellite-address | Address to satellite image / one-call address → cloud-free Sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view. | $0.01 |
| iata-airport-info | IATA / ICAO airport code lookup. | $0.005 |
| satellite-tile | Satellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery. | $0.005 |
| vin-decode | VIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper. | $0.005 |
| visa-requirements | Visa requirements lookup. | $0.005 |
SEE ALSO