← 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: 19-7528881-G-GA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7528881&ref=G&alt=GA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7528881,
"ref": "G",
"alt": "GA",
"effect": "frameshift_variant",
"transcript": "NM_020533.3",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs",
"transcript": "NM_020533.3",
"protein_id": "NP_065394.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 580,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264079.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020533.3"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs",
"transcript": "ENST00000264079.11",
"protein_id": "ENSP00000264079.5",
"transcript_support_level": 1,
"aa_start": 350,
"aa_end": null,
"aa_length": 580,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020533.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264079.11"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1215dupA",
"hgvs_p": "p.Phe406fs",
"transcript": "ENST00000852002.1",
"protein_id": "ENSP00000522061.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 636,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852002.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs",
"transcript": "ENST00000915843.1",
"protein_id": "ENSP00000585902.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 631,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915843.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1080dupA",
"hgvs_p": "p.Phe361fs",
"transcript": "ENST00000915842.1",
"protein_id": "ENSP00000585901.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 591,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915842.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1065dupA",
"hgvs_p": "p.Phe356fs",
"transcript": "ENST00000852000.1",
"protein_id": "ENSP00000522059.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 586,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852000.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1065dupA",
"hgvs_p": "p.Phe356fs",
"transcript": "ENST00000852006.1",
"protein_id": "ENSP00000522065.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 586,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852006.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1041dupA",
"hgvs_p": "p.Phe348fs",
"transcript": "ENST00000852003.1",
"protein_id": "ENSP00000522062.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 578,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852003.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs",
"transcript": "ENST00000852001.1",
"protein_id": "ENSP00000522060.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 552,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852001.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs",
"transcript": "ENST00000852004.1",
"protein_id": "ENSP00000522063.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 539,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852004.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.804dupA",
"hgvs_p": "p.Phe269fs",
"transcript": "ENST00000915844.1",
"protein_id": "ENSP00000585903.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 499,
"cds_start": 805,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915844.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.759dupA",
"hgvs_p": "p.Phe254fs",
"transcript": "ENST00000852005.1",
"protein_id": "ENSP00000522064.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 484,
"cds_start": 760,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852005.1"
},
{
"aa_ref": "F",
"aa_alt": "I?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.741dupA",
"hgvs_p": "p.Phe248fs",
"transcript": "ENST00000948925.1",
"protein_id": "ENSP00000618984.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 478,
"cds_start": 742,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "n.1362dupA",
"hgvs_p": null,
"transcript": "ENST00000394321.9",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000394321.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "n.230dupA",
"hgvs_p": null,
"transcript": "ENST00000595860.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595860.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "c.-81_-80insA",
"hgvs_p": null,
"transcript": "ENST00000599334.1",
"protein_id": "ENSP00000472176.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599334.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"hgvs_c": "n.-90_-89insA",
"hgvs_p": null,
"transcript": "ENST00000594692.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000594692.1"
}
],
"gene_symbol": "MCOLN1",
"gene_hgnc_id": 13356,
"dbsnp": "rs1057516904",
"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.029999999329447746,
"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": 7.012,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_020533.3",
"gene_symbol": "MCOLN1",
"hgnc_id": 13356,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1047dupA",
"hgvs_p": "p.Phe350fs"
}
],
"clinvar_disease": "Inborn genetic diseases,Mucolipidosis type IV,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Mucolipidosis type IV|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}