← 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: 16-88809365-TCTG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=88809365&ref=TCTG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 10,
"criteria": [
"BP6_Moderate",
"BA1"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "APRT",
"hgnc_id": 626,
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -10,
"transcript": "NM_000485.3",
"verdict": "Benign"
},
{
"benign_score": 10,
"criteria": [
"BP6_Moderate",
"BA1"
],
"effects": [
"downstream_gene_variant"
],
"gene_symbol": "CDT1",
"hgnc_id": 24576,
"hgvs_c": "c.*1088_*1090delCTG",
"hgvs_p": null,
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -10,
"transcript": "NM_030928.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Moderate,BA1",
"acmg_score": -10,
"allele_count_reference_population": 3306,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "16",
"clinvar_classification": "Benign",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 180,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 931,
"cdna_start": null,
"cds_end": null,
"cds_length": 543,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_000485.3",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000378364.8",
"protein_coding": true,
"protein_id": "NP_000476.1",
"strand": false,
"transcript": "NM_000485.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 180,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 931,
"cdna_start": null,
"cds_end": null,
"cds_length": 543,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000378364.8",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000485.3",
"protein_coding": true,
"protein_id": "ENSP00000367615.3",
"strand": false,
"transcript": "ENST00000378364.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 546,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2664,
"cdna_start": null,
"cds_end": null,
"cds_length": 1641,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_030928.4",
"gene_hgnc_id": 24576,
"gene_symbol": "CDT1",
"hgvs_c": "c.*1088_*1090delCTG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000301019.9",
"protein_coding": true,
"protein_id": "NP_112190.2",
"strand": true,
"transcript": "NM_030928.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 546,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2664,
"cdna_start": null,
"cds_end": null,
"cds_length": 1641,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000301019.9",
"gene_hgnc_id": 24576,
"gene_symbol": "CDT1",
"hgvs_c": "c.*1088_*1090delCTG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_030928.4",
"protein_coding": true,
"protein_id": "ENSP00000301019.4",
"strand": true,
"transcript": "ENST00000301019.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 262,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1057,
"cdna_start": null,
"cds_end": null,
"cds_length": 789,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912471.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582530.1",
"strand": true,
"transcript": "ENST00000912471.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 211,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 929,
"cdna_start": null,
"cds_end": null,
"cds_length": 636,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000880214.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550273.1",
"strand": true,
"transcript": "ENST00000880214.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 209,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 875,
"cdna_start": null,
"cds_end": null,
"cds_length": 630,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000880215.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550274.1",
"strand": true,
"transcript": "ENST00000880215.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 179,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 837,
"cdna_start": null,
"cds_end": null,
"cds_length": 540,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912467.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582526.1",
"strand": true,
"transcript": "ENST00000912467.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 178,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 832,
"cdna_start": null,
"cds_end": null,
"cds_length": 537,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912468.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582527.1",
"strand": true,
"transcript": "ENST00000912468.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 161,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 788,
"cdna_start": null,
"cds_end": null,
"cds_length": 486,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000569616.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*451_*453delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455692.1",
"strand": true,
"transcript": "ENST00000569616.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 153,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 709,
"cdna_start": null,
"cds_end": null,
"cds_length": 462,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000563655.5",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456012.1",
"strand": true,
"transcript": "ENST00000563655.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 147,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 470,
"cdna_start": null,
"cds_end": null,
"cds_length": 446,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567713.5",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*43_*45delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000455749.1",
"strand": true,
"transcript": "ENST00000567713.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 134,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 667,
"cdna_start": null,
"cds_end": null,
"cds_length": 405,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001030018.2",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*334_*336delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001025189.1",
"strand": true,
"transcript": "NM_001030018.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 134,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 664,
"cdna_start": null,
"cds_end": null,
"cds_length": 405,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000426324.6",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*334_*336delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000397007.2",
"strand": true,
"transcript": "ENST00000426324.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 132,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 671,
"cdna_start": null,
"cds_end": null,
"cds_length": 399,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912470.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582529.1",
"strand": true,
"transcript": "ENST00000912470.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 118,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 606,
"cdna_start": null,
"cds_end": null,
"cds_length": 357,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912473.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582532.1",
"strand": true,
"transcript": "ENST00000912473.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 55,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 446,
"cdna_start": null,
"cds_end": null,
"cds_length": 168,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912469.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582528.1",
"strand": true,
"transcript": "ENST00000912469.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 49,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 408,
"cdna_start": null,
"cds_end": null,
"cds_length": 150,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000912472.1",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "c.*330_*332delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582531.1",
"strand": true,
"transcript": "ENST00000912472.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": 437,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567057.5",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "n.*101_*103delCAG",
"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": "ENST00000567057.5",
"transcript_support_level": 2
},
{
"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": 667,
"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": "ENST00000567391.5",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "n.*547_*549delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000457964.1",
"strand": true,
"transcript": "ENST00000567391.5",
"transcript_support_level": 3
},
{
"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": 542,
"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": "ENST00000568319.5",
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"hgvs_c": "n.*413_*415delCAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000456905.1",
"strand": true,
"transcript": "ENST00000568319.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs8191500",
"effect": "3_prime_UTR_variant",
"frequency_reference_population": 0.006792099,
"gene_hgnc_id": 626,
"gene_symbol": "APRT",
"gnomad_exomes_ac": 738,
"gnomad_exomes_af": 0.00220711,
"gnomad_exomes_homalt": 14,
"gnomad_genomes_ac": 2568,
"gnomad_genomes_af": 0.0168539,
"gnomad_genomes_homalt": 76,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 90,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.155,
"pos": 88809365,
"ref": "TCTG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000485.3"
}
]
}