← 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: 14-31787859-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=31787859&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 31787859,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000281081.12",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.593A>G",
"hgvs_p": "p.Asn198Ser",
"transcript": "NM_025152.3",
"protein_id": "NP_079428.2",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 319,
"cds_start": 593,
"cds_end": null,
"cds_length": 960,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": "ENST00000281081.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.593A>G",
"hgvs_p": "p.Asn198Ser",
"transcript": "ENST00000281081.12",
"protein_id": "ENSP00000281081.7",
"transcript_support_level": 1,
"aa_start": 198,
"aa_end": null,
"aa_length": 319,
"cds_start": 593,
"cds_end": null,
"cds_length": 960,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": "NM_025152.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.305A>G",
"hgvs_p": "p.Asn102Ser",
"transcript": "NM_001201573.2",
"protein_id": "NP_001188502.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 223,
"cds_start": 305,
"cds_end": null,
"cds_length": 672,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 2823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.44A>G",
"hgvs_p": "p.Asn15Ser",
"transcript": "NM_001201574.2",
"protein_id": "NP_001188503.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 136,
"cds_start": 44,
"cds_end": null,
"cds_length": 411,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"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": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.278A>G",
"hgvs_p": "p.Asn93Ser",
"transcript": "XM_011537181.3",
"protein_id": "XP_011535483.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 214,
"cds_start": 278,
"cds_end": null,
"cds_length": 645,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.203A>G",
"hgvs_p": "p.Asn68Ser",
"transcript": "XM_047431786.1",
"protein_id": "XP_047287742.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 189,
"cds_start": 203,
"cds_end": null,
"cds_length": 570,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 2736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"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": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asn57Ser",
"transcript": "XM_047431787.1",
"protein_id": "XP_047287743.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 178,
"cds_start": 170,
"cds_end": null,
"cds_length": 537,
"cdna_start": 291,
"cdna_end": null,
"cdna_length": 2702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.44A>G",
"hgvs_p": "p.Asn15Ser",
"transcript": "XM_011537184.4",
"protein_id": "XP_011535486.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 136,
"cds_start": 44,
"cds_end": null,
"cds_length": 411,
"cdna_start": 4022,
"cdna_end": null,
"cdna_length": 6433,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "n.315A>G",
"hgvs_p": null,
"transcript": "ENST00000418681.6",
"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": 1804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.292-58612A>G",
"hgvs_p": null,
"transcript": "ENST00000550649.5",
"protein_id": "ENSP00000447618.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 166,
"cds_start": -4,
"cds_end": null,
"cds_length": 502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "n.514-38770A>G",
"hgvs_p": null,
"transcript": "ENST00000547839.5",
"protein_id": "ENSP00000449918.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": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "n.550-38770A>G",
"hgvs_p": null,
"transcript": "NR_120408.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": 2946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.514-38770A>G",
"hgvs_p": null,
"transcript": "XM_047431788.1",
"protein_id": "XP_047287744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 173,
"cds_start": -4,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "c.*37A>G",
"hgvs_p": null,
"transcript": "ENST00000551314.1",
"protein_id": "ENSP00000447234.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": -4,
"cds_end": null,
"cds_length": 400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"hgvs_c": "n.*229A>G",
"hgvs_p": null,
"transcript": "ENST00000549838.5",
"protein_id": "ENSP00000447658.1",
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NUBPL",
"gene_hgnc_id": 20278,
"dbsnp": "rs11558436",
"frequency_reference_population": 0.0000013741171,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137412,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.42622607946395874,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.127,
"revel_prediction": "Benign",
"alphamissense_score": 0.1734,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.227,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000281081.12",
"gene_symbol": "NUBPL",
"hgnc_id": 20278,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.593A>G",
"hgvs_p": "p.Asn198Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}