# The Stall — Sports Scores

> The Stall — Sports Scores is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-14).

Returns current or recent sports scores and game results via a pay-per-call x402 USDC micropayment endpoint

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/sports-scores
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-sports-scores-f55ea581
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FfpX114LnZLnZkpCyiNYJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the-stall-sports-scores-f55ea581
```

Example prompt: What's the score for last night's NBA game — Lakers vs Warriors?

## When to prefer this

Use this endpoint when you need sports scores or game results without setting up an account or API key, and you are operating in an x402 micropayment-enabled agent environment paying USDC on Base. Ideal for one-off or low-frequency sports data lookups where per-call pricing ($0.004) is cost-effective.

## Known failure modes

- No game found for the specified teams or date — returns empty or null result
- Unsupported sport or league — endpoint may not carry all sports
- Payment failure on Base mainnet — 402 response if USDC payment not processed
- Stale data if live scores are not yet updated
- Malformed query parameters — returns 400 or error response

## How this service works

Live and recent sports scores for NBA, NFL, MLB, NHL, MLS, EPL, La Liga, Bundesliga, Serie A, Champions League, and more. Returns game status, current score, venue, period/clock, and broadcast info. Uses ESPN's free public scoreboard API. Optional date filter (YYYYMMDD) for historical or upcoming schedule.

## Output

Returns sports scores and game result data for queried sport, league, or team matchups, including team names, scores, and match status. Delivered after a $0.004 USDC micropayment on Base mainnet via x402, no API key required.

## Example request

```json
{
 "properties": "NBA Lakers Warriors"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-sports-scores-f55ea581/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
