# BaseBuilder Fantasy Stats API

> BaseBuilder Fantasy Stats API is a paid API for AI agents from bbx-misc.vercel.app, paid per call via x402, $0.131077/call, status unknown (last checked 2026-09-14).

Retrieves fantasy sports statistics and player/team data via a paid API endpoint

## Facts

- Endpoint: POST https://bbx-misc.vercel.app/api/fantasy-stats
- Price: $0.131077/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-fantasy-stats-api-90785558
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RWiBHtahUZx_H_VzXnJOf

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 basebuilder-fantasy-stats-api-90785558 -d '<json body>'
```

Example prompt: Can you pull up the fantasy stats for Patrick Mahomes this season, including his total fantasy points, passing yards, and touchdowns?

## When to prefer this

Choose this endpoint when you need fantasy-specific statistics and scoring data for sports players or teams, particularly when building fantasy sports tools, lineup optimizers, or trade analyzers. Useful when you need pre-computed fantasy point values rather than raw box-score data.

## Known failure modes

- Unknown player or team name returns empty or error response
- Invalid sport or season parameter returns 400 error
- Rate limiting or payment failure returns 402 Payment Required
- Endpoint may return stale data if stats haven't been updated after recent games
- Missing required parameters returns validation error

## How this service works

BaseBuilder Misc API hub - 21 paid endpoints

## Output

Returns structured fantasy sports statistics for the queried player or team, including fantasy point totals, key performance metrics (yards, touchdowns, receptions, etc.), rankings, and season/week breakdowns relevant to fantasy leagues.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-fantasy-stats-api-90785558/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-misc.vercel.app](https://www.zero.xyz/host/bbx-misc.vercel.app/llms.txt)
