← 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: 1-42929018-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=42929018&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"effects": [
"stop_gained"
],
"gene_symbol": "SLC2A1",
"hgnc_id": 11005,
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330*",
"inheritance_mode": "AR,SD,AD,Unknown",
"pathogenic_score": 18,
"score": 18,
"transcript": "NM_006516.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_score": 18,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.51,
"chr": "1",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " autosomal recessive,Childhood onset GLUT1 deficiency syndrome 2,Dystonia 9,Encephalopathy due to GLUT1 deficiency,Epilepsy,GLUT1 deficiency syndrome 1,Hereditary cryohydrocytosis with reduced stomatin,Inborn genetic diseases,Microcephaly,intellectual deficiency,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:9 O:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5099999904632568,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 492,
"aa_ref": "R",
"aa_start": 330,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 1205,
"cds_end": null,
"cds_length": 1479,
"cds_start": 988,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_006516.4",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000426263.10",
"protein_coding": true,
"protein_id": "NP_006507.2",
"strand": false,
"transcript": "NM_006516.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 492,
"aa_ref": "R",
"aa_start": 330,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 1205,
"cds_end": null,
"cds_length": 1479,
"cds_start": 988,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000426263.10",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006516.4",
"protein_coding": true,
"protein_id": "ENSP00000416293.2",
"strand": false,
"transcript": "ENST00000426263.10",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 329,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2578,
"cdna_start": 1202,
"cds_end": null,
"cds_length": 1476,
"cds_start": 985,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000889577.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.985C>T",
"hgvs_p": "p.Arg329*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000559636.1",
"strand": false,
"transcript": "ENST00000889577.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 330,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2585,
"cdna_start": 1208,
"cds_end": null,
"cds_length": 1476,
"cds_start": 988,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000958848.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000628907.1",
"strand": false,
"transcript": "ENST00000958848.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 481,
"aa_ref": "R",
"aa_start": 319,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2463,
"cdna_start": 1169,
"cds_end": null,
"cds_length": 1446,
"cds_start": 955,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000938862.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.955C>T",
"hgvs_p": "p.Arg319*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608921.1",
"strand": false,
"transcript": "ENST00000938862.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 464,
"aa_ref": "R",
"aa_start": 302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2468,
"cdna_start": 1121,
"cds_end": null,
"cds_length": 1395,
"cds_start": 904,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000938861.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.904C>T",
"hgvs_p": "p.Arg302*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608920.1",
"strand": false,
"transcript": "ENST00000938861.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 359,
"aa_ref": "R",
"aa_start": 330,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1851,
"cdna_start": 1196,
"cds_end": null,
"cds_length": 1080,
"cds_start": 988,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000674765.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.988C>T",
"hgvs_p": "p.Arg330*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501811.1",
"strand": false,
"transcript": "ENST00000674765.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 358,
"aa_ref": "R",
"aa_start": 196,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2183,
"cdna_start": 807,
"cds_end": null,
"cds_length": 1077,
"cds_start": 586,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000889576.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.586C>T",
"hgvs_p": "p.Arg196*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000559635.1",
"strand": false,
"transcript": "ENST00000889576.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 458,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": null,
"cds_end": null,
"cds_length": 1377,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000938860.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.972+192C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608919.1",
"strand": false,
"transcript": "ENST00000938860.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2163,
"cdna_start": null,
"cds_end": null,
"cds_length": 1068,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000958849.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.867+575C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000628908.1",
"strand": false,
"transcript": "ENST00000958849.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 141,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 598,
"cdna_start": null,
"cds_end": null,
"cds_length": 426,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000475162.3",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.414+1608C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000487213.1",
"strand": false,
"transcript": "ENST00000475162.3",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2398,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000630287.2",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.*303C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000486694.1",
"strand": false,
"transcript": "ENST00000630287.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2888,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000674545.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.482C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000674545.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2652,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000675112.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.1289C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000675112.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2795,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000676254.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.1437C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000676254.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2398,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000630287.2",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.*303C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000486694.1",
"strand": false,
"transcript": "ENST00000630287.2",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs80359826",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "not provided|intellectual deficiency;Epilepsy;Microcephaly|GLUT1 deficiency syndrome 1, autosomal recessive|Inborn genetic diseases|Encephalopathy due to GLUT1 deficiency|Childhood onset GLUT1 deficiency syndrome 2|Hereditary cryohydrocytosis with reduced stomatin;Encephalopathy due to GLUT1 deficiency;Childhood onset GLUT1 deficiency syndrome 2;Dystonia 9",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.549,
"pos": 42929018,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_006516.4"
}
]
}