← 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-20783744-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=20783744&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 20783744,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001288713.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "NM_006157.5",
"protein_id": "NP_006148.2",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 810,
"cds_start": 249,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357134.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006157.5"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000357134.10",
"protein_id": "ENSP00000349654.5",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 810,
"cds_start": 249,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006157.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357134.10"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000532434.5",
"protein_id": "ENSP00000437170.1",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 763,
"cds_start": 249,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532434.5"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.333C>T",
"hgvs_p": "p.Asn111Asn",
"transcript": "NM_001288713.1",
"protein_id": "NP_001275642.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 838,
"cds_start": 333,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288713.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.333C>T",
"hgvs_p": "p.Asn111Asn",
"transcript": "ENST00000298925.9",
"protein_id": "ENSP00000298925.5",
"transcript_support_level": 2,
"aa_start": 111,
"aa_end": null,
"aa_length": 838,
"cds_start": 333,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298925.9"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000918540.1",
"protein_id": "ENSP00000588599.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 830,
"cds_start": 249,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918540.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000963666.1",
"protein_id": "ENSP00000633725.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 816,
"cds_start": 249,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963666.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000860940.1",
"protein_id": "ENSP00000530999.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 783,
"cds_start": 249,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860940.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "NM_201551.2",
"protein_id": "NP_963845.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 763,
"cds_start": 249,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201551.2"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "NM_001288714.1",
"protein_id": "NP_001275643.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 753,
"cds_start": 249,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288714.1"
},
{
"aa_ref": "N",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Asn83Asn",
"transcript": "ENST00000325319.9",
"protein_id": "ENSP00000317837.5",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 753,
"cds_start": 249,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325319.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "n.76C>T",
"hgvs_p": null,
"transcript": "ENST00000524738.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000524738.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "n.270C>T",
"hgvs_p": null,
"transcript": "ENST00000527873.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000527873.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "n.432C>T",
"hgvs_p": null,
"transcript": "ENST00000528046.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000528046.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"hgvs_c": "n.137C>T",
"hgvs_p": null,
"transcript": "ENST00000529595.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000529595.1"
}
],
"gene_symbol": "NELL1",
"gene_hgnc_id": 7750,
"dbsnp": "rs576614526",
"frequency_reference_population": 0.0000020524412,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205244,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"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.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.025,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001288713.1",
"gene_symbol": "NELL1",
"hgnc_id": 7750,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.333C>T",
"hgvs_p": "p.Asn111Asn"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}