← 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: 6-43523930-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=43523930&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 43523930,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_020750.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3553A>G",
"hgvs_p": "p.Met1185Val",
"transcript": "NM_020750.3",
"protein_id": "NP_065801.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1204,
"cds_start": 3553,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265351.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020750.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3553A>G",
"hgvs_p": "p.Met1185Val",
"transcript": "ENST00000265351.12",
"protein_id": "ENSP00000265351.7",
"transcript_support_level": 1,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1204,
"cds_start": 3553,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020750.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265351.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "ENST00000304004.7",
"protein_id": "ENSP00000307212.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304004.7"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3550A>G",
"hgvs_p": "p.Met1184Val",
"transcript": "ENST00000943409.1",
"protein_id": "ENSP00000613468.1",
"transcript_support_level": null,
"aa_start": 1184,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3550,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943409.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3541A>G",
"hgvs_p": "p.Met1181Val",
"transcript": "ENST00000943413.1",
"protein_id": "ENSP00000613472.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1200,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943413.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3421A>G",
"hgvs_p": "p.Met1141Val",
"transcript": "ENST00000943411.1",
"protein_id": "ENSP00000613470.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3421,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943411.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3397A>G",
"hgvs_p": "p.Met1133Val",
"transcript": "ENST00000943412.1",
"protein_id": "ENSP00000613471.1",
"transcript_support_level": null,
"aa_start": 1133,
"aa_end": null,
"aa_length": 1152,
"cds_start": 3397,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943412.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3388A>G",
"hgvs_p": "p.Met1130Val",
"transcript": "ENST00000943415.1",
"protein_id": "ENSP00000613474.1",
"transcript_support_level": null,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1149,
"cds_start": 3388,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943415.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3358A>G",
"hgvs_p": "p.Met1120Val",
"transcript": "ENST00000943408.1",
"protein_id": "ENSP00000613467.1",
"transcript_support_level": null,
"aa_start": 1120,
"aa_end": null,
"aa_length": 1139,
"cds_start": 3358,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943408.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.3142A>G",
"hgvs_p": "p.Met1048Val",
"transcript": "ENST00000943410.1",
"protein_id": "ENSP00000613469.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1067,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943410.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "c.1798A>G",
"hgvs_p": "p.Met600Val",
"transcript": "ENST00000943414.1",
"protein_id": "ENSP00000613473.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 619,
"cds_start": 1798,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943414.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.*17+2613T>C",
"hgvs_p": null,
"transcript": "ENST00000908069.1",
"protein_id": "ENSP00000578128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": null,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908069.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "ENST00000646433.1",
"protein_id": "ENSP00000494368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 343,
"cds_start": null,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646433.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "NM_001318876.2",
"protein_id": "NP_001305805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318876.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "ENST00000607635.2",
"protein_id": "ENSP00000496683.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": null,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000607635.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "NM_001363658.2",
"protein_id": "NP_001350587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363658.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null,
"transcript": "ENST00000643341.1",
"protein_id": "ENSP00000496018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.*17+2613T>C",
"hgvs_p": null,
"transcript": "ENST00000643799.1",
"protein_id": "ENSP00000494529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": null,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.2036A>G",
"hgvs_p": null,
"transcript": "ENST00000455854.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000455854.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"hgvs_c": "n.3865A>G",
"hgvs_p": null,
"transcript": "NR_144392.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_144392.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "n.922+2882T>C",
"hgvs_p": null,
"transcript": "ENST00000646700.1",
"protein_id": "ENSP00000495521.1",
"transcript_support_level": null,
"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": "ENST00000646700.1"
}
],
"gene_symbol": "XPO5",
"gene_hgnc_id": 17675,
"dbsnp": "rs761034663",
"frequency_reference_population": 0.00002044721,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000212084,
"gnomad_genomes_af": 0.0000131384,
"gnomad_exomes_ac": 31,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01803445816040039,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.015,
"revel_prediction": "Benign",
"alphamissense_score": 0.0494,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.066,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_020750.3",
"gene_symbol": "XPO5",
"hgnc_id": 17675,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3553A>G",
"hgvs_p": "p.Met1185Val"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001318876.2",
"gene_symbol": "POLR1C",
"hgnc_id": 20194,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.922+2882T>C",
"hgvs_p": null
}
],
"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
}