← 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: 4-1815747-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1815747&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 1815747,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_012318.3",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1987A>G",
"hgvs_p": "p.Ile663Val",
"transcript": "NM_012318.3",
"protein_id": "NP_036450.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 739,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302787.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012318.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1987A>G",
"hgvs_p": "p.Ile663Val",
"transcript": "ENST00000302787.3",
"protein_id": "ENSP00000305653.2",
"transcript_support_level": 1,
"aa_start": 663,
"aa_end": null,
"aa_length": 739,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012318.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302787.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.2404A>G",
"hgvs_p": "p.Ile802Val",
"transcript": "ENST00000872452.1",
"protein_id": "ENSP00000542511.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 878,
"cds_start": 2404,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872452.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.2005A>G",
"hgvs_p": "p.Ile669Val",
"transcript": "ENST00000872451.1",
"protein_id": "ENSP00000542510.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 745,
"cds_start": 2005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872451.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1984A>G",
"hgvs_p": "p.Ile662Val",
"transcript": "ENST00000872446.1",
"protein_id": "ENSP00000542505.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 738,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872446.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1984A>G",
"hgvs_p": "p.Ile662Val",
"transcript": "ENST00000917095.1",
"protein_id": "ENSP00000587154.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 738,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917095.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1984A>G",
"hgvs_p": "p.Ile662Val",
"transcript": "ENST00000957530.1",
"protein_id": "ENSP00000627589.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 738,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957530.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1981A>G",
"hgvs_p": "p.Ile661Val",
"transcript": "ENST00000957532.1",
"protein_id": "ENSP00000627591.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 737,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957532.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1981A>G",
"hgvs_p": "p.Ile661Val",
"transcript": "ENST00000957534.1",
"protein_id": "ENSP00000627593.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 737,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957534.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1978A>G",
"hgvs_p": "p.Ile660Val",
"transcript": "ENST00000872448.1",
"protein_id": "ENSP00000542507.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 736,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872448.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1978A>G",
"hgvs_p": "p.Ile660Val",
"transcript": "ENST00000872450.1",
"protein_id": "ENSP00000542509.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 736,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872450.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1924A>G",
"hgvs_p": "p.Ile642Val",
"transcript": "ENST00000872454.1",
"protein_id": "ENSP00000542513.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 718,
"cds_start": 1924,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872454.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1855A>G",
"hgvs_p": "p.Ile619Val",
"transcript": "ENST00000872453.1",
"protein_id": "ENSP00000542512.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 695,
"cds_start": 1855,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872453.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1849A>G",
"hgvs_p": "p.Ile617Val",
"transcript": "ENST00000872449.1",
"protein_id": "ENSP00000542508.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 693,
"cds_start": 1849,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872449.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1786A>G",
"hgvs_p": "p.Ile596Val",
"transcript": "ENST00000957533.1",
"protein_id": "ENSP00000627592.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 672,
"cds_start": 1786,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957533.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1783A>G",
"hgvs_p": "p.Ile595Val",
"transcript": "ENST00000872447.1",
"protein_id": "ENSP00000542506.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 671,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872447.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1780A>G",
"hgvs_p": "p.Ile594Val",
"transcript": "ENST00000957531.1",
"protein_id": "ENSP00000627590.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 670,
"cds_start": 1780,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957531.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1645A>G",
"hgvs_p": "p.Ile549Val",
"transcript": "ENST00000957529.1",
"protein_id": "ENSP00000627588.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 625,
"cds_start": 1645,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957529.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1984A>G",
"hgvs_p": "p.Ile662Val",
"transcript": "XM_006713884.2",
"protein_id": "XP_006713947.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 738,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713884.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"hgvs_c": "c.1444A>G",
"hgvs_p": "p.Ile482Val",
"transcript": "XM_047415673.1",
"protein_id": "XP_047271629.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 558,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415673.1"
}
],
"gene_symbol": "LETM1",
"gene_hgnc_id": 6556,
"dbsnp": "rs776015992",
"frequency_reference_population": 0.0000047883746,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000478837,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.24239319562911987,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.14,
"revel_prediction": "Benign",
"alphamissense_score": 0.2381,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.723,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_012318.3",
"gene_symbol": "LETM1",
"hgnc_id": 6556,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1987A>G",
"hgvs_p": "p.Ile663Val"
}
],
"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
}