← 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: 9-129005389-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=129005389&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 129005389,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_015354.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4596A>G",
"hgvs_p": "p.Ser1532Ser",
"transcript": "NM_015354.3",
"protein_id": "NP_056169.1",
"transcript_support_level": null,
"aa_start": 1532,
"aa_end": null,
"aa_length": 1749,
"cds_start": 4596,
"cds_end": null,
"cds_length": 5250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372577.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015354.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4596A>G",
"hgvs_p": "p.Ser1532Ser",
"transcript": "ENST00000372577.2",
"protein_id": "ENSP00000361658.2",
"transcript_support_level": 1,
"aa_start": 1532,
"aa_end": null,
"aa_length": 1749,
"cds_start": 4596,
"cds_end": null,
"cds_length": 5250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015354.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372577.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4803A>G",
"hgvs_p": "p.Ser1601Ser",
"transcript": "ENST00000935260.1",
"protein_id": "ENSP00000605319.1",
"transcript_support_level": null,
"aa_start": 1601,
"aa_end": null,
"aa_length": 1818,
"cds_start": 4803,
"cds_end": null,
"cds_length": 5457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935260.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4647A>G",
"hgvs_p": "p.Ser1549Ser",
"transcript": "ENST00000935265.1",
"protein_id": "ENSP00000605324.1",
"transcript_support_level": null,
"aa_start": 1549,
"aa_end": null,
"aa_length": 1766,
"cds_start": 4647,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935265.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4608A>G",
"hgvs_p": "p.Ser1536Ser",
"transcript": "ENST00000870699.1",
"protein_id": "ENSP00000540758.1",
"transcript_support_level": null,
"aa_start": 1536,
"aa_end": null,
"aa_length": 1753,
"cds_start": 4608,
"cds_end": null,
"cds_length": 5262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870699.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4593A>G",
"hgvs_p": "p.Ser1531Ser",
"transcript": "ENST00000935257.1",
"protein_id": "ENSP00000605316.1",
"transcript_support_level": null,
"aa_start": 1531,
"aa_end": null,
"aa_length": 1748,
"cds_start": 4593,
"cds_end": null,
"cds_length": 5247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935257.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4593A>G",
"hgvs_p": "p.Ser1531Ser",
"transcript": "ENST00000935259.1",
"protein_id": "ENSP00000605318.1",
"transcript_support_level": null,
"aa_start": 1531,
"aa_end": null,
"aa_length": 1748,
"cds_start": 4593,
"cds_end": null,
"cds_length": 5247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935259.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4590A>G",
"hgvs_p": "p.Ser1530Ser",
"transcript": "ENST00000935263.1",
"protein_id": "ENSP00000605322.1",
"transcript_support_level": null,
"aa_start": 1530,
"aa_end": null,
"aa_length": 1747,
"cds_start": 4590,
"cds_end": null,
"cds_length": 5244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935263.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4587A>G",
"hgvs_p": "p.Ser1529Ser",
"transcript": "ENST00000935261.1",
"protein_id": "ENSP00000605320.1",
"transcript_support_level": null,
"aa_start": 1529,
"aa_end": null,
"aa_length": 1746,
"cds_start": 4587,
"cds_end": null,
"cds_length": 5241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935261.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4518A>G",
"hgvs_p": "p.Ser1506Ser",
"transcript": "ENST00000935258.1",
"protein_id": "ENSP00000605317.1",
"transcript_support_level": null,
"aa_start": 1506,
"aa_end": null,
"aa_length": 1723,
"cds_start": 4518,
"cds_end": null,
"cds_length": 5172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935258.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4506A>G",
"hgvs_p": "p.Ser1502Ser",
"transcript": "ENST00000935256.1",
"protein_id": "ENSP00000605315.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1719,
"cds_start": 4506,
"cds_end": null,
"cds_length": 5160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935256.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4506A>G",
"hgvs_p": "p.Ser1502Ser",
"transcript": "ENST00000935267.1",
"protein_id": "ENSP00000605326.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1719,
"cds_start": 4506,
"cds_end": null,
"cds_length": 5160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935267.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4467A>G",
"hgvs_p": "p.Ser1489Ser",
"transcript": "ENST00000870700.1",
"protein_id": "ENSP00000540759.1",
"transcript_support_level": null,
"aa_start": 1489,
"aa_end": null,
"aa_length": 1706,
"cds_start": 4467,
"cds_end": null,
"cds_length": 5121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870700.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4467A>G",
"hgvs_p": "p.Ser1489Ser",
"transcript": "ENST00000935262.1",
"protein_id": "ENSP00000605321.1",
"transcript_support_level": null,
"aa_start": 1489,
"aa_end": null,
"aa_length": 1706,
"cds_start": 4467,
"cds_end": null,
"cds_length": 5121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935262.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4434A>G",
"hgvs_p": "p.Ser1478Ser",
"transcript": "ENST00000935264.1",
"protein_id": "ENSP00000605323.1",
"transcript_support_level": null,
"aa_start": 1478,
"aa_end": null,
"aa_length": 1695,
"cds_start": 4434,
"cds_end": null,
"cds_length": 5088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935264.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4269A>G",
"hgvs_p": "p.Ser1423Ser",
"transcript": "ENST00000935266.1",
"protein_id": "ENSP00000605325.1",
"transcript_support_level": null,
"aa_start": 1423,
"aa_end": null,
"aa_length": 1640,
"cds_start": 4269,
"cds_end": null,
"cds_length": 4923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935266.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"hgvs_c": "c.4510-4A>G",
"hgvs_p": null,
"transcript": "ENST00000870698.1",
"protein_id": "ENSP00000540757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1719,
"cds_start": null,
"cds_end": null,
"cds_length": 5160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870698.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101929314",
"gene_hgnc_id": null,
"hgvs_c": "n.86-95T>C",
"hgvs_p": null,
"transcript": "XR_007061809.1",
"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": "XR_007061809.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101929314",
"gene_hgnc_id": null,
"hgvs_c": "n.85-92T>C",
"hgvs_p": null,
"transcript": "XR_007061810.1",
"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": "XR_007061810.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101929314",
"gene_hgnc_id": null,
"hgvs_c": "n.85-92T>C",
"hgvs_p": null,
"transcript": "XR_007061811.1",
"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": "XR_007061811.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101929314",
"gene_hgnc_id": null,
"hgvs_c": "n.85-92T>C",
"hgvs_p": null,
"transcript": "XR_930381.4",
"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": "XR_930381.4"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101929314",
"gene_hgnc_id": null,
"hgvs_c": "n.85-92T>C",
"hgvs_p": null,
"transcript": "XR_930382.4",
"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": "XR_930382.4"
}
],
"gene_symbol": "NUP188",
"gene_hgnc_id": 17859,
"dbsnp": "rs2287363",
"frequency_reference_population": 6.8472986e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8473e-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.5099999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.539,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_015354.3",
"gene_symbol": "NUP188",
"hgnc_id": 17859,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.4596A>G",
"hgvs_p": "p.Ser1532Ser"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "XR_930381.4",
"gene_symbol": "LOC101929314",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.85-92T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}