← 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: 14-50628394-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=50628394&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 50628394,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015915.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "NM_015915.5",
"protein_id": "NP_056999.2",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 558,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": "ENST00000358385.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000358385.12",
"protein_id": "ENSP00000351155.7",
"transcript_support_level": 1,
"aa_start": 495,
"aa_end": null,
"aa_length": 558,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 2504,
"mane_select": "NM_015915.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000441560.6",
"protein_id": "ENSP00000413675.2",
"transcript_support_level": 1,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1964,
"cdna_end": null,
"cdna_length": 2853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000682037.1",
"protein_id": "ENSP00000508289.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 619,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 1817,
"cdna_end": null,
"cdna_length": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "NM_001127713.1",
"protein_id": "NP_001121185.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 2816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "NM_181598.4",
"protein_id": "NP_853629.2",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000553509.2",
"protein_id": "ENSP00000450989.2",
"transcript_support_level": 4,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1921,
"cdna_end": null,
"cdna_length": 3778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000556478.3",
"protein_id": "ENSP00000501428.2",
"transcript_support_level": 2,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1987,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "ENST00000713928.1",
"protein_id": "ENSP00000519225.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 553,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1426C>G",
"hgvs_p": "p.Arg476Gly",
"transcript": "ENST00000713929.1",
"protein_id": "ENSP00000519226.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 534,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1234C>G",
"hgvs_p": "p.Arg412Gly",
"transcript": "ENST00000557735.2",
"protein_id": "ENSP00000451015.2",
"transcript_support_level": 4,
"aa_start": 412,
"aa_end": null,
"aa_length": 470,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 2106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1234C>G",
"hgvs_p": "p.Arg412Gly",
"transcript": "ENST00000674503.2",
"protein_id": "ENSP00000501520.2",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 470,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1629,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1234C>G",
"hgvs_p": "p.Arg412Gly",
"transcript": "ENST00000713930.1",
"protein_id": "ENSP00000519227.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 470,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 3437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1234C>G",
"hgvs_p": "p.Arg412Gly",
"transcript": "ENST00000713931.1",
"protein_id": "ENSP00000519228.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 470,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 1546,
"cdna_end": null,
"cdna_length": 1990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly",
"transcript": "XM_047431430.1",
"protein_id": "XP_047287386.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 558,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 2831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.229C>G",
"hgvs_p": null,
"transcript": "ENST00000556067.1",
"protein_id": "ENSP00000451100.1",
"transcript_support_level": 4,
"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": 550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.*2775C>G",
"hgvs_p": null,
"transcript": "ENST00000674288.1",
"protein_id": "ENSP00000501522.1",
"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": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.2821C>G",
"hgvs_p": null,
"transcript": "ENST00000682219.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": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.1404C>G",
"hgvs_p": null,
"transcript": "ENST00000683037.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": 1900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.1817C>G",
"hgvs_p": null,
"transcript": "ENST00000683330.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": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.*2775C>G",
"hgvs_p": null,
"transcript": "ENST00000674288.1",
"protein_id": "ENSP00000501522.1",
"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": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"hgvs_c": "n.*467C>G",
"hgvs_p": null,
"transcript": "ENST00000555266.1",
"protein_id": "ENSP00000450897.1",
"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": 383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATL1",
"gene_hgnc_id": 11231,
"dbsnp": "rs864622269",
"frequency_reference_population": 6.840488e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84049e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9139508008956909,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.833,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9936,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.4,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.268,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_015915.5",
"gene_symbol": "ATL1",
"hgnc_id": 11231,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,SD",
"hgvs_c": "c.1483C>G",
"hgvs_p": "p.Arg495Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}