← 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-98930282-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=98930282&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "IGF1R",
"hgnc_id": 5465,
"hgvs_c": "c.2933C>T",
"hgvs_p": "p.Pro978Leu",
"inheritance_mode": "AR,AD",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_000875.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_score": 4,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.9891,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.46,
"chr": "15",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Inborn genetic diseases",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8968116044998169,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "P",
"aa_start": 978,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12235,
"cdna_start": 3976,
"cds_end": null,
"cds_length": 4104,
"cds_start": 2933,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_000875.5",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2933C>T",
"hgvs_p": "p.Pro978Leu",
"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": "L",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "P",
"aa_start": 978,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 12235,
"cdna_start": 3976,
"cds_end": null,
"cds_length": 4104,
"cds_start": 2933,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000650285.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2933C>T",
"hgvs_p": "p.Pro978Leu",
"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": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 310,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000560972.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "n.236C>T",
"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": "ENST00000560972.1",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "P",
"aa_start": 977,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12232,
"cdna_start": 3973,
"cds_end": null,
"cds_length": 4101,
"cds_start": 2930,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001291858.2",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2930C>T",
"hgvs_p": "p.Pro977Leu",
"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": "L",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "P",
"aa_start": 977,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12232,
"cdna_start": 3973,
"cds_end": null,
"cds_length": 4101,
"cds_start": 2930,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000649865.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2930C>T",
"hgvs_p": "p.Pro977Leu",
"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": "L",
"aa_end": null,
"aa_length": 1392,
"aa_ref": "P",
"aa_start": 1003,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11534,
"cdna_start": 3761,
"cds_end": null,
"cds_length": 4179,
"cds_start": 3008,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_017022137.2",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.3008C>T",
"hgvs_p": "p.Pro1003Leu",
"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": "L",
"aa_end": null,
"aa_length": 1391,
"aa_ref": "P",
"aa_start": 1002,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11251,
"cdna_start": 3478,
"cds_end": null,
"cds_length": 4176,
"cds_start": 3005,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432442.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.3005C>T",
"hgvs_p": "p.Pro1002Leu",
"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": "L",
"aa_end": null,
"aa_length": 1367,
"aa_ref": "P",
"aa_start": 978,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11749,
"cdna_start": 3976,
"cds_end": null,
"cds_length": 4104,
"cds_start": 2933,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432443.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2933C>T",
"hgvs_p": "p.Pro978Leu",
"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": "L",
"aa_end": null,
"aa_length": 1366,
"aa_ref": "P",
"aa_start": 977,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11746,
"cdna_start": 3973,
"cds_end": null,
"cds_length": 4101,
"cds_start": 2930,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432444.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2930C>T",
"hgvs_p": "p.Pro977Leu",
"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": "L",
"aa_end": null,
"aa_length": 1246,
"aa_ref": "P",
"aa_start": 857,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11208,
"cdna_start": 2949,
"cds_end": null,
"cds_length": 3741,
"cds_start": 2570,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047432445.1",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2570C>T",
"hgvs_p": "p.Pro857Leu",
"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": "L",
"aa_end": null,
"aa_length": 1064,
"aa_ref": "P",
"aa_start": 675,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 47088,
"cdna_start": 38829,
"cds_end": null,
"cds_length": 3195,
"cds_start": 2024,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_011521516.3",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.2024C>T",
"hgvs_p": "p.Pro675Leu",
"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": "L",
"aa_end": null,
"aa_length": 922,
"aa_ref": "P",
"aa_start": 533,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10769,
"cdna_start": 2510,
"cds_end": null,
"cds_length": 2769,
"cds_start": 1598,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_011521517.3",
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"hgvs_c": "c.1598C>T",
"hgvs_p": "p.Pro533Leu",
"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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1555463013",
"effect": "missense_variant",
"frequency_reference_population": 0.0000013692553,
"gene_hgnc_id": 5465,
"gene_symbol": "IGF1R",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000136926,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"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": "Inborn genetic diseases",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"pos": 98930282,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.812,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000875.5"
}
]
}