← 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-48771786-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=48771786&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 48771786,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000357869.8",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_015270.5",
"protein_id": "NP_056085.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 6092,
"mane_select": "ENST00000357869.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "ENST00000357869.8",
"protein_id": "ENSP00000350536.4",
"transcript_support_level": 2,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 6092,
"mane_select": "NM_015270.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "ENST00000307885.4",
"protein_id": "ENSP00000311405.4",
"transcript_support_level": 1,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3670,
"cdna_end": null,
"cdna_length": 6464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_001390831.2",
"protein_id": "NP_001377760.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3779,
"cdna_end": null,
"cdna_length": 6708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_001412819.1",
"protein_id": "NP_001399748.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3092,
"cdna_end": null,
"cdna_length": 6021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_001412820.1",
"protein_id": "NP_001399749.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3033,
"cdna_end": null,
"cdna_length": 5962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_001412821.1",
"protein_id": "NP_001399750.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3041,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "NM_001412822.1",
"protein_id": "NP_001399751.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 3072,
"cdna_end": null,
"cdna_length": 6001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2816A>T",
"hgvs_p": "p.Tyr939Phe",
"transcript": "NM_001390830.1",
"protein_id": "NP_001377759.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3348,
"cdna_start": 3004,
"cdna_end": null,
"cdna_length": 5933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2816A>T",
"hgvs_p": "p.Tyr939Phe",
"transcript": "ENST00000550422.5",
"protein_id": "ENSP00000446730.1",
"transcript_support_level": 2,
"aa_start": 939,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3348,
"cdna_start": 2952,
"cdna_end": null,
"cdna_length": 5877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "XM_006719210.5",
"protein_id": "XP_006719273.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 4127,
"cdna_end": null,
"cdna_length": 7056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe",
"transcript": "XM_047428173.1",
"protein_id": "XP_047284129.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1168,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 7277,
"cdna_end": null,
"cdna_length": 10206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "c.2672A>T",
"hgvs_p": "p.Tyr891Phe",
"transcript": "XM_017018743.2",
"protein_id": "XP_016874232.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1067,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3204,
"cdna_start": 3367,
"cdna_end": null,
"cdna_length": 6296,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "n.1090A>T",
"hgvs_p": null,
"transcript": "ENST00000547260.5",
"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": 4758,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "n.533A>T",
"hgvs_p": null,
"transcript": "ENST00000548351.1",
"protein_id": null,
"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": 576,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "n.1165A>T",
"hgvs_p": null,
"transcript": "ENST00000552099.5",
"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": 1694,
"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": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"hgvs_c": "n.3774A>T",
"hgvs_p": null,
"transcript": "NR_182049.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": 6703,
"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": "MIR4701",
"gene_hgnc_id": 41627,
"hgvs_c": "n.*189A>T",
"hgvs_p": null,
"transcript": "ENST00000583094.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": 63,
"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": "MIR4701",
"gene_hgnc_id": 41627,
"hgvs_c": "n.*189A>T",
"hgvs_p": null,
"transcript": "NR_039850.2",
"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": 63,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"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": "MIR4701",
"gene_hgnc_id": 41627,
"hgvs_c": "n.*194A>T",
"hgvs_p": null,
"transcript": "unassigned_transcript_1998",
"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": 20,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"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": "MIR4701",
"gene_hgnc_id": 41627,
"hgvs_c": "n.*228A>T",
"hgvs_p": null,
"transcript": "unassigned_transcript_1999",
"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": 22,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADCY6",
"gene_hgnc_id": 237,
"dbsnp": "rs879253864",
"frequency_reference_population": 0.000006574276,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657428,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8196723461151123,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.494,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7347,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.009,
"phylop100way_prediction": "Pathogenic",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM5",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000357869.8",
"gene_symbol": "ADCY6",
"hgnc_id": 237,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2975A>T",
"hgvs_p": "p.Tyr992Phe"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NR_039850.2",
"gene_symbol": "MIR4701",
"hgnc_id": 41627,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*189A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}