← 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: 4-20423151-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=20423151&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 12,
"criteria": [
"BP4_Strong",
"BA1"
],
"effects": [
"intron_variant"
],
"gene_symbol": "SLIT2",
"hgnc_id": 11086,
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -12,
"transcript": "NM_004787.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_score": -12,
"allele_count_reference_population": 111919,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.95,
"chr": "4",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.949999988079071,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1529,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8053,
"cdna_start": null,
"cds_end": null,
"cds_length": 4590,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_004787.4",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000504154.6",
"protein_coding": true,
"protein_id": "NP_004778.1",
"strand": true,
"transcript": "NM_004787.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1529,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8053,
"cdna_start": null,
"cds_end": null,
"cds_length": 4590,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504154.6",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004787.4",
"protein_coding": true,
"protein_id": "ENSP00000422591.1",
"strand": true,
"transcript": "ENST00000504154.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1525,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4752,
"cdna_start": null,
"cds_end": null,
"cds_length": 4578,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000503837.5",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422261.1",
"strand": true,
"transcript": "ENST00000503837.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1521,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5233,
"cdna_start": null,
"cds_end": null,
"cds_length": 4566,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 36,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000503823.5",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000427548.1",
"strand": true,
"transcript": "ENST00000503823.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1542,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5132,
"cdna_start": null,
"cds_end": null,
"cds_length": 4629,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 39,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000273739.9",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000273739.5",
"strand": true,
"transcript": "ENST00000273739.9",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1525,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8041,
"cdna_start": null,
"cds_end": null,
"cds_length": 4578,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001289135.3",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001276064.1",
"strand": true,
"transcript": "NM_001289135.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1521,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8029,
"cdna_start": null,
"cds_end": null,
"cds_length": 4566,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 36,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001289136.3",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001276065.1",
"strand": true,
"transcript": "NM_001289136.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1505,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6605,
"cdna_start": null,
"cds_end": null,
"cds_length": 4518,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 36,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000883938.1",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000553997.1",
"strand": true,
"transcript": "ENST00000883938.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1439,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6380,
"cdna_start": null,
"cds_end": null,
"cds_length": 4320,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000622093.4",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.138-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482129.1",
"strand": true,
"transcript": "ENST00000622093.4",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 145,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 532,
"cdna_start": null,
"cds_end": null,
"cds_length": 438,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000508824.1",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.279-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426356.1",
"strand": true,
"transcript": "ENST00000508824.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1533,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8065,
"cdna_start": null,
"cds_end": null,
"cds_length": 4602,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 38,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005248211.3",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005248268.1",
"strand": true,
"transcript": "XM_005248211.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7993,
"cdna_start": null,
"cds_end": null,
"cds_length": 4530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006713986.3",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.396-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006714049.1",
"strand": true,
"transcript": "XM_006713986.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1499,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6121,
"cdna_start": null,
"cds_end": null,
"cds_length": 4500,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 38,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011513909.3",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.294-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011512211.1",
"strand": true,
"transcript": "XM_011513909.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1495,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6109,
"cdna_start": null,
"cds_end": null,
"cds_length": 4488,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 37,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017008845.2",
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"hgvs_c": "c.294-44601C>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864334.1",
"strand": true,
"transcript": "XM_017008845.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1995982",
"effect": "intron_variant",
"frequency_reference_population": 0.7370948,
"gene_hgnc_id": 11086,
"gene_symbol": "SLIT2",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": 111919,
"gnomad_genomes_af": 0.737095,
"gnomad_genomes_homalt": 41628,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 41628,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.955,
"pos": 20423151,
"ref": "C",
"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_004787.4"
}
]
}