# TheSportsDB Event Lookup by ID

> TheSportsDB Event 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).

Fetches full event details from TheSportsDB by event ID, including league, sport, home team, and away team information.

## Facts

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

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

Example prompt: Can you pull the full event details for TheSportsDB event ID 652890 — I need to know the sport, league, and both teams that played?

## When to prefer this

Use this endpoint when you have a specific TheSportsDB event ID and need full structured details about that event — including sport type, league, and team matchup — rather than searching by team name or date.

## Known failure modes

- Invalid or nonexistent event ID returns empty or error JSON
- Missing query parameter q results in a bad request
- TheSportsDB upstream unavailability causes timeout or error
- Malformed event ID (non-numeric) may return null results

## How this service works

TheSportsDB full event detail by event id: event, league, sport, home and away teams Query: ?q= Returns JSON.

## Output

A JSON object containing comprehensive event details from TheSportsDB, including the event name, sport, league, date/time, home team, away team, scores, and other event metadata.

## More

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