← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-132621790-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=132621790&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 132621790,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000643471.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1234G>C",
"hgvs_p": "p.Asp412His",
"transcript": "NM_170682.4",
"protein_id": "NP_733782.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 471,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 1873,
"mane_select": "ENST00000643471.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1234G>C",
"hgvs_p": "p.Asp412His",
"transcript": "ENST00000643471.2",
"protein_id": "ENSP00000494644.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 471,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 1873,
"mane_select": "NM_170682.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1312G>C",
"hgvs_p": "p.Asp438His",
"transcript": "ENST00000343948.8",
"protein_id": "ENSP00000343339.4",
"transcript_support_level": 1,
"aa_start": 438,
"aa_end": null,
"aa_length": 497,
"cds_start": 1312,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1312,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Asp388His",
"transcript": "ENST00000350048.9",
"protein_id": "ENSP00000343904.5",
"transcript_support_level": 1,
"aa_start": 388,
"aa_end": null,
"aa_length": 447,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 1344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1018G>C",
"hgvs_p": "p.Asp340His",
"transcript": "ENST00000352418.8",
"protein_id": "ENSP00000341419.4",
"transcript_support_level": 1,
"aa_start": 340,
"aa_end": null,
"aa_length": 399,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1018,
"cdna_end": null,
"cdna_length": 1200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.958G>C",
"hgvs_p": "p.Asp320His",
"transcript": "ENST00000351222.8",
"protein_id": "ENSP00000344502.4",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 379,
"cds_start": 958,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 958,
"cdna_end": null,
"cdna_length": 1140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.*281G>C",
"hgvs_p": null,
"transcript": "ENST00000542301.2",
"protein_id": "ENSP00000444477.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": -4,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1140+94G>C",
"hgvs_p": null,
"transcript": "ENST00000348800.9",
"protein_id": "ENSP00000345095.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": -4,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1038+94G>C",
"hgvs_p": null,
"transcript": "ENST00000449132.6",
"protein_id": "ENSP00000405531.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1312G>C",
"hgvs_p": "p.Asp438His",
"transcript": "NM_170683.4",
"protein_id": "NP_733783.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 497,
"cds_start": 1312,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1353,
"cdna_end": null,
"cdna_length": 1951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Asp388His",
"transcript": "NM_016318.4",
"protein_id": "NP_057402.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 447,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 1801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1018G>C",
"hgvs_p": "p.Asp340His",
"transcript": "NM_012226.5",
"protein_id": "NP_036358.2",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 399,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 1657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.958G>C",
"hgvs_p": "p.Asp320His",
"transcript": "NM_174872.3",
"protein_id": "NP_777361.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 379,
"cds_start": 958,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 1597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1357G>C",
"hgvs_p": "p.Asp453His",
"transcript": "XM_005266154.5",
"protein_id": "XP_005266211.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 512,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1539,
"cdna_start": 1398,
"cdna_end": null,
"cdna_length": 1996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1240G>C",
"hgvs_p": "p.Asp414His",
"transcript": "XM_011534786.4",
"protein_id": "XP_011533088.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 473,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1281,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.*281G>C",
"hgvs_p": null,
"transcript": "NM_001282165.2",
"protein_id": "NP_001269094.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": -4,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1140+94G>C",
"hgvs_p": null,
"transcript": "NM_174873.3",
"protein_id": "NP_777362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": -4,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1038+94G>C",
"hgvs_p": null,
"transcript": "NM_001282164.2",
"protein_id": "NP_001269093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1218+94G>C",
"hgvs_p": null,
"transcript": "XM_005266155.6",
"protein_id": "XP_005266212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 488,
"cds_start": -4,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1140+94G>C",
"hgvs_p": null,
"transcript": "XM_017019035.3",
"protein_id": "XP_016874524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": -4,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"hgvs_c": "c.1218+94G>C",
"hgvs_p": null,
"transcript": "XM_005266156.6",
"protein_id": "XP_005266213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": -4,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000280311",
"gene_hgnc_id": null,
"hgvs_c": "n.*209C>G",
"hgvs_p": null,
"transcript": "ENST00000623606.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "P2RX2",
"gene_hgnc_id": 15459,
"dbsnp": "rs374200273",
"frequency_reference_population": 0.00005255275,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000525527,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09322327375411987,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.06,
"revel_prediction": "Benign",
"alphamissense_score": 0.0922,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.646,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000643471.2",
"gene_symbol": "P2RX2",
"hgnc_id": 15459,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1234G>C",
"hgvs_p": "p.Asp412His"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000623606.1",
"gene_symbol": "ENSG00000280311",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*209C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}