← 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: 11-63636274-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=63636274&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ATL3",
"hgnc_id": 24526,
"hgvs_c": "c.911C>T",
"hgvs_p": "p.Ser304Phe",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_015459.5",
"verdict": "Likely_benign"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LNCROPM",
"hgnc_id": 58146,
"hgvs_c": "n.121-1217G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000540307.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_score": -6,
"allele_count_reference_population": 21,
"alphamissense_prediction": null,
"alphamissense_score": 0.1776,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"chr": "11",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": " hereditary sensory, type 1F,Inborn genetic diseases,Neuropathy",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.14364516735076904,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 541,
"aa_ref": "S",
"aa_start": 304,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6899,
"cdna_start": 952,
"cds_end": null,
"cds_length": 1626,
"cds_start": 911,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_015459.5",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.911C>T",
"hgvs_p": "p.Ser304Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000398868.8",
"protein_coding": true,
"protein_id": "NP_056274.3",
"strand": false,
"transcript": "NM_015459.5",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 541,
"aa_ref": "S",
"aa_start": 304,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6899,
"cdna_start": 952,
"cds_end": null,
"cds_length": 1626,
"cds_start": 911,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000398868.8",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.911C>T",
"hgvs_p": "p.Ser304Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015459.5",
"protein_coding": true,
"protein_id": "ENSP00000381844.3",
"strand": false,
"transcript": "ENST00000398868.8",
"transcript_support_level": 1
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 540,
"aa_ref": "S",
"aa_start": 303,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1896,
"cdna_start": 984,
"cds_end": null,
"cds_length": 1623,
"cds_start": 908,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000955365.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.908C>T",
"hgvs_p": "p.Ser303Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625424.1",
"strand": false,
"transcript": "ENST00000955365.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 524,
"aa_ref": "S",
"aa_start": 287,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6848,
"cdna_start": 901,
"cds_end": null,
"cds_length": 1575,
"cds_start": 860,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001440716.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.860C>T",
"hgvs_p": "p.Ser287Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427645.1",
"strand": false,
"transcript": "NM_001440716.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 523,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7151,
"cdna_start": 1204,
"cds_end": null,
"cds_length": 1572,
"cds_start": 857,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001290048.2",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.857C>T",
"hgvs_p": "p.Ser286Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001276977.1",
"strand": false,
"transcript": "NM_001290048.2",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 523,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1920,
"cdna_start": 1139,
"cds_end": null,
"cds_length": 1572,
"cds_start": 857,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000538786.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.857C>T",
"hgvs_p": "p.Ser286Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437593.1",
"strand": false,
"transcript": "ENST00000538786.1",
"transcript_support_level": 2
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 522,
"aa_ref": "S",
"aa_start": 285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6842,
"cdna_start": 895,
"cds_end": null,
"cds_length": 1569,
"cds_start": 854,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001440717.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Ser285Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427646.1",
"strand": false,
"transcript": "NM_001440717.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 517,
"aa_ref": "S",
"aa_start": 304,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6827,
"cdna_start": 952,
"cds_end": null,
"cds_length": 1554,
"cds_start": 911,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001440718.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.911C>T",
"hgvs_p": "p.Ser304Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427647.1",
"strand": false,
"transcript": "NM_001440718.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 506,
"aa_ref": "S",
"aa_start": 269,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6794,
"cdna_start": 847,
"cds_end": null,
"cds_length": 1521,
"cds_start": 806,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001440719.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Ser269Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427648.1",
"strand": false,
"transcript": "NM_001440719.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 504,
"aa_ref": "S",
"aa_start": 267,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7094,
"cdna_start": 1147,
"cds_end": null,
"cds_length": 1515,
"cds_start": 800,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001440720.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.800C>T",
"hgvs_p": "p.Ser267Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427649.1",
"strand": false,
"transcript": "NM_001440720.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 489,
"aa_ref": "S",
"aa_start": 252,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6743,
"cdna_start": 796,
"cds_end": null,
"cds_length": 1470,
"cds_start": 755,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001440721.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.755C>T",
"hgvs_p": "p.Ser252Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427650.1",
"strand": false,
"transcript": "NM_001440721.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 470,
"aa_ref": "S",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6686,
"cdna_start": 739,
"cds_end": null,
"cds_length": 1413,
"cds_start": 698,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001440722.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.698C>T",
"hgvs_p": "p.Ser233Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427651.1",
"strand": false,
"transcript": "NM_001440722.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 593,
"aa_ref": "S",
"aa_start": 356,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7273,
"cdna_start": 1326,
"cds_end": null,
"cds_length": 1782,
"cds_start": 1067,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_047426725.1",
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"hgvs_c": "c.1067C>T",
"hgvs_p": "p.Ser356Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282681.1",
"strand": false,
"transcript": "XM_047426725.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 729,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000540307.2",
"gene_hgnc_id": 58146,
"gene_symbol": "LNCROPM",
"hgvs_c": "n.121-1217G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000540307.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 714,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_199012.1",
"gene_hgnc_id": 58146,
"gene_symbol": "LNCROPM",
"hgvs_c": "n.106-1217G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_199012.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs757344746",
"effect": "missense_variant",
"frequency_reference_population": 0.000013011604,
"gene_hgnc_id": 24526,
"gene_symbol": "ATL3",
"gnomad_exomes_ac": 18,
"gnomad_exomes_af": 0.000012313,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.000019727,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Neuropathy, hereditary sensory, type 1F|Inborn genetic diseases",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.76,
"pos": 63636274,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.171,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05999999865889549,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.06,
"transcript": "NM_015459.5"
}
]
}