← 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: 7-43396826-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=43396826&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 43396826,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015052.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "NM_015052.5",
"protein_id": "NP_055867.3",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 1606,
"cds_start": 568,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 9453,
"mane_select": "ENST00000395891.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "ENST00000395891.7",
"protein_id": "ENSP00000379228.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 1606,
"cds_start": 568,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 9453,
"mane_select": "NM_015052.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "NM_001287059.2",
"protein_id": "NP_001273988.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 1572,
"cds_start": 568,
"cds_end": null,
"cds_length": 4719,
"cdna_start": 890,
"cdna_end": null,
"cdna_length": 9116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "ENST00000453890.5",
"protein_id": "ENSP00000407774.1",
"transcript_support_level": 2,
"aa_start": 190,
"aa_end": null,
"aa_length": 1572,
"cds_start": 568,
"cds_end": null,
"cds_length": 4719,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 5169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.664A>G",
"hgvs_p": "p.Ile222Val",
"transcript": "XM_017011882.2",
"protein_id": "XP_016867371.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 1639,
"cds_start": 664,
"cds_end": null,
"cds_length": 4920,
"cdna_start": 929,
"cdna_end": null,
"cdna_length": 9260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.664A>G",
"hgvs_p": "p.Ile222Val",
"transcript": "XM_017011883.3",
"protein_id": "XP_016867372.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 1639,
"cds_start": 664,
"cds_end": null,
"cds_length": 4920,
"cdna_start": 1067,
"cdna_end": null,
"cdna_length": 9398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.664A>G",
"hgvs_p": "p.Ile222Val",
"transcript": "XM_017011884.2",
"protein_id": "XP_016867373.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 1638,
"cds_start": 664,
"cds_end": null,
"cds_length": 4917,
"cdna_start": 929,
"cdna_end": null,
"cdna_length": 9257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.571A>G",
"hgvs_p": "p.Ile191Val",
"transcript": "XM_006715670.4",
"protein_id": "XP_006715733.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 1608,
"cds_start": 571,
"cds_end": null,
"cds_length": 4827,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 9163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.571A>G",
"hgvs_p": "p.Ile191Val",
"transcript": "XM_006715671.4",
"protein_id": "XP_006715734.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 1607,
"cds_start": 571,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 9160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "XM_011515220.3",
"protein_id": "XP_011513522.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 1607,
"cds_start": 568,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 9075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "XM_047420064.1",
"protein_id": "XP_047276020.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 1607,
"cds_start": 568,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 669,
"cdna_end": null,
"cdna_length": 9000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val",
"transcript": "XM_047420065.1",
"protein_id": "XP_047276021.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 1606,
"cds_start": 568,
"cds_end": null,
"cds_length": 4821,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 9072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.664A>G",
"hgvs_p": "p.Ile222Val",
"transcript": "XM_017011887.2",
"protein_id": "XP_016867376.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 1605,
"cds_start": 664,
"cds_end": null,
"cds_length": 4818,
"cdna_start": 929,
"cdna_end": null,
"cdna_length": 9158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.664A>G",
"hgvs_p": "p.Ile222Val",
"transcript": "XM_017011888.2",
"protein_id": "XP_016867377.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 1604,
"cds_start": 664,
"cds_end": null,
"cds_length": 4815,
"cdna_start": 929,
"cdna_end": null,
"cdna_length": 9155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.505A>G",
"hgvs_p": "p.Ile169Val",
"transcript": "XM_011515222.3",
"protein_id": "XP_011513524.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 1586,
"cds_start": 505,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 9220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.505A>G",
"hgvs_p": "p.Ile169Val",
"transcript": "XM_011515223.3",
"protein_id": "XP_011513525.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 1586,
"cds_start": 505,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 9017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.505A>G",
"hgvs_p": "p.Ile169Val",
"transcript": "XM_011515224.3",
"protein_id": "XP_011513526.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 1586,
"cds_start": 505,
"cds_end": null,
"cds_length": 4761,
"cdna_start": 1153,
"cdna_end": null,
"cdna_length": 9484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.505A>G",
"hgvs_p": "p.Ile169Val",
"transcript": "XM_047420066.1",
"protein_id": "XP_047276022.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 1585,
"cds_start": 505,
"cds_end": null,
"cds_length": 4758,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 9013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.571A>G",
"hgvs_p": "p.Ile191Val",
"transcript": "XM_006715673.4",
"protein_id": "XP_006715736.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 1573,
"cds_start": 571,
"cds_end": null,
"cds_length": 4722,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 9058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.187A>G",
"hgvs_p": "p.Ile63Val",
"transcript": "XM_011515225.2",
"protein_id": "XP_011513527.2",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 1480,
"cds_start": 187,
"cds_end": null,
"cds_length": 4443,
"cdna_start": 202,
"cdna_end": null,
"cdna_length": 8533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "c.58A>G",
"hgvs_p": "p.Ile20Val",
"transcript": "XM_011515226.4",
"protein_id": "XP_011513528.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 1437,
"cds_start": 58,
"cds_end": null,
"cds_length": 4314,
"cdna_start": 129,
"cdna_end": null,
"cdna_length": 8460,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "n.60A>G",
"hgvs_p": null,
"transcript": "ENST00000471043.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 2888,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "n.179A>G",
"hgvs_p": null,
"transcript": "ENST00000481031.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 412,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"hgvs_c": "n.1192A>G",
"hgvs_p": null,
"transcript": "ENST00000492310.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HECW1",
"gene_hgnc_id": 22195,
"dbsnp": null,
"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.0652284026145935,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.014,
"revel_prediction": "Benign",
"alphamissense_score": 0.0558,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.159,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_015052.5",
"gene_symbol": "HECW1",
"hgnc_id": 22195,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.568A>G",
"hgvs_p": "p.Ile190Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}