← 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-72912037-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=72912037&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 72912037,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000689.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "NM_000689.5",
"protein_id": "NP_000680.2",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000297785.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000689.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000297785.8",
"protein_id": "ENSP00000297785.3",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000689.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297785.8"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1211C>G",
"hgvs_p": "p.Pro404Arg",
"transcript": "ENST00000856212.1",
"protein_id": "ENSP00000526271.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 531,
"cds_start": 1211,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856212.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1190C>G",
"hgvs_p": "p.Pro397Arg",
"transcript": "ENST00000966555.1",
"protein_id": "ENSP00000636614.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 524,
"cds_start": 1190,
"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": "ENST00000966555.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000856200.1",
"protein_id": "ENSP00000526259.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856200.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000856201.1",
"protein_id": "ENSP00000526260.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856201.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000856202.1",
"protein_id": "ENSP00000526261.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856202.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000856203.1",
"protein_id": "ENSP00000526262.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 501,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856203.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1118C>G",
"hgvs_p": "p.Pro373Arg",
"transcript": "ENST00000856207.1",
"protein_id": "ENSP00000526266.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 500,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856207.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg",
"transcript": "ENST00000856208.1",
"protein_id": "ENSP00000526267.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 500,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856208.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1118C>G",
"hgvs_p": "p.Pro373Arg",
"transcript": "ENST00000966554.1",
"protein_id": "ENSP00000636613.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 500,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966554.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1100C>G",
"hgvs_p": "p.Pro367Arg",
"transcript": "ENST00000856204.1",
"protein_id": "ENSP00000526263.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 494,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856204.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1088C>G",
"hgvs_p": "p.Pro363Arg",
"transcript": "ENST00000856210.1",
"protein_id": "ENSP00000526269.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 490,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856210.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1016C>G",
"hgvs_p": "p.Pro339Arg",
"transcript": "ENST00000856211.1",
"protein_id": "ENSP00000526270.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 466,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856211.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1007C>G",
"hgvs_p": "p.Pro336Arg",
"transcript": "ENST00000856206.1",
"protein_id": "ENSP00000526265.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 463,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856206.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.992C>G",
"hgvs_p": "p.Pro331Arg",
"transcript": "ENST00000856213.1",
"protein_id": "ENSP00000526272.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 458,
"cds_start": 992,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856213.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.878C>G",
"hgvs_p": "p.Pro293Arg",
"transcript": "ENST00000856205.1",
"protein_id": "ENSP00000526264.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 420,
"cds_start": 878,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856205.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.152C>G",
"hgvs_p": "p.Pro51Arg",
"transcript": "ENST00000856209.1",
"protein_id": "ENSP00000526268.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 178,
"cds_start": 152,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856209.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"hgvs_c": "c.1036-2278C>G",
"hgvs_p": null,
"transcript": "ENST00000966556.1",
"protein_id": "ENSP00000636615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": null,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966556.1"
}
],
"gene_symbol": "ALDH1A1",
"gene_hgnc_id": 402,
"dbsnp": "rs1399235957",
"frequency_reference_population": 0.000005473304,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.0000054733,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09261777997016907,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.226,
"revel_prediction": "Benign",
"alphamissense_score": 0.0622,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.291,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_000689.5",
"gene_symbol": "ALDH1A1",
"hgnc_id": 402,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Pro374Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}