← 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-155084223-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=155084223&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 155084223,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_007289.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_007289.4",
"protein_id": "NP_009220.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "ENST00000360490.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000360490.7",
"protein_id": "ENSP00000353679.2",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "NM_007289.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000615825.2",
"protein_id": "ENSP00000478173.2",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 780,
"cds_start": 56,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 212,
"cdna_end": null,
"cdna_length": 5744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000460393.6",
"protein_id": "ENSP00000418525.1",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 151,
"cdna_end": null,
"cdna_length": 5593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000493237.5",
"protein_id": "ENSP00000417079.1",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 190,
"cdna_end": null,
"cdna_length": 2556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000382989.7",
"protein_id": "ENSP00000372450.3",
"transcript_support_level": 1,
"aa_start": 19,
"aa_end": null,
"aa_length": 80,
"cds_start": 56,
"cds_end": null,
"cds_length": 243,
"cdna_start": 512,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "n.176A>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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_000902.5",
"protein_id": "NP_000893.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 151,
"cdna_end": null,
"cdna_length": 5593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_001354642.2",
"protein_id": "NP_001341571.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 5631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_001354643.1",
"protein_id": "NP_001341572.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 5757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_007287.4",
"protein_id": "NP_009218.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 198,
"cdna_end": null,
"cdna_length": 5640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_007288.3",
"protein_id": "NP_009219.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 351,
"cdna_end": null,
"cdna_length": 5818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000462745.5",
"protein_id": "ENSP00000419653.1",
"transcript_support_level": 5,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 268,
"cdna_end": null,
"cdna_length": 3590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000473730.6",
"protein_id": "ENSP00000420542.2",
"transcript_support_level": 3,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000491026.6",
"protein_id": "ENSP00000418791.2",
"transcript_support_level": 4,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 365,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000492661.5",
"protein_id": "ENSP00000420389.1",
"transcript_support_level": 2,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 267,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000675418.2",
"protein_id": "ENSP00000502021.2",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 136,
"cdna_end": null,
"cdna_length": 5552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000680057.1",
"protein_id": "ENSP00000505211.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 334,
"cdna_end": null,
"cdna_length": 5776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "ENST00000680282.1",
"protein_id": "ENSP00000505690.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 165,
"cdna_end": null,
"cdna_length": 5607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "NM_001354644.1",
"protein_id": "NP_001341573.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 80,
"cds_start": 56,
"cds_end": null,
"cds_length": 243,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 1329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "XM_006713647.5",
"protein_id": "XP_006713710.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 9007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "XM_011512856.3",
"protein_id": "XP_011511158.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "XM_011512857.3",
"protein_id": "XP_011511159.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 5814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg",
"transcript": "XM_047448157.1",
"protein_id": "XP_047304113.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 750,
"cds_start": 56,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 191,
"cdna_end": null,
"cdna_length": 5658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"dbsnp": "rs148334392",
"frequency_reference_population": 0.000015487549,
"hom_count_reference_population": 0,
"allele_count_reference_population": 25,
"gnomad_exomes_af": 0.00000820871,
"gnomad_genomes_af": 0.0000853366,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12034040689468384,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.339,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0668,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.916,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_007289.4",
"gene_symbol": "MME",
"hgnc_id": 7154,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.56A>G",
"hgvs_p": "p.Lys19Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}