← 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: 13-101107503-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=101107503&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 101107503,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001350748.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2563C>T",
"hgvs_p": "p.Arg855*",
"transcript": "NM_052867.4",
"protein_id": "NP_443099.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1738,
"cds_start": 2563,
"cds_end": null,
"cds_length": 5217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000251127.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_052867.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2563C>T",
"hgvs_p": "p.Arg855*",
"transcript": "ENST00000251127.11",
"protein_id": "ENSP00000251127.6",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 1738,
"cds_start": 2563,
"cds_end": null,
"cds_length": 5217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_052867.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251127.11"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2650C>T",
"hgvs_p": "p.Arg884*",
"transcript": "NM_001350748.2",
"protein_id": "NP_001337677.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 1767,
"cds_start": 2650,
"cds_end": null,
"cds_length": 5304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350748.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2650C>T",
"hgvs_p": "p.Arg884*",
"transcript": "ENST00000675332.1",
"protein_id": "ENSP00000501955.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 1767,
"cds_start": 2650,
"cds_end": null,
"cds_length": 5304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675332.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2563C>T",
"hgvs_p": "p.Arg855*",
"transcript": "NM_001350749.2",
"protein_id": "NP_001337678.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1738,
"cds_start": 2563,
"cds_end": null,
"cds_length": 5217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350749.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2563C>T",
"hgvs_p": "p.Arg855*",
"transcript": "ENST00000858715.1",
"protein_id": "ENSP00000528774.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1738,
"cds_start": 2563,
"cds_end": null,
"cds_length": 5217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858715.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2479C>T",
"hgvs_p": "p.Arg827*",
"transcript": "ENST00000949519.1",
"protein_id": "ENSP00000619578.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 1710,
"cds_start": 2479,
"cds_end": null,
"cds_length": 5133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949519.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2476C>T",
"hgvs_p": "p.Arg826*",
"transcript": "NM_001350750.2",
"protein_id": "NP_001337679.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 1709,
"cds_start": 2476,
"cds_end": null,
"cds_length": 5130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350750.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2476C>T",
"hgvs_p": "p.Arg826*",
"transcript": "NM_001350751.2",
"protein_id": "NP_001337680.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 1709,
"cds_start": 2476,
"cds_end": null,
"cds_length": 5130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350751.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2476C>T",
"hgvs_p": "p.Arg826*",
"transcript": "ENST00000676315.1",
"protein_id": "ENSP00000501603.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 1709,
"cds_start": 2476,
"cds_end": null,
"cds_length": 5130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676315.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791*",
"transcript": "ENST00000949518.1",
"protein_id": "ENSP00000619577.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 1674,
"cds_start": 2371,
"cds_end": null,
"cds_length": 5025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949518.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2284C>T",
"hgvs_p": "p.Arg762*",
"transcript": "ENST00000675150.1",
"protein_id": "ENSP00000502680.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 1645,
"cds_start": 2284,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675150.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2707C>T",
"hgvs_p": "p.Arg903*",
"transcript": "XM_024449336.2",
"protein_id": "XP_024305104.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1786,
"cds_start": 2707,
"cds_end": null,
"cds_length": 5361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449336.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2620C>T",
"hgvs_p": "p.Arg874*",
"transcript": "XM_011521067.3",
"protein_id": "XP_011519369.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 1757,
"cds_start": 2620,
"cds_end": null,
"cds_length": 5274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521067.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2533C>T",
"hgvs_p": "p.Arg845*",
"transcript": "XM_011521069.3",
"protein_id": "XP_011519371.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1728,
"cds_start": 2533,
"cds_end": null,
"cds_length": 5187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521069.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.2116C>T",
"hgvs_p": "p.Arg706*",
"transcript": "XM_017020536.3",
"protein_id": "XP_016876025.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1589,
"cds_start": 2116,
"cds_end": null,
"cds_length": 4770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020536.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "c.1798C>T",
"hgvs_p": "p.Arg600*",
"transcript": "XM_017020537.2",
"protein_id": "XP_016876026.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 1483,
"cds_start": 1798,
"cds_end": null,
"cds_length": 4452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020537.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"hgvs_c": "n.2563C>T",
"hgvs_p": null,
"transcript": "ENST00000648359.1",
"protein_id": "ENSP00000497465.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648359.1"
}
],
"gene_symbol": "NALCN",
"gene_hgnc_id": 19082,
"dbsnp": "rs376152742",
"frequency_reference_population": 0.000025403104,
"hom_count_reference_population": 0,
"allele_count_reference_population": 41,
"gnomad_exomes_af": 0.0000266801,
"gnomad_genomes_af": 0.0000131396,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.663,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.05,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001350748.2",
"gene_symbol": "NALCN",
"hgnc_id": 19082,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2650C>T",
"hgvs_p": "p.Arg884*"
}
],
"clinvar_disease": " infantile, with psychomotor retardation and characteristic facies 1,Hypotonia,Inborn genetic diseases,NALCN-related disorder,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6",
"phenotype_combined": "Inborn genetic diseases|not provided|Hypotonia, infantile, with psychomotor retardation and characteristic facies 1|NALCN-related disorder",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}