← 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: 5-36200275-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=36200275&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 36200275,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001085411.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.1018C>T",
"hgvs_p": "p.Arg340*",
"transcript": "NM_001085411.3",
"protein_id": "NP_001078880.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 442,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381937.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001085411.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.1018C>T",
"hgvs_p": "p.Arg340*",
"transcript": "ENST00000381937.9",
"protein_id": "ENSP00000371362.4",
"transcript_support_level": 2,
"aa_start": 340,
"aa_end": null,
"aa_length": 442,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001085411.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381937.9"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Arg177*",
"transcript": "ENST00000282512.7",
"protein_id": "ENSP00000282512.3",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 279,
"cds_start": 529,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000282512.7"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.433C>T",
"hgvs_p": "p.Arg145*",
"transcript": "ENST00000617628.4",
"protein_id": "ENSP00000480506.1",
"transcript_support_level": 1,
"aa_start": 145,
"aa_end": null,
"aa_length": 247,
"cds_start": 433,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617628.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "n.747C>T",
"hgvs_p": null,
"transcript": "ENST00000404560.7",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000404560.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "n.402C>T",
"hgvs_p": null,
"transcript": "ENST00000511613.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000511613.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.1123C>T",
"hgvs_p": "p.Arg375*",
"transcript": "ENST00000948923.1",
"protein_id": "ENSP00000618982.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 477,
"cds_start": 1123,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948923.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Arg353*",
"transcript": "ENST00000948924.1",
"protein_id": "ENSP00000618983.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 455,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948924.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.922C>T",
"hgvs_p": "p.Arg308*",
"transcript": "ENST00000514504.5",
"protein_id": "ENSP00000421029.1",
"transcript_support_level": 5,
"aa_start": 308,
"aa_end": null,
"aa_length": 410,
"cds_start": 922,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514504.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199*",
"transcript": "NM_001287341.2",
"protein_id": "NP_001274270.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 301,
"cds_start": 595,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287341.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199*",
"transcript": "ENST00000506945.5",
"protein_id": "ENSP00000422250.1",
"transcript_support_level": 2,
"aa_start": 199,
"aa_end": null,
"aa_length": 301,
"cds_start": 595,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506945.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Arg177*",
"transcript": "NM_001287340.2",
"protein_id": "NP_001274269.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 279,
"cds_start": 529,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287340.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Arg177*",
"transcript": "NM_153013.5",
"protein_id": "NP_694558.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 279,
"cds_start": 529,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153013.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Arg177*",
"transcript": "ENST00000397338.5",
"protein_id": "ENSP00000380499.1",
"transcript_support_level": 2,
"aa_start": 177,
"aa_end": null,
"aa_length": 279,
"cds_start": 529,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397338.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.1084C>T",
"hgvs_p": "p.Arg362*",
"transcript": "XM_005248241.5",
"protein_id": "XP_005248298.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 464,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248241.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199*",
"transcript": "XM_024454360.2",
"protein_id": "XP_024310128.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 301,
"cds_start": 595,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454360.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.595C>T",
"hgvs_p": "p.Arg199*",
"transcript": "XM_047416705.1",
"protein_id": "XP_047272661.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 301,
"cds_start": 595,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416705.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Arg177*",
"transcript": "XM_047416706.1",
"protein_id": "XP_047272662.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 279,
"cds_start": 529,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416706.1"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "c.148+831C>T",
"hgvs_p": null,
"transcript": "ENST00000502355.5",
"protein_id": "ENSP00000424166.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502355.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"hgvs_c": "n.388C>T",
"hgvs_p": null,
"transcript": "ENST00000509225.1",
"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": "ENST00000509225.1"
}
],
"gene_symbol": "NADK2",
"gene_hgnc_id": 26404,
"dbsnp": "rs587777772",
"frequency_reference_population": 0.0000025369604,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000140291,
"gnomad_genomes_af": 0.0000132378,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.550000011920929,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.55,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.253,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001085411.3",
"gene_symbol": "NADK2",
"hgnc_id": 26404,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1018C>T",
"hgvs_p": "p.Arg340*"
}
],
"clinvar_disease": "Progressive encephalopathy with leukodystrophy due to DECR deficiency",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Progressive encephalopathy with leukodystrophy due to DECR deficiency",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}