← 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: 12-6453713-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6453713&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 6453713,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_018009.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "c.562G>A",
"hgvs_p": "p.Ala188Thr",
"transcript": "NM_018009.5",
"protein_id": "NP_060479.3",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 468,
"cds_start": 562,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": "ENST00000266556.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "c.562G>A",
"hgvs_p": "p.Ala188Thr",
"transcript": "ENST00000266556.8",
"protein_id": "ENSP00000266556.7",
"transcript_support_level": 1,
"aa_start": 188,
"aa_end": null,
"aa_length": 468,
"cds_start": 562,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": "NM_018009.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Ala58Thr",
"transcript": "NM_001351355.2",
"protein_id": "NP_001338284.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 338,
"cds_start": 172,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 1850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Ala111Thr",
"transcript": "ENST00000544021.5",
"protein_id": "ENSP00000445341.1",
"transcript_support_level": 3,
"aa_start": 111,
"aa_end": null,
"aa_length": 185,
"cds_start": 331,
"cds_end": null,
"cds_length": 558,
"cdna_start": 508,
"cdna_end": null,
"cdna_length": 772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.593G>A",
"hgvs_p": null,
"transcript": "ENST00000539384.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.632G>A",
"hgvs_p": null,
"transcript": "ENST00000543567.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.887G>A",
"hgvs_p": null,
"transcript": "ENST00000545700.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.634G>A",
"hgvs_p": null,
"transcript": "NR_147126.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.769G>A",
"hgvs_p": null,
"transcript": "NR_147127.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.769G>A",
"hgvs_p": null,
"transcript": "NR_147128.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.769G>A",
"hgvs_p": null,
"transcript": "NR_147129.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.769G>A",
"hgvs_p": null,
"transcript": "XR_001748777.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.769G>A",
"hgvs_p": null,
"transcript": "XR_001748778.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"hgvs_c": "n.*40G>A",
"hgvs_p": null,
"transcript": "ENST00000544826.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TAPBPL",
"gene_hgnc_id": 30683,
"dbsnp": "rs1254616078",
"frequency_reference_population": 6.9626344e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.96263e-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.02203667163848877,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.008,
"revel_prediction": "Benign",
"alphamissense_score": 0.0711,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.857,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_018009.5",
"gene_symbol": "TAPBPL",
"hgnc_id": 30683,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.562G>A",
"hgvs_p": "p.Ala188Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}