← 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-42930661-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=42930661&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.481C>T",
"hgvs_p": "p.Gln161*",
"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.56,
"chr": "1",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " autosomal recessive,Encephalopathy due to GLUT1 deficiency,GLUT1 deficiency syndrome 1,Inborn genetic diseases,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5600000023841858,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 492,
"aa_ref": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 698,
"cds_end": null,
"cds_length": 1479,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_006516.4",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 698,
"cds_end": null,
"cds_length": 1479,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000426263.10",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2578,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1476,
"cds_start": 478,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000889577.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.478C>T",
"hgvs_p": "p.Gln160*",
"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": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2585,
"cdna_start": 701,
"cds_end": null,
"cds_length": 1476,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000958848.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2463,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1446,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000938862.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2468,
"cdna_start": 698,
"cds_end": null,
"cds_length": 1395,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000938861.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": 458,
"aa_ref": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": 698,
"cds_end": null,
"cds_length": 1377,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000938860.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"intron_rank": null,
"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": "*",
"aa_end": null,
"aa_length": 359,
"aa_ref": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1851,
"cdna_start": 689,
"cds_end": null,
"cds_length": 1080,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000674765.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"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": 355,
"aa_ref": "Q",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2163,
"cdna_start": 696,
"cds_end": null,
"cds_length": 1068,
"cds_start": 481,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000958849.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Gln161*",
"intron_rank": null,
"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": "*",
"aa_end": null,
"aa_length": 141,
"aa_ref": "Q",
"aa_start": 127,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 598,
"cdna_start": 380,
"cds_end": null,
"cds_length": 426,
"cds_start": 379,
"consequences": [
"stop_gained"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000475162.3",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.379C>T",
"hgvs_p": "p.Gln127*",
"intron_rank": null,
"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": 358,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2183,
"cdna_start": null,
"cds_end": null,
"cds_length": 1077,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000889576.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.115-626C>T",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1031,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000625233.2",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.689C>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": "ENST00000625233.2",
"transcript_support_level": 2
},
{
"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": 4,
"exon_rank_end": null,
"feature": "ENST00000630287.2",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.481C>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": 2652,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000675112.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.504C>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": 2,
"exon_rank_end": null,
"feature": "ENST00000676254.1",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "n.930C>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": 115,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 533,
"cdna_start": null,
"cds_end": null,
"cds_length": 348,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000372500.4",
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"hgvs_c": "c.*37C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361578.4",
"strand": true,
"transcript": "ENST00000372500.4",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1413339367",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 11005,
"gene_symbol": "SLC2A1",
"gnomad_exomes_ac": 0,
"gnomad_exomes_af": 0,
"gnomad_exomes_homalt": 0,
"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": "Inborn genetic diseases|not provided|GLUT1 deficiency syndrome 1, autosomal recessive|Encephalopathy due to GLUT1 deficiency",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.602,
"pos": 42930661,
"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"
}
]
}