← 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-85344072-TCA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=85344072&ref=TCA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 85344072,
"ref": "TCA",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_017750.4",
"consequences": [
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1458_1459delTG",
"hgvs_p": "p.Tyr486fs",
"transcript": "NM_017750.4",
"protein_id": "NP_060220.3",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 610,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000295802.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017750.4"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1458_1459delTG",
"hgvs_p": "p.Tyr486fs",
"transcript": "ENST00000295802.9",
"protein_id": "ENSP00000295802.4",
"transcript_support_level": 1,
"aa_start": 486,
"aa_end": null,
"aa_length": 610,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017750.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295802.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "n.880+165_880+166delTG",
"hgvs_p": null,
"transcript": "ENST00000429806.5",
"protein_id": "ENSP00000388202.1",
"transcript_support_level": 1,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000429806.5"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1587_1588delTG",
"hgvs_p": "p.Tyr529fs",
"transcript": "ENST00000910001.1",
"protein_id": "ENSP00000580060.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 653,
"cds_start": 1587,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910001.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1449_1450delTG",
"hgvs_p": "p.Tyr483fs",
"transcript": "ENST00000942520.1",
"protein_id": "ENSP00000612579.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 607,
"cds_start": 1449,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942520.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1434_1435delTG",
"hgvs_p": "p.Tyr478fs",
"transcript": "ENST00000910002.1",
"protein_id": "ENSP00000580061.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 602,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910002.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1395_1396delTG",
"hgvs_p": "p.Tyr465fs",
"transcript": "ENST00000910007.1",
"protein_id": "ENSP00000580066.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 589,
"cds_start": 1395,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910007.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1392_1393delTG",
"hgvs_p": "p.Tyr464fs",
"transcript": "ENST00000910003.1",
"protein_id": "ENSP00000580062.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 588,
"cds_start": 1392,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910003.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1389_1390delTG",
"hgvs_p": "p.Tyr463fs",
"transcript": "ENST00000910005.1",
"protein_id": "ENSP00000580064.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 587,
"cds_start": 1389,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910005.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1329_1330delTG",
"hgvs_p": "p.Tyr443fs",
"transcript": "ENST00000910008.1",
"protein_id": "ENSP00000580067.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 567,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910008.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1458_1459delTG",
"hgvs_p": "p.Tyr486fs",
"transcript": "ENST00000910004.1",
"protein_id": "ENSP00000580063.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 563,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910004.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1260_1261delTG",
"hgvs_p": "p.Tyr420fs",
"transcript": "ENST00000942521.1",
"protein_id": "ENSP00000612580.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 544,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942521.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.945_946delTG",
"hgvs_p": "p.Tyr315fs",
"transcript": "ENST00000910009.1",
"protein_id": "ENSP00000580068.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 439,
"cds_start": 945,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910009.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.822_823delTG",
"hgvs_p": "p.Tyr274fs",
"transcript": "ENST00000449375.1",
"protein_id": "ENSP00000412166.1",
"transcript_support_level": 5,
"aa_start": 274,
"aa_end": null,
"aa_length": 398,
"cds_start": 822,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449375.1"
},
{
"aa_ref": "YE",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.816_817delTG",
"hgvs_p": "p.Tyr272fs",
"transcript": "ENST00000910010.1",
"protein_id": "ENSP00000580069.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 396,
"cds_start": 816,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910010.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1366+165_1366+166delTG",
"hgvs_p": null,
"transcript": "ENST00000910006.1",
"protein_id": "ENSP00000580065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 501,
"cds_start": null,
"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": "ENST00000910006.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "c.1366+165_1366+166delTG",
"hgvs_p": null,
"transcript": "XM_047444828.1",
"protein_id": "XP_047300784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": null,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"hgvs_c": "n.*508+165_*508+166delTG",
"hgvs_p": null,
"transcript": "ENST00000438611.4",
"protein_id": "ENSP00000444814.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000438611.4"
}
],
"gene_symbol": "RETSAT",
"gene_hgnc_id": 25991,
"dbsnp": "rs143498557",
"frequency_reference_population": 0.0006635112,
"hom_count_reference_population": 6,
"allele_count_reference_population": 1071,
"gnomad_exomes_af": 0.000333817,
"gnomad_genomes_af": 0.00382893,
"gnomad_exomes_ac": 488,
"gnomad_genomes_ac": 583,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 4,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.849,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_017750.4",
"gene_symbol": "RETSAT",
"hgnc_id": 25991,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1458_1459delTG",
"hgvs_p": "p.Tyr486fs"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}