← 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-63631455-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=63631455&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 63631455,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000398868.8",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1124A>C",
"hgvs_p": "p.Lys375Thr",
"transcript": "NM_015459.5",
"protein_id": "NP_056274.3",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 541,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1165,
"cdna_end": null,
"cdna_length": 6899,
"mane_select": "ENST00000398868.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1124A>C",
"hgvs_p": "p.Lys375Thr",
"transcript": "ENST00000398868.8",
"protein_id": "ENSP00000381844.3",
"transcript_support_level": 1,
"aa_start": 375,
"aa_end": null,
"aa_length": 541,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1165,
"cdna_end": null,
"cdna_length": 6899,
"mane_select": "NM_015459.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1073A>C",
"hgvs_p": "p.Lys358Thr",
"transcript": "NM_001440716.1",
"protein_id": "NP_001427645.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 524,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1114,
"cdna_end": null,
"cdna_length": 6848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1070A>C",
"hgvs_p": "p.Lys357Thr",
"transcript": "NM_001290048.2",
"protein_id": "NP_001276977.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 523,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1417,
"cdna_end": null,
"cdna_length": 7151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1070A>C",
"hgvs_p": "p.Lys357Thr",
"transcript": "ENST00000538786.1",
"protein_id": "ENSP00000437593.1",
"transcript_support_level": 2,
"aa_start": 357,
"aa_end": null,
"aa_length": 523,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1352,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1067A>C",
"hgvs_p": "p.Lys356Thr",
"transcript": "NM_001440717.1",
"protein_id": "NP_001427646.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 522,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1108,
"cdna_end": null,
"cdna_length": 6842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1052A>C",
"hgvs_p": "p.Lys351Thr",
"transcript": "NM_001440718.1",
"protein_id": "NP_001427647.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 517,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 6827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1019A>C",
"hgvs_p": "p.Lys340Thr",
"transcript": "NM_001440719.1",
"protein_id": "NP_001427648.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 506,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 6794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1013A>C",
"hgvs_p": "p.Lys338Thr",
"transcript": "NM_001440720.1",
"protein_id": "NP_001427649.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 504,
"cds_start": 1013,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1360,
"cdna_end": null,
"cdna_length": 7094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.968A>C",
"hgvs_p": "p.Lys323Thr",
"transcript": "NM_001440721.1",
"protein_id": "NP_001427650.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 489,
"cds_start": 968,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 6743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.911A>C",
"hgvs_p": "p.Lys304Thr",
"transcript": "NM_001440722.1",
"protein_id": "NP_001427651.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 470,
"cds_start": 911,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 952,
"cdna_end": null,
"cdna_length": 6686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"hgvs_c": "c.1280A>C",
"hgvs_p": "p.Lys427Thr",
"transcript": "XM_047426725.1",
"protein_id": "XP_047282681.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 593,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 7273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000256789",
"gene_hgnc_id": 58146,
"hgvs_c": "n.121-6036T>G",
"hgvs_p": null,
"transcript": "ENST00000540307.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LNCROPM",
"gene_hgnc_id": 58146,
"hgvs_c": "n.106-6036T>G",
"hgvs_p": null,
"transcript": "NR_199012.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATL3",
"gene_hgnc_id": 24526,
"dbsnp": "rs753546335",
"frequency_reference_population": 0.000019938507,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000199385,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.18913760781288147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.084,
"revel_prediction": "Benign",
"alphamissense_score": 0.31,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.479,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000398868.8",
"gene_symbol": "ATL3",
"hgnc_id": 24526,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1124A>C",
"hgvs_p": "p.Lys375Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000540307.2",
"gene_symbol": "ENSG00000256789",
"hgnc_id": 58146,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.121-6036T>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_199012.1",
"gene_symbol": "LNCROPM",
"hgnc_id": 58146,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.106-6036T>G",
"hgvs_p": null
}
],
"clinvar_disease": " hereditary sensory, type 1F,Neuropathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Neuropathy, hereditary sensory, type 1F",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}