← 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: 1-44850980-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=44850980&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 44850980,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_020365.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Val444Met",
"transcript": "NM_020365.5",
"protein_id": "NP_065098.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 452,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360403.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020365.5"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Val444Met",
"transcript": "ENST00000360403.7",
"protein_id": "ENSP00000353575.2",
"transcript_support_level": 1,
"aa_start": 444,
"aa_end": null,
"aa_length": 452,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020365.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360403.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.*20G>A",
"hgvs_p": null,
"transcript": "ENST00000620860.4",
"protein_id": "ENSP00000483996.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620860.4"
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Val465Met",
"transcript": "ENST00000852384.1",
"protein_id": "ENSP00000522443.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 473,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852384.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1327G>A",
"hgvs_p": "p.Val443Met",
"transcript": "ENST00000852379.1",
"protein_id": "ENSP00000522438.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 451,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852379.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1327G>A",
"hgvs_p": "p.Val443Met",
"transcript": "ENST00000949285.1",
"protein_id": "ENSP00000619344.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 451,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949285.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1321G>A",
"hgvs_p": "p.Val441Met",
"transcript": "ENST00000852382.1",
"protein_id": "ENSP00000522441.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 449,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852382.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1252G>A",
"hgvs_p": "p.Val418Met",
"transcript": "ENST00000852383.1",
"protein_id": "ENSP00000522442.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 426,
"cds_start": 1252,
"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": "ENST00000852383.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1246G>A",
"hgvs_p": "p.Val416Met",
"transcript": "ENST00000913758.1",
"protein_id": "ENSP00000583817.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 424,
"cds_start": 1246,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913758.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1240G>A",
"hgvs_p": "p.Val414Met",
"transcript": "ENST00000852380.1",
"protein_id": "ENSP00000522439.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 422,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852380.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1237G>A",
"hgvs_p": "p.Val413Met",
"transcript": "ENST00000913759.1",
"protein_id": "ENSP00000583818.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 421,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913759.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.784G>A",
"hgvs_p": "p.Val262Met",
"transcript": "ENST00000852381.1",
"protein_id": "ENSP00000522440.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 270,
"cds_start": 784,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852381.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.1240G>A",
"hgvs_p": "p.Val414Met",
"transcript": "XM_047433499.1",
"protein_id": "XP_047289455.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 422,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433499.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.943G>A",
"hgvs_p": "p.Val315Met",
"transcript": "XM_047433501.1",
"protein_id": "XP_047289457.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 323,
"cds_start": 943,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.*20G>A",
"hgvs_p": null,
"transcript": "NM_001261418.2",
"protein_id": "NP_001248347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261418.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.*20G>A",
"hgvs_p": null,
"transcript": "ENST00000439363.5",
"protein_id": "ENSP00000396985.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439363.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"hgvs_c": "c.*20G>A",
"hgvs_p": null,
"transcript": "XM_047433500.1",
"protein_id": "XP_047289456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": null,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433500.1"
}
],
"gene_symbol": "EIF2B3",
"gene_hgnc_id": 3259,
"dbsnp": "rs374466099",
"frequency_reference_population": 0.0000272618,
"hom_count_reference_population": 0,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000246265,
"gnomad_genomes_af": 0.0000525831,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.411442369222641,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.389,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1596,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.987,
"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_020365.5",
"gene_symbol": "EIF2B3",
"hgnc_id": 3259,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Val444Met"
}
],
"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
}