# TheSportsDB Venue Lookup by ID

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

Returns stadium/venue details including location, capacity, country, and year opened for a given numeric venue ID from TheSportsDB.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/thesportsdb-venue-lookup
- 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-lookup-by-id-dc116f0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1NQEugJTEKkRynVifdCT1

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-lookup-by-id-dc116f0a -d '<json body>'
```

Example prompt: Can you pull up the details for TheSportsDB venue ID 15976 — I want to know its location, seating capacity, and what year it opened?

## When to prefer this

Use this endpoint when you have a specific numeric TheSportsDB venue ID and need structured metadata about that stadium — particularly location, capacity, country, and opening year. Prefer this over general web search when you need structured, machine-readable venue data tied to TheSportsDB's entity graph.

## Known failure modes

- Invalid or non-existent venue ID returns empty or error JSON
- Missing venueId parameter causes a bad request response
- Venue exists in TheSportsDB but has incomplete data (e.g. capacity or year opened may be null)
- Network timeout or upstream TheSportsDB API unavailability

## How this service works

TheSportsDB venue lookup by numeric venue id: stadium with location, capacity, country and year opened. Param venueId. Query: ?venueId= Returns JSON.

## Output

A JSON object containing the stadium's name, geographic location, seating capacity, country, and year the venue was opened, as indexed in TheSportsDB.

## More

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