# GWAS SNP Genomic Context Lookup

> GWAS SNP Genomic Context 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 genomic context and mapped genes for a dbSNP variant (rsID) from the EBI GWAS Catalog

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/gwas-snp-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/gwas-snp-genomic-context-lookup-d9b6ec4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5ta1m6LMAmtBb9QDSBqFz

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 gwas-snp-genomic-context-lookup-d9b6ec4b -d '<json body>'
```

Example prompt: Can you look up the genomic context and mapped genes for the dbSNP variant rs7329174 from the GWAS Catalog?

## When to prefer this

Use this endpoint when you need to quickly look up GWAS Catalog genomic context and gene mappings for a specific dbSNP rsID. It is ideal for bioinformatics pipelines, genetics research tools, or any workflow that needs to annotate SNPs with mapped genes from EBI's curated GWAS dataset. Prefer this over manual GWAS Catalog queries when automating SNP annotation at scale.

## Known failure modes

- Invalid or non-existent rsID returns empty result or error
- rsID format incorrect (missing 'rs' prefix) causes query failure
- SNP not present in GWAS Catalog returns no results
- Missing required rsid parameter results in bad request error
- Network timeout for rare or complex variants

## How this service works

Genomic context and mapped genes for a dbSNP variant in the EBI GWAS Catalog (param rsid, e.g. rs7329174). Query: ?rsid= Returns JSON.

## Output

A JSON object containing genomic context information and mapped genes for the specified dbSNP variant (rsID), sourced from the EBI GWAS Catalog — including chromosomal location, associated gene names, and related GWAS annotation data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gwas-snp-genomic-context-lookup-d9b6ec4b/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)
