← 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: 9-2622260-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=2622260&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 2622260,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000382100.8",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "NM_003383.5",
"protein_id": "NP_003374.3",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 873,
"cds_start": 71,
"cds_end": null,
"cds_length": 2622,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 9213,
"mane_select": "ENST00000382100.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "ENST00000382100.8",
"protein_id": "ENSP00000371532.2",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 873,
"cds_start": 71,
"cds_end": null,
"cds_length": 2622,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 9213,
"mane_select": "NM_003383.5",
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR-AS1",
"gene_hgnc_id": 49621,
"hgvs_c": "n.114G>T",
"hgvs_p": null,
"transcript": "ENST00000453601.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": 887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "NM_001018056.3",
"protein_id": "NP_001018066.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 845,
"cds_start": 71,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 9129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "ENST00000681306.1",
"protein_id": "ENSP00000506072.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 845,
"cds_start": 71,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 208,
"cdna_end": null,
"cdna_length": 5723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "NM_001322225.2",
"protein_id": "NP_001309154.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 832,
"cds_start": 71,
"cds_end": null,
"cds_length": 2499,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 9090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "ENST00000680746.1",
"protein_id": "ENSP00000505030.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 832,
"cds_start": 71,
"cds_end": null,
"cds_length": 2499,
"cdna_start": 694,
"cdna_end": null,
"cdna_length": 5185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "NM_001322226.2",
"protein_id": "NP_001309155.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 804,
"cds_start": 71,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 9006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "ENST00000681618.1",
"protein_id": "ENSP00000505773.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 804,
"cds_start": 71,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 151,
"cdna_end": null,
"cdna_length": 4666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"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": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "ENST00000382096.6",
"protein_id": "ENSP00000371528.2",
"transcript_support_level": 5,
"aa_start": 24,
"aa_end": null,
"aa_length": 107,
"cds_start": 71,
"cds_end": null,
"cds_length": 325,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp",
"transcript": "XM_047423848.1",
"protein_id": "XP_047279804.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 498,
"cds_start": 71,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 2011,
"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": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR-AS1",
"gene_hgnc_id": 49621,
"hgvs_c": "n.114G>T",
"hgvs_p": null,
"transcript": "ENST00000657742.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": 4163,
"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": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR-AS1",
"gene_hgnc_id": 49621,
"hgvs_c": "n.198G>T",
"hgvs_p": null,
"transcript": "ENST00000671040.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": 4519,
"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": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.56C>A",
"hgvs_p": null,
"transcript": "ENST00000679851.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": 3951,
"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": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.71C>A",
"hgvs_p": null,
"transcript": "ENST00000680243.1",
"protein_id": "ENSP00000505911.1",
"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": 3068,
"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": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.71C>A",
"hgvs_p": null,
"transcript": "ENST00000680891.1",
"protein_id": "ENSP00000505167.1",
"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": 4386,
"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": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.71C>A",
"hgvs_p": null,
"transcript": "ENST00000681644.1",
"protein_id": "ENSP00000505180.1",
"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": 5087,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.59C>A",
"hgvs_p": null,
"transcript": "ENST00000681770.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": 2282,
"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": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.71C>A",
"hgvs_p": null,
"transcript": "ENST00000681806.1",
"protein_id": "ENSP00000505282.1",
"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": 3239,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR-AS1",
"gene_hgnc_id": 49621,
"hgvs_c": "n.114G>T",
"hgvs_p": null,
"transcript": "NR_015375.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": 887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"hgvs_c": "n.-185C>A",
"hgvs_p": null,
"transcript": "ENST00000680021.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": 2875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VLDLR",
"gene_hgnc_id": 12698,
"dbsnp": "rs754340855",
"frequency_reference_population": 0.00039831287,
"hom_count_reference_population": 4,
"allele_count_reference_population": 594,
"gnomad_exomes_af": 0.00038979,
"gnomad_genomes_af": 0.000473348,
"gnomad_exomes_ac": 522,
"gnomad_genomes_ac": 72,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01127597689628601,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.189,
"revel_prediction": "Benign",
"alphamissense_score": 0.1002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.352,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000382100.8",
"gene_symbol": "VLDLR",
"hgnc_id": 12698,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.71C>A",
"hgvs_p": "p.Ala24Asp"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000453601.5",
"gene_symbol": "VLDLR-AS1",
"hgnc_id": 49621,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.114G>T",
"hgvs_p": null
}
],
"clinvar_disease": " and dysequilibrium syndrome 1, intellectual disability,Cerebellar ataxia,Congenital cerebellar hypoplasia,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2 B:2",
"phenotype_combined": "Congenital cerebellar hypoplasia|not specified|not provided|Cerebellar ataxia, intellectual disability, and dysequilibrium syndrome 1",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}