← 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: 10-42784457-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=42784457&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 42784457,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014753.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "NM_014753.4",
"protein_id": "NP_055568.3",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374518.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014753.4"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000374518.6",
"protein_id": "ENSP00000363642.4",
"transcript_support_level": 1,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014753.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374518.6"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000877424.1",
"protein_id": "ENSP00000547483.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1303,
"cds_start": 63,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877424.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000966891.1",
"protein_id": "ENSP00000636950.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1291,
"cds_start": 63,
"cds_end": null,
"cds_length": 3876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966891.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923315.1",
"protein_id": "ENSP00000593374.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1284,
"cds_start": 63,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923315.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000877422.1",
"protein_id": "ENSP00000547481.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877422.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000877423.1",
"protein_id": "ENSP00000547482.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877423.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923311.1",
"protein_id": "ENSP00000593371.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923311.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000877426.1",
"protein_id": "ENSP00000547485.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1280,
"cds_start": 63,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877426.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923316.1",
"protein_id": "ENSP00000593375.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1280,
"cds_start": 63,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923316.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923314.1",
"protein_id": "ENSP00000593373.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1268,
"cds_start": 63,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923314.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923318.1",
"protein_id": "ENSP00000593377.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1268,
"cds_start": 63,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923318.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923320.1",
"protein_id": "ENSP00000593379.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1268,
"cds_start": 63,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923320.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923319.1",
"protein_id": "ENSP00000593378.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1233,
"cds_start": 63,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923319.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000923317.1",
"protein_id": "ENSP00000593376.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1230,
"cds_start": 63,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923317.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "ENST00000877425.1",
"protein_id": "ENSP00000547484.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1219,
"cds_start": 63,
"cds_end": null,
"cds_length": 3660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877425.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_005271846.4",
"protein_id": "XP_005271903.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271846.4"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_011540402.3",
"protein_id": "XP_011538704.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1282,
"cds_start": 63,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540402.3"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_047426040.1",
"protein_id": "XP_047281996.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1219,
"cds_start": 63,
"cds_end": null,
"cds_length": 3660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426040.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_047426041.1",
"protein_id": "XP_047281997.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 1063,
"cds_start": 63,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426041.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_047426042.1",
"protein_id": "XP_047281998.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 886,
"cds_start": 63,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426042.1"
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn",
"transcript": "XM_047426043.1",
"protein_id": "XP_047281999.1",
"transcript_support_level": null,
"aa_start": 21,
"aa_end": null,
"aa_length": 879,
"cds_start": 63,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426043.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"hgvs_c": "n.300A>C",
"hgvs_p": null,
"transcript": "XR_007062019.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007062019.1"
}
],
"gene_symbol": "BMS1",
"gene_hgnc_id": 23505,
"dbsnp": "rs768824247",
"frequency_reference_population": 0.0000027370004,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.000002737,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.36655110120773315,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.212,
"revel_prediction": "Benign",
"alphamissense_score": 0.9147,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.15,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014753.4",
"gene_symbol": "BMS1",
"hgnc_id": 23505,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.63A>C",
"hgvs_p": "p.Lys21Asn"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}