# TheSportsDB Venue Detail

> TheSportsDB Venue Detail 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-14).

Returns sport type, alternate name, and description for a stadium or venue by its TheSportsDB venue ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tsdb-venue-detail
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thesportsdb-venue-detail-9e5e982b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RrF0ZH-sMc-I3Emyhvvts

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-venue-detail-9e5e982b -d '<json body>'
```

Example prompt: Can you pull up the TheSportsDB venue details for venue ID 15937 — I want to know what sport it's for, any alternate names, and a description of the stadium?

## When to prefer this

Use this endpoint when you have a specific TheSportsDB venue ID and need structured details about that venue — sport type, alternate name, and description — rather than searching for venues by name or location.

## Known failure modes

- Invalid or unknown venue ID returns empty or null result
- Missing q parameter returns an error or empty response
- TheSportsDB upstream unavailable causes timeout or 5xx
- Non-numeric or malformed venue ID may return no data

## How this service works

TheSportsDB: stadium/venue detail by venue id - sport, alternate name, description. Query: ?q= Returns JSON.

## Output

A JSON object containing the venue's sport type, alternate name(s), and a textual description of the stadium or arena corresponding to the given venue ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thesportsdb-venue-detail-9e5e982b/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)
