← 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: 13-23730376-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=23730376&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 23730376,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005932.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2114T>A",
"hgvs_p": "p.Phe705Tyr",
"transcript": "NM_005932.4",
"protein_id": "NP_005923.3",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 713,
"cds_start": 2114,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000382172.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005932.4"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2114T>A",
"hgvs_p": "p.Phe705Tyr",
"transcript": "ENST00000382172.4",
"protein_id": "ENSP00000371607.3",
"transcript_support_level": 1,
"aa_start": 705,
"aa_end": null,
"aa_length": 713,
"cds_start": 2114,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005932.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382172.4"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2075T>A",
"hgvs_p": "p.Phe692Tyr",
"transcript": "ENST00000906723.1",
"protein_id": "ENSP00000576782.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 700,
"cds_start": 2075,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906723.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2036T>A",
"hgvs_p": "p.Phe679Tyr",
"transcript": "ENST00000906727.1",
"protein_id": "ENSP00000576786.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 687,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906727.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2033T>A",
"hgvs_p": "p.Phe678Tyr",
"transcript": "ENST00000906724.1",
"protein_id": "ENSP00000576783.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 686,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906724.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.2030T>A",
"hgvs_p": "p.Phe677Tyr",
"transcript": "ENST00000906725.1",
"protein_id": "ENSP00000576784.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 685,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906725.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1994T>A",
"hgvs_p": "p.Phe665Tyr",
"transcript": "ENST00000906729.1",
"protein_id": "ENSP00000576788.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 673,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906729.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1919T>A",
"hgvs_p": "p.Phe640Tyr",
"transcript": "ENST00000906728.1",
"protein_id": "ENSP00000576787.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 648,
"cds_start": 1919,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906728.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1907T>A",
"hgvs_p": "p.Phe636Tyr",
"transcript": "ENST00000969551.1",
"protein_id": "ENSP00000639610.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 644,
"cds_start": 1907,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969551.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1880T>A",
"hgvs_p": "p.Phe627Tyr",
"transcript": "ENST00000969552.1",
"protein_id": "ENSP00000639611.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 635,
"cds_start": 1880,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969552.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1829T>A",
"hgvs_p": "p.Phe610Tyr",
"transcript": "ENST00000906730.1",
"protein_id": "ENSP00000576789.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 618,
"cds_start": 1829,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906730.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1547T>A",
"hgvs_p": "p.Phe516Tyr",
"transcript": "ENST00000906726.1",
"protein_id": "ENSP00000576785.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 524,
"cds_start": 1547,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906726.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1928T>A",
"hgvs_p": "p.Phe643Tyr",
"transcript": "XM_011535097.3",
"protein_id": "XP_011533399.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 651,
"cds_start": 1928,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535097.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "n.307T>A",
"hgvs_p": null,
"transcript": "ENST00000433710.2",
"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": "pseudogene",
"feature": "ENST00000433710.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "n.356T>A",
"hgvs_p": null,
"transcript": "ENST00000464194.3",
"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": "pseudogene",
"feature": "ENST00000464194.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289332",
"gene_hgnc_id": null,
"hgvs_c": "n.385-4171A>T",
"hgvs_p": null,
"transcript": "ENST00000691844.3",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "ENST00000691844.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289332",
"gene_hgnc_id": null,
"hgvs_c": "n.286-4171A>T",
"hgvs_p": null,
"transcript": "ENST00000848854.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "ENST00000848854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105370113",
"gene_hgnc_id": null,
"hgvs_c": "n.651+1099A>T",
"hgvs_p": null,
"transcript": "XR_007063722.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007063722.1"
}
],
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"dbsnp": "rs748585625",
"frequency_reference_population": 0.000013138878,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.0000131389,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3508722186088562,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.103,
"revel_prediction": "Benign",
"alphamissense_score": 0.1675,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.012,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005932.4",
"gene_symbol": "MIPEP",
"hgnc_id": 7104,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2114T>A",
"hgvs_p": "p.Phe705Tyr"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000691844.3",
"gene_symbol": "ENSG00000289332",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.385-4171A>T",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007063722.1",
"gene_symbol": "LOC105370113",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.651+1099A>T",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}