← 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-1815768-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1815768&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 1815768,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_012318.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"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.1966G>T",
"hgvs_p": "p.Ala656Ser",
"transcript": "NM_012318.3",
"protein_id": "NP_036450.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 739,
"cds_start": 1966,
"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": "A",
"aa_alt": "S",
"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.1966G>T",
"hgvs_p": "p.Ala656Ser",
"transcript": "ENST00000302787.3",
"protein_id": "ENSP00000305653.2",
"transcript_support_level": 1,
"aa_start": 656,
"aa_end": null,
"aa_length": 739,
"cds_start": 1966,
"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": "A",
"aa_alt": "S",
"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.2383G>T",
"hgvs_p": "p.Ala795Ser",
"transcript": "ENST00000872452.1",
"protein_id": "ENSP00000542511.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 878,
"cds_start": 2383,
"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": "A",
"aa_alt": "S",
"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.1984G>T",
"hgvs_p": "p.Ala662Ser",
"transcript": "ENST00000872451.1",
"protein_id": "ENSP00000542510.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 745,
"cds_start": 1984,
"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": "A",
"aa_alt": "S",
"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.1963G>T",
"hgvs_p": "p.Ala655Ser",
"transcript": "ENST00000872446.1",
"protein_id": "ENSP00000542505.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 738,
"cds_start": 1963,
"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": "A",
"aa_alt": "S",
"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.1963G>T",
"hgvs_p": "p.Ala655Ser",
"transcript": "ENST00000917095.1",
"protein_id": "ENSP00000587154.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 738,
"cds_start": 1963,
"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": "A",
"aa_alt": "S",
"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.1963G>T",
"hgvs_p": "p.Ala655Ser",
"transcript": "ENST00000957530.1",
"protein_id": "ENSP00000627589.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 738,
"cds_start": 1963,
"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": "A",
"aa_alt": "S",
"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.1960G>T",
"hgvs_p": "p.Ala654Ser",
"transcript": "ENST00000957532.1",
"protein_id": "ENSP00000627591.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 737,
"cds_start": 1960,
"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": "A",
"aa_alt": "S",
"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.1960G>T",
"hgvs_p": "p.Ala654Ser",
"transcript": "ENST00000957534.1",
"protein_id": "ENSP00000627593.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 737,
"cds_start": 1960,
"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": "A",
"aa_alt": "S",
"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.1957G>T",
"hgvs_p": "p.Ala653Ser",
"transcript": "ENST00000872448.1",
"protein_id": "ENSP00000542507.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 736,
"cds_start": 1957,
"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": "A",
"aa_alt": "S",
"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.1957G>T",
"hgvs_p": "p.Ala653Ser",
"transcript": "ENST00000872450.1",
"protein_id": "ENSP00000542509.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 736,
"cds_start": 1957,
"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": "A",
"aa_alt": "S",
"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.1903G>T",
"hgvs_p": "p.Ala635Ser",
"transcript": "ENST00000872454.1",
"protein_id": "ENSP00000542513.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 718,
"cds_start": 1903,
"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": "A",
"aa_alt": "S",
"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.1834G>T",
"hgvs_p": "p.Ala612Ser",
"transcript": "ENST00000872453.1",
"protein_id": "ENSP00000542512.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 695,
"cds_start": 1834,
"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": "A",
"aa_alt": "S",
"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.1828G>T",
"hgvs_p": "p.Ala610Ser",
"transcript": "ENST00000872449.1",
"protein_id": "ENSP00000542508.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 693,
"cds_start": 1828,
"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": "A",
"aa_alt": "S",
"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.1765G>T",
"hgvs_p": "p.Ala589Ser",
"transcript": "ENST00000957533.1",
"protein_id": "ENSP00000627592.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 672,
"cds_start": 1765,
"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": "A",
"aa_alt": "S",
"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.1762G>T",
"hgvs_p": "p.Ala588Ser",
"transcript": "ENST00000872447.1",
"protein_id": "ENSP00000542506.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 671,
"cds_start": 1762,
"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": "A",
"aa_alt": "S",
"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.1759G>T",
"hgvs_p": "p.Ala587Ser",
"transcript": "ENST00000957531.1",
"protein_id": "ENSP00000627590.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 670,
"cds_start": 1759,
"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": "A",
"aa_alt": "S",
"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.1624G>T",
"hgvs_p": "p.Ala542Ser",
"transcript": "ENST00000957529.1",
"protein_id": "ENSP00000627588.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 625,
"cds_start": 1624,
"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": "A",
"aa_alt": "S",
"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.1963G>T",
"hgvs_p": "p.Ala655Ser",
"transcript": "XM_006713884.2",
"protein_id": "XP_006713947.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 738,
"cds_start": 1963,
"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": "A",
"aa_alt": "S",
"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.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "XM_047415673.1",
"protein_id": "XP_047271629.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 558,
"cds_start": 1423,
"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": "rs200956240",
"frequency_reference_population": 0.00001053165,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.000009577,
"gnomad_genomes_af": 0.000019692,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11000558733940125,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.037,
"revel_prediction": "Benign",
"alphamissense_score": 0.163,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.741,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS1",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS1"
],
"verdict": "Likely_benign",
"transcript": "NM_012318.3",
"gene_symbol": "LETM1",
"hgnc_id": 6556,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1966G>T",
"hgvs_p": "p.Ala656Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}