# UniProt Subcellular Location Search

> UniProt Subcellular Location Search 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-15).

Search UniProt subcellular location controlled vocabulary terms by keyword, returning matching location entries as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/uniprot-locations-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uniprot-subcellular-location-search-0306df7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mhI6iiwlSq7xKt-58j1f0

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 uniprot-subcellular-location-search-0306df7f -d '<json body>'
```

Example prompt: Can you search the UniProt subcellular location vocabulary for terms matching 'nucleus' so I can annotate my protein dataset with the correct controlled vocabulary identifiers?

## When to prefer this

Use this endpoint when you need to resolve or look up controlled vocabulary terms for protein subcellular localization as defined by UniProt — ideal for bioinformatics pipelines, protein annotation workflows, or when building queries against UniProt databases that require standardized location identifiers.

## Known failure modes

- Empty result set if keyword matches no known UniProt subcellular location terms
- HTTP 402 if payment header is missing or malformed
- Unexpected JSON structure if the query parameter 'q' is omitted
- No results for very specific or misspelled location terms

## How this service works

Search UniProt subcellular location terms by keyword {q}. Query: ?q= Returns JSON.

## Output

A JSON array or object containing UniProt subcellular location entries matching the keyword query — including location names, identifiers, and related metadata from the UniProt controlled vocabulary.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uniprot-subcellular-location-search-0306df7f/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)
