UnifyAPI
← Back to catalog

pharmgkb.gene_search

mock data$0.001 / call

PharmGKB Gene Search

Search PharmGKB for a pharmacogenomics gene by HGNC symbol (e.g. CYP2C9, CYP2D6, BRCA1, VKORC1, TPMT). Returns the PharmGKB gene ID, chromosomal location (GRCh38), strand, CPIC/AMP gene status, allele type, VIP tier, and plain-text clinical summary. CPIC genes have validated drug-dosing guidelines. AMP genes are on the AMP Tier I/II actionable list. Source: PharmGKB, CC BY-SA 4.0.

Healthprovider: Pharmgkb#pharmgkb#health

Input schema

symbolrequired

HGNC gene symbol to search for (e.g. CYP2C9, CYP2D6, BRCA1, VKORC1, TPMT). Case-insensitive. Use the official gene symbol as listed by HGNC.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/pharmgkb.gene_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"symbol":"<symbol>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.