← 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-155084185-T-TC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=155084185&ref=T&alt=TC&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 155084185,
"ref": "T",
"alt": "TC",
"effect": "frameshift_variant",
"transcript": "NM_007289.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_007289.4",
"protein_id": "NP_009220.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "ENST00000360490.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000360490.7",
"protein_id": "ENSP00000353679.2",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": "NM_007289.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000615825.2",
"protein_id": "ENSP00000478173.2",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 780,
"cds_start": 20,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 176,
"cdna_end": null,
"cdna_length": 5744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000460393.6",
"protein_id": "ENSP00000418525.1",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 115,
"cdna_end": null,
"cdna_length": 5593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000493237.5",
"protein_id": "ENSP00000417079.1",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 154,
"cdna_end": null,
"cdna_length": 2556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000382989.7",
"protein_id": "ENSP00000372450.3",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 80,
"cds_start": 20,
"cds_end": null,
"cds_length": 243,
"cdna_start": 476,
"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.139dupC",
"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": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_000902.5",
"protein_id": "NP_000893.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 115,
"cdna_end": null,
"cdna_length": 5593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_001354642.2",
"protein_id": "NP_001341571.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 153,
"cdna_end": null,
"cdna_length": 5631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_001354643.1",
"protein_id": "NP_001341572.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 5757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_007287.4",
"protein_id": "NP_009218.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 162,
"cdna_end": null,
"cdna_length": 5640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_007288.3",
"protein_id": "NP_009219.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 5818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000462745.5",
"protein_id": "ENSP00000419653.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 232,
"cdna_end": null,
"cdna_length": 3590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000473730.6",
"protein_id": "ENSP00000420542.2",
"transcript_support_level": 3,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000491026.6",
"protein_id": "ENSP00000418791.2",
"transcript_support_level": 4,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000492661.5",
"protein_id": "ENSP00000420389.1",
"transcript_support_level": 2,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000675418.2",
"protein_id": "ENSP00000502021.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 100,
"cdna_end": null,
"cdna_length": 5552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000680057.1",
"protein_id": "ENSP00000505211.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 298,
"cdna_end": null,
"cdna_length": 5776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "ENST00000680282.1",
"protein_id": "ENSP00000505690.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 129,
"cdna_end": null,
"cdna_length": 5607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "NM_001354644.1",
"protein_id": "NP_001341573.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 80,
"cds_start": 20,
"cds_end": null,
"cds_length": 243,
"cdna_start": 486,
"cdna_end": null,
"cdna_length": 1329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "XM_006713647.5",
"protein_id": "XP_006713710.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 3504,
"cdna_end": null,
"cdna_length": 9007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "XM_011512856.3",
"protein_id": "XP_011511158.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 227,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "XM_011512857.3",
"protein_id": "XP_011511159.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 311,
"cdna_end": null,
"cdna_length": 5814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.19dupC",
"hgvs_p": "p.Gln7fs",
"transcript": "XM_047448157.1",
"protein_id": "XP_047304113.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 750,
"cds_start": 20,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 155,
"cdna_end": null,
"cdna_length": 5658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MME",
"gene_hgnc_id": 7154,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.956,
"phylop100way_prediction": "Uncertain_significance",
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_007289.4",
"gene_symbol": "MME",
"hgnc_id": 7154,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.19dupC",
"hgvs_p": "p.Gln7fs"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}