← 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: 17-45078546-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=45078546&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "NMT1",
"hgnc_id": 7857,
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_021079.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_score": -2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.92,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.9200000166893005,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 496,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4881,
"cdna_start": null,
"cds_end": null,
"cds_length": 1491,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_021079.5",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000258960.7",
"protein_coding": true,
"protein_id": "NP_066565.1",
"strand": true,
"transcript": "NM_021079.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 496,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4881,
"cdna_start": null,
"cds_end": null,
"cds_length": 1491,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000258960.7",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_021079.5",
"protein_coding": true,
"protein_id": "ENSP00000258960.2",
"strand": true,
"transcript": "ENST00000258960.7",
"transcript_support_level": 1
},
{
"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": 6456,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000587014.2",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.158-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000587014.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 496,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4999,
"cdna_start": null,
"cds_end": null,
"cds_length": 1491,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000592782.5",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468424.1",
"strand": true,
"transcript": "ENST00000592782.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 495,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4897,
"cdna_start": null,
"cds_end": null,
"cds_length": 1488,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000927701.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000597760.1",
"strand": true,
"transcript": "ENST00000927701.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 494,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2460,
"cdna_start": null,
"cds_end": null,
"cds_length": 1485,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677949.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504048.1",
"strand": true,
"transcript": "ENST00000677949.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 450,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1439,
"cdna_start": null,
"cds_end": null,
"cds_length": 1353,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000902321.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572380.1",
"strand": true,
"transcript": "ENST00000902321.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 416,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1939,
"cdna_start": null,
"cds_end": null,
"cds_length": 1251,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000592654.3",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.-109-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000466827.2",
"strand": true,
"transcript": "ENST00000592654.3",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 416,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4781,
"cdna_start": null,
"cds_end": null,
"cds_length": 1251,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678938.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.-109-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503621.1",
"strand": true,
"transcript": "ENST00000678938.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 393,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1328,
"cdna_start": null,
"cds_end": null,
"cds_length": 1182,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000590310.2",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "c.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503657.1",
"strand": true,
"transcript": "ENST00000590310.2",
"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": 1066,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543908.5",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000439263.1",
"strand": true,
"transcript": "ENST00000543908.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": 807,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000585561.5",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.126-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466777.1",
"strand": true,
"transcript": "ENST00000585561.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": 4756,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000587670.2",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-7962G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504365.1",
"strand": true,
"transcript": "ENST00000587670.2",
"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": 1374,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000590114.6",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504284.1",
"strand": true,
"transcript": "ENST00000590114.6",
"transcript_support_level": 3
},
{
"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": 2873,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000591931.2",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.158-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000591931.2",
"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": 5192,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676753.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503505.1",
"strand": true,
"transcript": "ENST00000676753.1",
"transcript_support_level": null
},
{
"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": 3058,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676828.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504192.1",
"strand": true,
"transcript": "ENST00000676828.1",
"transcript_support_level": null
},
{
"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": 4918,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678332.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.198+397G>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504484.1",
"strand": true,
"transcript": "ENST00000678332.1",
"transcript_support_level": null
},
{
"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": 4985,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678576.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.132-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503635.1",
"strand": true,
"transcript": "ENST00000678576.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": 2478,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678606.1",
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"hgvs_c": "n.158-3098G>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000678606.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs7213273",
"effect": "intron_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 7857,
"gene_symbol": "NMT1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.345,
"pos": 45078546,
"ref": "G",
"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_021079.5"
}
]
}