← Back to catalog
pharmgkb.gene_search
mock data$0.001 / callPharmGKB 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.
Input schema
symbolrequired
stringHGNC gene symbol to search for (e.g. CYP2C9, CYP2D6, BRCA1, VKORC1, TPMT). Case-insensitive. Use the official gene symbol as listed by HGNC.
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>"}'