← 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-63631078-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=63631078&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 63631078,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000398868.8",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1501G>T",
"hgvs_p": "p.Gly501*",
"transcript": "NM_015459.5",
"protein_id": "NP_056274.3",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 541,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1542,
"cdna_end": null,
"cdna_length": 6899,
"mane_select": "ENST00000398868.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1501G>T",
"hgvs_p": "p.Gly501*",
"transcript": "ENST00000398868.8",
"protein_id": "ENSP00000381844.3",
"transcript_support_level": 1,
"aa_start": 501,
"aa_end": null,
"aa_length": 541,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 1542,
"cdna_end": null,
"cdna_length": 6899,
"mane_select": "NM_015459.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1450G>T",
"hgvs_p": "p.Gly484*",
"transcript": "NM_001440716.1",
"protein_id": "NP_001427645.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 524,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 6848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1447G>T",
"hgvs_p": "p.Gly483*",
"transcript": "NM_001290048.2",
"protein_id": "NP_001276977.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 523,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1794,
"cdna_end": null,
"cdna_length": 7151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1447G>T",
"hgvs_p": "p.Gly483*",
"transcript": "ENST00000538786.1",
"protein_id": "ENSP00000437593.1",
"transcript_support_level": 2,
"aa_start": 483,
"aa_end": null,
"aa_length": 523,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1444G>T",
"hgvs_p": "p.Gly482*",
"transcript": "NM_001440717.1",
"protein_id": "NP_001427646.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 522,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 6842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1429G>T",
"hgvs_p": "p.Gly477*",
"transcript": "NM_001440718.1",
"protein_id": "NP_001427647.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 517,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1470,
"cdna_end": null,
"cdna_length": 6827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1396G>T",
"hgvs_p": "p.Gly466*",
"transcript": "NM_001440719.1",
"protein_id": "NP_001427648.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 506,
"cds_start": 1396,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 6794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1390G>T",
"hgvs_p": "p.Gly464*",
"transcript": "NM_001440720.1",
"protein_id": "NP_001427649.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 504,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1737,
"cdna_end": null,
"cdna_length": 7094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1345G>T",
"hgvs_p": "p.Gly449*",
"transcript": "NM_001440721.1",
"protein_id": "NP_001427650.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 489,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1386,
"cdna_end": null,
"cdna_length": 6743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1288G>T",
"hgvs_p": "p.Gly430*",
"transcript": "NM_001440722.1",
"protein_id": "NP_001427651.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 470,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 6686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1657G>T",
"hgvs_p": "p.Gly553*",
"transcript": "XM_047426725.1",
"protein_id": "XP_047282681.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 593,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1916,
"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-6413C>A",
"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-6413C>A",
"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": "rs112847445",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4399999976158142,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.769,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000398868.8",
"gene_symbol": "ATL3",
"hgnc_id": 24526,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1501G>T",
"hgvs_p": "p.Gly501*"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000540307.2",
"gene_symbol": "ENSG00000256789",
"hgnc_id": 58146,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.121-6413C>A",
"hgvs_p": null
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NR_199012.1",
"gene_symbol": "LNCROPM",
"hgnc_id": 58146,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.106-6413C>A",
"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
}