← 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: 11-64607713-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=64607713&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 64607713,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000704782.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4622A>T",
"hgvs_p": "p.Asp1541Val",
"transcript": "NM_015080.4",
"protein_id": "NP_055895.1",
"transcript_support_level": null,
"aa_start": 1541,
"aa_end": null,
"aa_length": 1712,
"cds_start": 4622,
"cds_end": null,
"cds_length": 5139,
"cdna_start": 5093,
"cdna_end": null,
"cdna_length": 6632,
"mane_select": "ENST00000265459.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4622A>T",
"hgvs_p": "p.Asp1541Val",
"transcript": "ENST00000265459.11",
"protein_id": "ENSP00000265459.5",
"transcript_support_level": 5,
"aa_start": 1541,
"aa_end": null,
"aa_length": 1712,
"cds_start": 4622,
"cds_end": null,
"cds_length": 5139,
"cdna_start": 5093,
"cdna_end": null,
"cdna_length": 6632,
"mane_select": "NM_015080.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4631A>T",
"hgvs_p": "p.Asp1544Val",
"transcript": "ENST00000704782.1",
"protein_id": "ENSP00000516031.1",
"transcript_support_level": null,
"aa_start": 1544,
"aa_end": null,
"aa_length": 1715,
"cds_start": 4631,
"cds_end": null,
"cds_length": 5148,
"cdna_start": 4843,
"cdna_end": null,
"cdna_length": 6382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4412A>T",
"hgvs_p": "p.Asp1471Val",
"transcript": "ENST00000377559.7",
"protein_id": "ENSP00000366782.3",
"transcript_support_level": 1,
"aa_start": 1471,
"aa_end": null,
"aa_length": 1642,
"cds_start": 4412,
"cds_end": null,
"cds_length": 4929,
"cdna_start": 4874,
"cdna_end": null,
"cdna_length": 6413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4262-213A>T",
"hgvs_p": null,
"transcript": "ENST00000704781.1",
"protein_id": "ENSP00000516029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1521,
"cds_start": -4,
"cds_end": null,
"cds_length": 4566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4601A>T",
"hgvs_p": "p.Asp1534Val",
"transcript": "ENST00000409571.6",
"protein_id": "ENSP00000386416.1",
"transcript_support_level": 5,
"aa_start": 1534,
"aa_end": null,
"aa_length": 1705,
"cds_start": 4601,
"cds_end": null,
"cds_length": 5118,
"cdna_start": 5023,
"cdna_end": null,
"cdna_length": 6559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4412A>T",
"hgvs_p": "p.Asp1471Val",
"transcript": "NM_138732.3",
"protein_id": "NP_620060.1",
"transcript_support_level": null,
"aa_start": 1471,
"aa_end": null,
"aa_length": 1642,
"cds_start": 4412,
"cds_end": null,
"cds_length": 4929,
"cdna_start": 4883,
"cdna_end": null,
"cdna_length": 6422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.1484A>T",
"hgvs_p": "p.Asp495Val",
"transcript": "NM_138734.3",
"protein_id": "NP_620063.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 666,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 2226,
"cdna_end": null,
"cdna_length": 3765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.1484A>T",
"hgvs_p": "p.Asp495Val",
"transcript": "ENST00000301894.6",
"protein_id": "ENSP00000301894.2",
"transcript_support_level": 5,
"aa_start": 495,
"aa_end": null,
"aa_length": 666,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 1996,
"cdna_end": null,
"cdna_length": 3535,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "n.1693A>T",
"hgvs_p": null,
"transcript": "ENST00000464307.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": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4253-213A>T",
"hgvs_p": null,
"transcript": "NM_001376262.1",
"protein_id": "NP_001363191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1518,
"cds_start": -4,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4232-213A>T",
"hgvs_p": null,
"transcript": "NM_001376263.1",
"protein_id": "NP_001363192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1511,
"cds_start": -4,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4232-213A>T",
"hgvs_p": null,
"transcript": "ENST00000688050.1",
"protein_id": "ENSP00000509497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1511,
"cds_start": -4,
"cds_end": null,
"cds_length": 4536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4229-213A>T",
"hgvs_p": null,
"transcript": "NM_001376266.1",
"protein_id": "NP_001363195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1510,
"cds_start": -4,
"cds_end": null,
"cds_length": 4533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4208-213A>T",
"hgvs_p": null,
"transcript": "NM_001376265.1",
"protein_id": "NP_001363194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1503,
"cds_start": -4,
"cds_end": null,
"cds_length": 4512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.4142-213A>T",
"hgvs_p": null,
"transcript": "NM_001376267.1",
"protein_id": "NP_001363196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1481,
"cds_start": -4,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.3386-213A>T",
"hgvs_p": null,
"transcript": "ENST00000693456.1",
"protein_id": "ENSP00000510245.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": -4,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.3296-213A>T",
"hgvs_p": null,
"transcript": "ENST00000689935.1",
"protein_id": "ENSP00000508669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": -4,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.2039-213A>T",
"hgvs_p": null,
"transcript": "ENST00000688454.1",
"protein_id": "ENSP00000510474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": -4,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.878-213A>T",
"hgvs_p": null,
"transcript": "NM_001400681.1",
"protein_id": "NP_001387610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"hgvs_c": "c.788-213A>T",
"hgvs_p": null,
"transcript": "NM_001400682.1",
"protein_id": "NP_001387611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": -4,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NRXN2",
"gene_hgnc_id": 8009,
"dbsnp": "rs797045801",
"frequency_reference_population": 0.0000014253319,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000142533,
"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.08289191126823425,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.052,
"revel_prediction": "Benign",
"alphamissense_score": 0.1441,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.326,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000704782.1",
"gene_symbol": "NRXN2",
"hgnc_id": 8009,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.4631A>T",
"hgvs_p": "p.Asp1544Val"
}
],
"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
}