← 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-81569071-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=81569071&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 81569071,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_017921.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "NM_017921.4",
"protein_id": "NP_060391.2",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 608,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": "ENST00000331134.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "ENST00000331134.11",
"protein_id": "ENSP00000331487.5",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 608,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": "NM_017921.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1523C>A",
"hgvs_p": "p.Ser508Tyr",
"transcript": "ENST00000705719.1",
"protein_id": "ENSP00000516165.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 651,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "NM_001437986.1",
"protein_id": "NP_001424915.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 617,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 6473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "ENST00000374747.9",
"protein_id": "ENSP00000363879.5",
"transcript_support_level": 2,
"aa_start": 465,
"aa_end": null,
"aa_length": 617,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1409C>A",
"hgvs_p": "p.Ser470Tyr",
"transcript": "NM_001369698.1",
"protein_id": "NP_001356627.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 613,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 4396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "NM_001438810.1",
"protein_id": "NP_001425739.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 611,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.98C>A",
"hgvs_p": "p.Ser33Tyr",
"transcript": "ENST00000571714.5",
"protein_id": "ENSP00000460465.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 182,
"cds_start": 98,
"cds_end": null,
"cds_length": 549,
"cdna_start": 98,
"cdna_end": null,
"cdna_length": 676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.11C>A",
"hgvs_p": "p.Ser4Tyr",
"transcript": "ENST00000572824.1",
"protein_id": "ENSP00000458384.1",
"transcript_support_level": 4,
"aa_start": 4,
"aa_end": null,
"aa_length": 171,
"cds_start": 11,
"cds_end": null,
"cds_length": 516,
"cdna_start": 13,
"cdna_end": null,
"cdna_length": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1409C>A",
"hgvs_p": "p.Ser470Tyr",
"transcript": "XM_011524980.2",
"protein_id": "XP_011523282.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 616,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 4457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1409C>A",
"hgvs_p": "p.Ser470Tyr",
"transcript": "XM_011524982.3",
"protein_id": "XP_011523284.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 576,
"cds_start": 1409,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr",
"transcript": "XM_047436366.1",
"protein_id": "XP_047292322.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 571,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 2042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.1233C>A",
"hgvs_p": "p.Phe411Leu",
"transcript": "XM_047436367.1",
"protein_id": "XP_047292323.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 419,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.731C>A",
"hgvs_p": "p.Ser244Tyr",
"transcript": "XM_047436368.1",
"protein_id": "XP_047292324.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 390,
"cds_start": 731,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 898,
"cdna_end": null,
"cdna_length": 3764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "n.32C>A",
"hgvs_p": null,
"transcript": "ENST00000573212.5",
"protein_id": "ENSP00000459462.1",
"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": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "n.*937C>A",
"hgvs_p": null,
"transcript": "ENST00000574897.5",
"protein_id": "ENSP00000461543.1",
"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": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "n.133C>A",
"hgvs_p": null,
"transcript": "ENST00000576713.6",
"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": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "n.189C>A",
"hgvs_p": null,
"transcript": "NR_130139.1",
"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": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "n.*937C>A",
"hgvs_p": null,
"transcript": "ENST00000574897.5",
"protein_id": "ENSP00000461543.1",
"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": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"hgvs_c": "c.-8C>A",
"hgvs_p": null,
"transcript": "ENST00000573519.5",
"protein_id": "ENSP00000459457.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": -4,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NPLOC4",
"gene_hgnc_id": 18261,
"dbsnp": "rs1167090984",
"frequency_reference_population": 0.000013018557,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.00000889859,
"gnomad_genomes_af": 0.0000525707,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7652881145477295,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.215,
"revel_prediction": "Benign",
"alphamissense_score": 0.1684,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.157,
"phylop100way_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_017921.4",
"gene_symbol": "NPLOC4",
"hgnc_id": 18261,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1394C>A",
"hgvs_p": "p.Ser465Tyr"
}
],
"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
}