← 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-122226007-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=122226007&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 122226007,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000464942.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "NM_001371333.1",
"protein_id": "NP_001358262.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 239,
"cds_start": 8,
"cds_end": null,
"cds_length": 720,
"cdna_start": 46,
"cdna_end": null,
"cdna_length": 1471,
"mane_select": "ENST00000464942.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "ENST00000464942.7",
"protein_id": "ENSP00000442360.2",
"transcript_support_level": 1,
"aa_start": 3,
"aa_end": null,
"aa_length": 239,
"cds_start": 8,
"cds_end": null,
"cds_length": 720,
"cdna_start": 46,
"cdna_end": null,
"cdna_length": 1471,
"mane_select": "NM_001371333.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "ENST00000267169.11",
"protein_id": "ENSP00000267169.7",
"transcript_support_level": 1,
"aa_start": 3,
"aa_end": null,
"aa_length": 209,
"cds_start": 8,
"cds_end": null,
"cds_length": 630,
"cdna_start": 33,
"cdna_end": null,
"cdna_length": 1418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "ENST00000353548.11",
"protein_id": "ENSP00000320343.6",
"transcript_support_level": 1,
"aa_start": 3,
"aa_end": null,
"aa_length": 195,
"cds_start": 8,
"cds_end": null,
"cds_length": 588,
"cdna_start": 46,
"cdna_end": null,
"cdna_length": 1338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.8C>G",
"hgvs_p": null,
"transcript": "ENST00000342392.3",
"protein_id": "ENSP00000339963.3",
"transcript_support_level": 1,
"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": 1336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ENSG00000256861",
"gene_hgnc_id": null,
"hgvs_c": "n.1594+6319C>G",
"hgvs_p": null,
"transcript": "ENST00000535844.1",
"protein_id": "ENSP00000454454.1",
"transcript_support_level": 2,
"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": 2748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "NM_019887.6",
"protein_id": "NP_063940.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 239,
"cds_start": 8,
"cds_end": null,
"cds_length": 720,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly",
"transcript": "NM_001278342.1",
"protein_id": "NP_001265271.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 195,
"cds_start": 8,
"cds_end": null,
"cds_length": 588,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.2C>G",
"hgvs_p": "p.Ala1Gly",
"transcript": "ENST00000446652.5",
"protein_id": "ENSP00000390103.1",
"transcript_support_level": 3,
"aa_start": 1,
"aa_end": null,
"aa_length": 189,
"cds_start": 2,
"cds_end": null,
"cds_length": 572,
"cdna_start": 3,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.8C>G",
"hgvs_p": null,
"transcript": "ENST00000540535.6",
"protein_id": "ENSP00000441139.2",
"transcript_support_level": 3,
"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": 1429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.8C>G",
"hgvs_p": null,
"transcript": "ENST00000541273.6",
"protein_id": "ENSP00000440971.2",
"transcript_support_level": 2,
"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": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.8C>G",
"hgvs_p": null,
"transcript": "ENST00000644227.1",
"protein_id": "ENSP00000494535.1",
"transcript_support_level": null,
"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": 1523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.56C>G",
"hgvs_p": null,
"transcript": "ENST00000644509.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.16C>G",
"hgvs_p": null,
"transcript": "ENST00000645569.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.-123C>G",
"hgvs_p": null,
"transcript": "NM_138930.3",
"protein_id": "NP_620308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.-79C>G",
"hgvs_p": null,
"transcript": "NM_001278303.1",
"protein_id": "NP_001265232.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": -4,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.-123C>G",
"hgvs_p": null,
"transcript": "NM_001278302.1",
"protein_id": "NP_001265231.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": -4,
"cds_end": null,
"cds_length": 429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284934",
"gene_hgnc_id": null,
"hgvs_c": "c.*423C>G",
"hgvs_p": null,
"transcript": "ENST00000645606.1",
"protein_id": "ENSP00000493911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 44,
"cds_start": -4,
"cds_end": null,
"cds_length": 135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284934",
"gene_hgnc_id": null,
"hgvs_c": "n.66+1349C>G",
"hgvs_p": null,
"transcript": "ENST00000485724.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "c.-1339C>G",
"hgvs_p": null,
"transcript": "NM_001278304.2",
"protein_id": "NP_001265233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"hgvs_c": "n.-35C>G",
"hgvs_p": null,
"transcript": "ENST00000541656.6",
"protein_id": "ENSP00000440653.2",
"transcript_support_level": 3,
"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": 732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284934",
"gene_hgnc_id": null,
"hgvs_c": "c.*423C>G",
"hgvs_p": null,
"transcript": "ENST00000475784.1",
"protein_id": "ENSP00000495792.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 44,
"cds_start": -4,
"cds_end": null,
"cds_length": 135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DIABLO",
"gene_hgnc_id": 21528,
"dbsnp": "rs202028496",
"frequency_reference_population": 0.0010152981,
"hom_count_reference_population": 2,
"allele_count_reference_population": 1628,
"gnomad_exomes_af": 0.00104196,
"gnomad_genomes_af": 0.000761395,
"gnomad_exomes_ac": 1512,
"gnomad_genomes_ac": 116,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013210952281951904,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.366,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1462,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.245,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000464942.7",
"gene_symbol": "DIABLO",
"hgnc_id": 21528,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.8C>G",
"hgvs_p": "p.Ala3Gly"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000535844.1",
"gene_symbol": "ENSG00000256861",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1594+6319C>G",
"hgvs_p": null
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000645606.1",
"gene_symbol": "ENSG00000284934",
"hgnc_id": null,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*423C>G",
"hgvs_p": null
}
],
"clinvar_disease": "DIABLO-related disorder,not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "not specified|not provided|DIABLO-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}