← 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-23760108-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=23760108&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 23760108,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005932.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1958A>T",
"hgvs_p": "p.Asp653Val",
"transcript": "NM_005932.4",
"protein_id": "NP_005923.3",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 713,
"cds_start": 1958,
"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": "D",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1958A>T",
"hgvs_p": "p.Asp653Val",
"transcript": "ENST00000382172.4",
"protein_id": "ENSP00000371607.3",
"transcript_support_level": 1,
"aa_start": 653,
"aa_end": null,
"aa_length": 713,
"cds_start": 1958,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1919A>T",
"hgvs_p": "p.Asp640Val",
"transcript": "ENST00000906723.1",
"protein_id": "ENSP00000576782.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 700,
"cds_start": 1919,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1880A>T",
"hgvs_p": "p.Asp627Val",
"transcript": "ENST00000906727.1",
"protein_id": "ENSP00000576786.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 687,
"cds_start": 1880,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1877A>T",
"hgvs_p": "p.Asp626Val",
"transcript": "ENST00000906724.1",
"protein_id": "ENSP00000576783.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 686,
"cds_start": 1877,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1874A>T",
"hgvs_p": "p.Asp625Val",
"transcript": "ENST00000906725.1",
"protein_id": "ENSP00000576784.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 685,
"cds_start": 1874,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1838A>T",
"hgvs_p": "p.Asp613Val",
"transcript": "ENST00000906729.1",
"protein_id": "ENSP00000576788.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 673,
"cds_start": 1838,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1763A>T",
"hgvs_p": "p.Asp588Val",
"transcript": "ENST00000906728.1",
"protein_id": "ENSP00000576787.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 648,
"cds_start": 1763,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1751A>T",
"hgvs_p": "p.Asp584Val",
"transcript": "ENST00000969551.1",
"protein_id": "ENSP00000639610.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 644,
"cds_start": 1751,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1724A>T",
"hgvs_p": "p.Asp575Val",
"transcript": "ENST00000969552.1",
"protein_id": "ENSP00000639611.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 635,
"cds_start": 1724,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1673A>T",
"hgvs_p": "p.Asp558Val",
"transcript": "ENST00000906730.1",
"protein_id": "ENSP00000576789.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 618,
"cds_start": 1673,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1391A>T",
"hgvs_p": "p.Asp464Val",
"transcript": "ENST00000906726.1",
"protein_id": "ENSP00000576785.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 524,
"cds_start": 1391,
"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": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "c.1772A>T",
"hgvs_p": "p.Asp591Val",
"transcript": "XM_011535097.3",
"protein_id": "XP_011533399.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 651,
"cds_start": 1772,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"hgvs_c": "n.151A>T",
"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"
}
],
"gene_symbol": "MIPEP",
"gene_hgnc_id": 7104,
"dbsnp": null,
"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": 0.8822578191757202,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.519,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3883,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.966,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005932.4",
"gene_symbol": "MIPEP",
"hgnc_id": 7104,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1958A>T",
"hgvs_p": "p.Asp653Val"
}
],
"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
}