# TheSportsDB Soccer Next Events by Team ID

> TheSportsDB Soccer Next Events by Team ID 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-13).

Returns upcoming soccer fixtures for a given team, including event name, date, and league, sourced from TheSportsDB.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-soccer-next-events
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thesportsdb-soccer-next-events-by-team-id-36a618a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7KIxtHDWkoR09FJwzsCmF

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 thesportsdb-soccer-next-events-by-team-id-36a618a2 -d '<json body>'
```

Example prompt: What are the next upcoming matches for the soccer team with TheSportsDB team ID 133604 — show me the event names, dates, and leagues?

## When to prefer this

Use this endpoint when you need upcoming match schedules for a specific soccer/football team by its numeric TheSportsDB team ID, and you want structured JSON with event name, date, and league details. Prefer this over generic sports APIs when TheSportsDB team IDs are already known.

## Known failure modes

- Invalid or missing teamId parameter returns an error or empty result
- Non-existent team ID returns empty fixtures list
- TheSportsDB upstream unavailable causes timeout or error
- Non-numeric teamId causes bad request
- Team with no upcoming scheduled fixtures returns empty array

## How this service works

TheSportsDB upcoming fixtures by numeric team id: next matches with event name, date and league. Query: ?teamId= Returns JSON.

## Output

A JSON array of upcoming soccer fixtures for the specified team, each containing the event/match name, scheduled date, and league/competition name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-soccer-next-events-by-team-id-36a618a2/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)
