← 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: 19-1881326-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1881326&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1881326,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_031213.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "NM_001130111.2",
"protein_id": "NP_001123583.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 1706,
"mane_select": "ENST00000292577.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130111.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000292577.12",
"protein_id": "ENSP00000292577.6",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 1706,
"mane_select": "NM_001130111.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000292577.12"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000250974.9",
"protein_id": "ENSP00000250974.9",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 361,
"cds_start": 241,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 1630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000250974.9"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000590661.1",
"protein_id": "ENSP00000467638.1",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 225,
"cds_start": 241,
"cds_end": null,
"cds_length": 678,
"cdna_start": 260,
"cdna_end": null,
"cdna_length": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590661.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "NM_031213.4",
"protein_id": "NP_112490.3",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 361,
"cds_start": 241,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 1859,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031213.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000676686.1",
"protein_id": "ENSP00000504042.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 699,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676686.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887329.1",
"protein_id": "ENSP00000557388.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 1449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887329.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887331.1",
"protein_id": "ENSP00000557390.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 3635,
"cdna_end": null,
"cdna_length": 4556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887331.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887333.1",
"protein_id": "ENSP00000557392.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887333.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887334.1",
"protein_id": "ENSP00000557393.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887334.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000922835.1",
"protein_id": "ENSP00000592894.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 3363,
"cdna_end": null,
"cdna_length": 4278,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922835.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000958657.1",
"protein_id": "ENSP00000628716.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 743,
"cdna_end": null,
"cdna_length": 1660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958657.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000958659.1",
"protein_id": "ENSP00000628718.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 1990,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958659.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000958660.1",
"protein_id": "ENSP00000628719.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 2478,
"cdna_end": null,
"cdna_length": 3394,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958660.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000958658.1",
"protein_id": "ENSP00000628717.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 306,
"cds_start": 241,
"cds_end": null,
"cds_length": 921,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 1514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958658.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000677868.1",
"protein_id": "ENSP00000504744.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 301,
"cds_start": 241,
"cds_end": null,
"cds_length": 906,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 1679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677868.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887332.1",
"protein_id": "ENSP00000557391.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 301,
"cds_start": 241,
"cds_end": null,
"cds_length": 906,
"cdna_start": 2443,
"cdna_end": null,
"cdna_length": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887332.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "ENST00000887330.1",
"protein_id": "ENSP00000557389.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 292,
"cds_start": 241,
"cds_end": null,
"cds_length": 879,
"cdna_start": 600,
"cdna_end": null,
"cdna_length": 1461,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887330.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "XM_011528338.3",
"protein_id": "XP_011526640.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 361,
"cds_start": 241,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1241,
"cdna_end": null,
"cdna_length": 2476,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011528338.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "XM_047439487.1",
"protein_id": "XP_047295443.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 310,
"cds_start": 241,
"cds_end": null,
"cds_length": 933,
"cdna_start": 1241,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439487.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser",
"transcript": "XM_047439488.1",
"protein_id": "XP_047295444.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 182,
"cds_start": 241,
"cds_end": null,
"cds_length": 549,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 2121,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439488.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "n.2277C>A",
"hgvs_p": null,
"transcript": "ENST00000588598.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 5425,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000588598.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "ABHD17A",
"gene_hgnc_id": 28756,
"hgvs_c": "n.2475C>A",
"hgvs_p": null,
"transcript": "ENST00000591351.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 4647,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000591351.5"
}
],
"gene_symbol": "ABHD17A",
"gene_hgnc_id": 28756,
"dbsnp": "rs1191556249",
"frequency_reference_population": 6.8577606e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85776e-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.543256402015686,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.27,
"revel_prediction": "Benign",
"alphamissense_score": 0.6926,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.211,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": "NM_031213.4",
"gene_symbol": "ABHD17A",
"hgnc_id": 28756,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.241C>A",
"hgvs_p": "p.Arg81Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}