← 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: 20-32434529-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=32434529&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 32434529,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015338.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1817G>C",
"hgvs_p": "p.Arg606Pro",
"transcript": "NM_015338.6",
"protein_id": "NP_056153.2",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1541,
"cds_start": 1817,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 2262,
"cdna_end": null,
"cdna_length": 7052,
"mane_select": "ENST00000375687.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015338.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1817G>C",
"hgvs_p": "p.Arg606Pro",
"transcript": "ENST00000375687.10",
"protein_id": "ENSP00000364839.4",
"transcript_support_level": 5,
"aa_start": 606,
"aa_end": null,
"aa_length": 1541,
"cds_start": 1817,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 2262,
"cdna_end": null,
"cdna_length": 7052,
"mane_select": "NM_015338.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375687.10"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1802G>C",
"hgvs_p": "p.Arg601Pro",
"transcript": "ENST00000306058.9",
"protein_id": "ENSP00000305119.5",
"transcript_support_level": 1,
"aa_start": 601,
"aa_end": null,
"aa_length": 1536,
"cds_start": 1802,
"cds_end": null,
"cds_length": 4611,
"cdna_start": 1802,
"cdna_end": null,
"cdna_length": 6591,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000306058.9"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1814G>C",
"hgvs_p": "p.Arg605Pro",
"transcript": "ENST00000905973.1",
"protein_id": "ENSP00000576032.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 1540,
"cds_start": 1814,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 2324,
"cdna_end": null,
"cdna_length": 7114,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905973.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "ENST00000915088.1",
"protein_id": "ENSP00000585147.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 1489,
"cds_start": 1661,
"cds_end": null,
"cds_length": 4470,
"cdna_start": 2119,
"cdna_end": null,
"cdna_length": 6909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915088.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1634G>C",
"hgvs_p": "p.Arg545Pro",
"transcript": "NM_001363734.1",
"protein_id": "NP_001350663.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1480,
"cds_start": 1634,
"cds_end": null,
"cds_length": 4443,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 6667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363734.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1634G>C",
"hgvs_p": "p.Arg545Pro",
"transcript": "ENST00000646985.1",
"protein_id": "ENSP00000495053.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1480,
"cds_start": 1634,
"cds_end": null,
"cds_length": 4443,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 6666,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646985.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1817G>C",
"hgvs_p": "p.Arg606Pro",
"transcript": "ENST00000651418.1",
"protein_id": "ENSP00000499150.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 625,
"cds_start": 1817,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 2263,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651418.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.2078G>C",
"hgvs_p": "p.Arg693Pro",
"transcript": "XM_011528648.4",
"protein_id": "XP_011526950.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 1628,
"cds_start": 2078,
"cds_end": null,
"cds_length": 4887,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 6896,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528648.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1814G>C",
"hgvs_p": "p.Arg605Pro",
"transcript": "XM_006723727.4",
"protein_id": "XP_006723790.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 1540,
"cds_start": 1814,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 7049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723727.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1796G>C",
"hgvs_p": "p.Arg599Pro",
"transcript": "XM_047439939.1",
"protein_id": "XP_047295895.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 1534,
"cds_start": 1796,
"cds_end": null,
"cds_length": 4605,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 6829,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439939.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1787G>C",
"hgvs_p": "p.Arg596Pro",
"transcript": "XM_006723728.4",
"protein_id": "XP_006723791.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 1531,
"cds_start": 1787,
"cds_end": null,
"cds_length": 4596,
"cdna_start": 2030,
"cdna_end": null,
"cdna_length": 6820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723728.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1784G>C",
"hgvs_p": "p.Arg595Pro",
"transcript": "XM_047439940.1",
"protein_id": "XP_047295896.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1530,
"cds_start": 1784,
"cds_end": null,
"cds_length": 4593,
"cdna_start": 2027,
"cdna_end": null,
"cdna_length": 6817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439940.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1733G>C",
"hgvs_p": "p.Arg578Pro",
"transcript": "XM_006723730.5",
"protein_id": "XP_006723793.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 1513,
"cds_start": 1733,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2130,
"cdna_end": null,
"cdna_length": 6920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723730.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1733G>C",
"hgvs_p": "p.Arg578Pro",
"transcript": "XM_047439941.1",
"protein_id": "XP_047295897.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 1513,
"cds_start": 1733,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 7226,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439941.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1733G>C",
"hgvs_p": "p.Arg578Pro",
"transcript": "XM_047439942.1",
"protein_id": "XP_047295898.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 1513,
"cds_start": 1733,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2127,
"cdna_end": null,
"cdna_length": 6917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439942.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1733G>C",
"hgvs_p": "p.Arg578Pro",
"transcript": "XM_047439943.1",
"protein_id": "XP_047295899.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 1513,
"cds_start": 1733,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2352,
"cdna_end": null,
"cdna_length": 7142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439943.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1733G>C",
"hgvs_p": "p.Arg578Pro",
"transcript": "XM_047439944.1",
"protein_id": "XP_047295900.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 1513,
"cds_start": 1733,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2043,
"cdna_end": null,
"cdna_length": 6833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439944.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1661G>C",
"hgvs_p": "p.Arg554Pro",
"transcript": "XM_047439945.1",
"protein_id": "XP_047295901.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 1489,
"cds_start": 1661,
"cds_end": null,
"cds_length": 4470,
"cdna_start": 2106,
"cdna_end": null,
"cdna_length": 6896,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439945.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "c.1133G>C",
"hgvs_p": "p.Arg378Pro",
"transcript": "XM_006723733.2",
"protein_id": "XP_006723796.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 1313,
"cds_start": 1133,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 2933,
"cdna_end": null,
"cdna_length": 7723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723733.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "n.1359G>C",
"hgvs_p": null,
"transcript": "ENST00000644168.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644168.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"hgvs_c": "n.4170G>C",
"hgvs_p": null,
"transcript": "ENST00000647223.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8056,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647223.1"
}
],
"gene_symbol": "ASXL1",
"gene_hgnc_id": 18318,
"dbsnp": "rs587778061",
"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.18925684690475464,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.111,
"revel_prediction": "Benign",
"alphamissense_score": 0.2193,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.983,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015338.6",
"gene_symbol": "ASXL1",
"hgnc_id": 18318,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1817G>C",
"hgvs_p": "p.Arg606Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}