# InterPro Entry Lookup

> InterPro Entry Lookup 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 detailed metadata and GO terms for a single InterPro protein family/domain entry by accession ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/interpro-entry-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/interpro-entry-lookup-d6e3ba7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7JAe6we-TnOvL8SwcsgwZ

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 interpro-entry-lookup-d6e3ba7e -d '<json body>'
```

Example prompt: Can you look up the InterPro entry IPR002117 and tell me what protein family it represents along with any associated GO terms?

## When to prefer this

Use this endpoint when you need structured metadata and GO term annotations for a specific InterPro entry by accession. Ideal for bioinformatics pipelines that annotate proteins, map domain functions, or cross-reference Gene Ontology categories from a known InterPro ID.

## Known failure modes

- Invalid or malformed InterPro accession returns an error or empty result
- Accession does not exist in InterPro database returns 404 or null
- Missing required ?id= parameter returns an error response
- Network timeout for slow database queries

## How this service works

Detail and GO terms for one InterPro entry by accession (param id, e.g. IPR002117). Query: ?id= Returns JSON.

## Output

A JSON object containing detailed information about the specified InterPro entry, including its name, type (family, domain, homologous superfamily, etc.), description, member database signatures, and associated Gene Ontology (GO) terms with their IDs, names, and categories.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/interpro-entry-lookup-d6e3ba7e/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)
