# SportsDB Next Events for Team

> SportsDB Next Events for Team is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the next scheduled matches for a given football/soccer team using their SportsDB team ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/sportsdb-next-events
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sportsdb-next-events-for-team-aed7f40d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Augz3E5I0DArTErrUXZwN

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 sportsdb-next-events-for-team-aed7f40d -d '<json body>'
```

Example prompt: What are Arsenal's next scheduled matches? Their SportsDB team ID is 133604.

## When to prefer this

Use this endpoint when you need upcoming fixture data for a specific football/soccer team identified by their SportsDB team ID, especially when you already have the numeric team ID and want a quick, paid-per-call lookup without setting up your own SportsDB API key.

## Known failure modes

- Invalid or unknown teamId returns empty results or an error
- Missing teamId parameter returns a 400 or empty response
- TheSportsDB upstream unavailable causes a 502 or timeout
- Team with no scheduled matches returns an empty fixtures list

## How this service works

Next scheduled matches for a team. Param teamId (e.g. 133604 Arsenal). Query: ?teamId= Returns JSON.

## Output

A JSON array of upcoming match events for the specified team, including opponent names, match dates/times, competition name, and venue details sourced from TheSportsDB.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sportsdb-next-events-for-team-aed7f40d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
