← 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: 2-85354463-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85354463&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85354463,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_017750.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "NM_017750.4",
"protein_id": "NP_060220.3",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 610,
"cds_start": 45,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 3141,
"mane_select": "ENST00000295802.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017750.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000295802.9",
"protein_id": "ENSP00000295802.4",
"transcript_support_level": 1,
"aa_start": 15,
"aa_end": null,
"aa_length": 610,
"cds_start": 45,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 3141,
"mane_select": "NM_017750.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295802.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910001.1",
"protein_id": "ENSP00000580060.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 653,
"cds_start": 45,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 98,
"cdna_end": null,
"cdna_length": 3303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910001.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000942520.1",
"protein_id": "ENSP00000612579.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 607,
"cds_start": 45,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 129,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942520.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910002.1",
"protein_id": "ENSP00000580061.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 602,
"cds_start": 45,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 3107,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910002.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910007.1",
"protein_id": "ENSP00000580066.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 589,
"cds_start": 45,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 69,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910007.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910003.1",
"protein_id": "ENSP00000580062.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 588,
"cds_start": 45,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 106,
"cdna_end": null,
"cdna_length": 2970,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910003.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910005.1",
"protein_id": "ENSP00000580064.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 587,
"cds_start": 45,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 70,
"cdna_end": null,
"cdna_length": 2943,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910005.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910008.1",
"protein_id": "ENSP00000580067.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 567,
"cds_start": 45,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910008.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910004.1",
"protein_id": "ENSP00000580063.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 563,
"cds_start": 45,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 106,
"cdna_end": null,
"cdna_length": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910004.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000942521.1",
"protein_id": "ENSP00000612580.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 544,
"cds_start": 45,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 71,
"cdna_end": null,
"cdna_length": 2803,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942521.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910006.1",
"protein_id": "ENSP00000580065.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 501,
"cds_start": 45,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 71,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910006.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910009.1",
"protein_id": "ENSP00000580068.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 439,
"cds_start": 45,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910009.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.36C>A",
"hgvs_p": "p.Ala12Ala",
"transcript": "ENST00000449375.1",
"protein_id": "ENSP00000412166.1",
"transcript_support_level": 5,
"aa_start": 12,
"aa_end": null,
"aa_length": 398,
"cds_start": 36,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 38,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449375.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "ENST00000910010.1",
"protein_id": "ENSP00000580069.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 396,
"cds_start": 45,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 2354,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910010.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.42C>A",
"hgvs_p": "p.Ala14Ala",
"transcript": "ENST00000409984.2",
"protein_id": "ENSP00000387196.2",
"transcript_support_level": 2,
"aa_start": 14,
"aa_end": null,
"aa_length": 253,
"cds_start": 42,
"cds_end": null,
"cds_length": 763,
"cdna_start": 44,
"cdna_end": null,
"cdna_length": 765,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409984.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala",
"transcript": "XM_047444828.1",
"protein_id": "XP_047300784.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 481,
"cds_start": 45,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ELMOD3",
"gene_hgnc_id": 26158,
"hgvs_c": "n.70G>T",
"hgvs_p": null,
"transcript": "ENST00000462396.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 590,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000462396.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "n.69C>A",
"hgvs_p": null,
"transcript": "ENST00000490291.1",
"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": 660,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000490291.1"
}
],
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"dbsnp": "rs79796752",
"frequency_reference_population": 6.84148e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84148e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012000000104308128,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.02,
"phylop100way_prediction": "Benign",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_017750.4",
"gene_symbol": "RETSAT",
"hgnc_id": 25991,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.45C>A",
"hgvs_p": "p.Ala15Ala"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000462396.5",
"gene_symbol": "ELMOD3",
"hgnc_id": 26158,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "n.70G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}