← 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: 3-155084141-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=155084141&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 155084141,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000360490.7",
"consequences": [
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_007289.4",
"protein_id": "NP_009220.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "ENST00000360490.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000360490.7",
"protein_id": "ENSP00000353679.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "NM_007289.4",
"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": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000615825.2",
"protein_id": "ENSP00000478173.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": -4,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5744,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000460393.6",
"protein_id": "ENSP00000418525.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5593,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000493237.5",
"protein_id": "ENSP00000417079.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2556,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000382989.7",
"protein_id": "ENSP00000372450.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": -4,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "n.111-17A>G",
"hgvs_p": null,
"transcript": "ENST00000491597.5",
"protein_id": null,
"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": 951,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_000902.5",
"protein_id": "NP_000893.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5593,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_001354642.2",
"protein_id": "NP_001341571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5631,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_001354643.1",
"protein_id": "NP_001341572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5757,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_007287.4",
"protein_id": "NP_009218.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5640,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_007288.3",
"protein_id": "NP_009219.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5818,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000462745.5",
"protein_id": "ENSP00000419653.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3590,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000473730.6",
"protein_id": "ENSP00000420542.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2865,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000491026.6",
"protein_id": "ENSP00000418791.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2562,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000492661.5",
"protein_id": "ENSP00000420389.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2854,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000675418.2",
"protein_id": "ENSP00000502021.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5552,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000680057.1",
"protein_id": "ENSP00000505211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5776,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "ENST00000680282.1",
"protein_id": "ENSP00000505690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5607,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "NM_001354644.1",
"protein_id": "NP_001341573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": -4,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1329,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "XM_006713647.5",
"protein_id": "XP_006713710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9007,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "XM_011512856.3",
"protein_id": "XP_011511158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5730,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "XM_011512857.3",
"protein_id": "XP_011511159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5814,
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null,
"transcript": "XM_047448157.1",
"protein_id": "XP_047304113.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 750,
"cds_start": -4,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"dbsnp": "rs148774018",
"frequency_reference_population": 0.0003142453,
"hom_count_reference_population": 2,
"allele_count_reference_population": 501,
"gnomad_exomes_af": 0.000165735,
"gnomad_genomes_af": 0.00172103,
"gnomad_exomes_ac": 239,
"gnomad_genomes_ac": 262,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.592,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000360490.7",
"gene_symbol": "MME",
"hgnc_id": 7154,
"effects": [
"intron_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.-10-17A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}