← 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-136404684-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136404684&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136404684,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001039707.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Val339Ile",
"transcript": "NM_001039707.2",
"protein_id": "NP_001034796.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 435,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357365.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039707.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Val339Ile",
"transcript": "ENST00000357365.8",
"protein_id": "ENSP00000349929.3",
"transcript_support_level": 5,
"aa_start": 339,
"aa_end": null,
"aa_length": 435,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001039707.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357365.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Val316Ile",
"transcript": "ENST00000298537.11",
"protein_id": "ENSP00000298537.7",
"transcript_support_level": 1,
"aa_start": 316,
"aa_end": null,
"aa_length": 412,
"cds_start": 946,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298537.11"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000466579.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000466579.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.1231G>A",
"hgvs_p": "p.Val411Ile",
"transcript": "ENST00000918209.1",
"protein_id": "ENSP00000588268.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 507,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918209.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.1162G>A",
"hgvs_p": "p.Val388Ile",
"transcript": "ENST00000918208.1",
"protein_id": "ENSP00000588267.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 484,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918208.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Val316Ile",
"transcript": "NM_006643.4",
"protein_id": "NP_006634.3",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 412,
"cds_start": 946,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006643.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Ile",
"transcript": "NM_001039708.2",
"protein_id": "NP_001034797.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 362,
"cds_start": 796,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039708.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Ile",
"transcript": "ENST00000371725.7",
"protein_id": "ENSP00000360790.3",
"transcript_support_level": 5,
"aa_start": 266,
"aa_end": null,
"aa_length": 362,
"cds_start": 796,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371725.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.208G>A",
"hgvs_p": "p.Val70Ile",
"transcript": "ENST00000417512.1",
"protein_id": "ENSP00000409255.1",
"transcript_support_level": 2,
"aa_start": 70,
"aa_end": null,
"aa_length": 166,
"cds_start": 208,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417512.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.1162G>A",
"hgvs_p": "p.Val388Ile",
"transcript": "XM_017014218.3",
"protein_id": "XP_016869707.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 484,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014218.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.988G>A",
"hgvs_p": "p.Val330Ile",
"transcript": "XM_005266050.5",
"protein_id": "XP_005266107.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 426,
"cds_start": 988,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266050.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.919G>A",
"hgvs_p": "p.Val307Ile",
"transcript": "XM_047422655.1",
"protein_id": "XP_047278611.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 403,
"cds_start": 919,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422655.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.916G>A",
"hgvs_p": "p.Val306Ile",
"transcript": "XM_011518157.3",
"protein_id": "XP_011516459.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 402,
"cds_start": 916,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518157.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Val289Ile",
"transcript": "XM_005266051.4",
"protein_id": "XP_005266108.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 385,
"cds_start": 865,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266051.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.838G>A",
"hgvs_p": "p.Val280Ile",
"transcript": "XM_047422656.1",
"protein_id": "XP_047278612.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 376,
"cds_start": 838,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422656.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Val257Ile",
"transcript": "XM_047422657.1",
"protein_id": "XP_047278613.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 353,
"cds_start": 769,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422657.1"
},
{
"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": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "n.268G>A",
"hgvs_p": null,
"transcript": "ENST00000461693.5",
"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": "ENST00000461693.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"hgvs_c": "n.432G>A",
"hgvs_p": null,
"transcript": "ENST00000486441.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000486441.1"
}
],
"gene_symbol": "ENTR1",
"gene_hgnc_id": 10667,
"dbsnp": "rs1834676482",
"frequency_reference_population": 0.0000018587476,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136821,
"gnomad_genomes_af": 0.00000656909,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26891183853149414,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.118,
"revel_prediction": "Benign",
"alphamissense_score": 0.0979,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.484,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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_001039707.2",
"gene_symbol": "ENTR1",
"hgnc_id": 10667,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Val339Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}