← 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: 15-98913268-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=98913268&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BS1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "IGF1R",
"hgnc_id": 5465,
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_000875.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS1",
"acmg_score": -4,
"allele_count_reference_population": 30,
"alphamissense_prediction": null,
"alphamissense_score": 0.235,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.22,
"chr": "15",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Growth delay due to insulin-like growth factor I resistance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6188330054283142,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12235,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4104,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_000875.5",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000650285.1",
"protein_coding": true,
"protein_id": "NP_000866.1",
"strand": true,
"transcript": "NM_000875.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 12235,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4104,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000650285.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000875.5",
"protein_coding": true,
"protein_id": "ENSP00000497069.1",
"strand": true,
"transcript": "ENST00000650285.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2280,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000559925.5",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "n.1814G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000559925.5",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12232,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4101,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001291858.2",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001278787.1",
"strand": true,
"transcript": "NM_001291858.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12232,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4101,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000649865.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496919.1",
"strand": true,
"transcript": "ENST00000649865.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1392,
"aa_ref": "R",
"aa_start": 630,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11534,
"cdna_start": 2642,
"cds_end": null,
"cds_length": 4179,
"cds_start": 1889,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_017022137.2",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1889G>A",
"hgvs_p": "p.Arg630His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016877626.1",
"strand": true,
"transcript": "XM_017022137.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1391,
"aa_ref": "R",
"aa_start": 630,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11251,
"cdna_start": 2362,
"cds_end": null,
"cds_length": 4176,
"cds_start": 1889,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047432442.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1889G>A",
"hgvs_p": "p.Arg630His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288398.1",
"strand": true,
"transcript": "XM_047432442.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11749,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4104,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047432443.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288399.1",
"strand": true,
"transcript": "XM_047432443.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "R",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11746,
"cdna_start": 2857,
"cds_end": null,
"cds_length": 4101,
"cds_start": 1814,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047432444.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1814G>A",
"hgvs_p": "p.Arg605His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288400.1",
"strand": true,
"transcript": "XM_047432444.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1246,
"aa_ref": "R",
"aa_start": 484,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11208,
"cdna_start": 1830,
"cds_end": null,
"cds_length": 3741,
"cds_start": 1451,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047432445.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1451G>A",
"hgvs_p": "p.Arg484His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047288401.1",
"strand": true,
"transcript": "XM_047432445.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 1064,
"aa_ref": "R",
"aa_start": 302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 47088,
"cdna_start": 37710,
"cds_end": null,
"cds_length": 3195,
"cds_start": 905,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_011521516.3",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.905G>A",
"hgvs_p": "p.Arg302His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011519818.1",
"strand": true,
"transcript": "XM_011521516.3",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 922,
"aa_ref": "R",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10769,
"cdna_start": 1391,
"cds_end": null,
"cds_length": 2769,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011521517.3",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Arg160His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011519819.1",
"strand": true,
"transcript": "XM_011521517.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000560144.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "n.92G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456950.1",
"strand": true,
"transcript": "ENST00000560144.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 567,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000559582.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "n.*154G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000559582.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs45553041",
"effect": "missense_variant",
"frequency_reference_population": 0.000018594204,
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"gnomad_exomes_ac": 29,
"gnomad_exomes_af": 0.0000198479,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000656633,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Growth delay due to insulin-like growth factor I resistance",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.864,
"pos": 98913268,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.683,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_000875.5"
}
]
}