# TheSportsDB Event Detail by ID

> TheSportsDB Event Detail by 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 match/event details from TheSportsDB for any sport given an event ID, including teams, league, and timestamp

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-event-detail
- 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-event-detail-by-id-cd9815d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YyrAF9jB3ohSJmaiJHYTG

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-event-detail-by-id-cd9815d1 -d '<json body>'
```

Example prompt: Can you pull up the event details for TheSportsDB event ID 652890 — I need to know the teams, league, and when it was played.

## When to prefer this

Use this endpoint when you have a specific TheSportsDB event ID and need structured match details (teams, league, timestamp) for any sport. Prefer over general sports search endpoints when you already know the event ID and need a direct lookup rather than a search.

## Known failure modes

- Invalid or non-existent event ID returns empty or error JSON
- Missing ?q= parameter causes malformed request
- Event ID from a non-supported sport may return null data
- Rate limiting or payment failure returns 402 error
- Network timeout on slow upstream TheSportsDB response

## How this service works

TheSportsDB (any sport): match/event detail by event id - teams, league, timestamp. Query: ?q= Returns JSON.

## Output

A JSON object containing match/event details from TheSportsDB: participating teams, league name, event timestamp, and associated metadata for the specified event ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-event-detail-by-id-cd9815d1/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)
