← 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-98304336-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=98304336&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 98304336,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018842.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1282G>A",
"hgvs_p": "p.Glu428Lys",
"transcript": "NM_018842.5",
"protein_id": "NP_061330.2",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 511,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000005260.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018842.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1282G>A",
"hgvs_p": "p.Glu428Lys",
"transcript": "ENST00000005260.9",
"protein_id": "ENSP00000005260.8",
"transcript_support_level": 1,
"aa_start": 428,
"aa_end": null,
"aa_length": 511,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018842.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000005260.9"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Glu433Lys",
"transcript": "ENST00000869917.1",
"protein_id": "ENSP00000539976.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 516,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869917.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Glu432Lys",
"transcript": "ENST00000869912.1",
"protein_id": "ENSP00000539971.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 515,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869912.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Glu427Lys",
"transcript": "ENST00000869915.1",
"protein_id": "ENSP00000539974.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 510,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869915.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Glu427Lys",
"transcript": "ENST00000933222.1",
"protein_id": "ENSP00000603281.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 510,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933222.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1243G>A",
"hgvs_p": "p.Glu415Lys",
"transcript": "ENST00000869913.1",
"protein_id": "ENSP00000539972.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 498,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869913.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1195G>A",
"hgvs_p": "p.Glu399Lys",
"transcript": "ENST00000869914.1",
"protein_id": "ENSP00000539973.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 482,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869914.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1144G>A",
"hgvs_p": "p.Glu382Lys",
"transcript": "ENST00000933223.1",
"protein_id": "ENSP00000603282.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 465,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933223.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "c.1114G>A",
"hgvs_p": "p.Glu372Lys",
"transcript": "ENST00000869916.1",
"protein_id": "ENSP00000539975.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 455,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.286-2147C>T",
"hgvs_p": null,
"transcript": "XM_017011931.3",
"protein_id": "XP_016867420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011931.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.286-2147C>T",
"hgvs_p": null,
"transcript": "XM_017011932.3",
"protein_id": "XP_016867421.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011932.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.286-2147C>T",
"hgvs_p": null,
"transcript": "XM_017011933.3",
"protein_id": "XP_016867422.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011933.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.286-2147C>T",
"hgvs_p": null,
"transcript": "XM_017011934.3",
"protein_id": "XP_016867423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011934.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.246-2147C>T",
"hgvs_p": null,
"transcript": "XM_017011936.2",
"protein_id": "XP_016867425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011936.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "c.246-2147C>T",
"hgvs_p": null,
"transcript": "XM_047420117.1",
"protein_id": "XP_047276073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420117.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"hgvs_c": "n.549G>A",
"hgvs_p": null,
"transcript": "ENST00000480580.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "retained_intron",
"feature": "ENST00000480580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.72-2147C>T",
"hgvs_p": null,
"transcript": "ENST00000491463.4",
"protein_id": "ENSP00000459133.1",
"transcript_support_level": 4,
"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": "nonsense_mediated_decay",
"feature": "ENST00000491463.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.396-2147C>T",
"hgvs_p": null,
"transcript": "XR_007059996.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_007059996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.396-2147C>T",
"hgvs_p": null,
"transcript": "XR_007059997.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_007059997.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.356-2147C>T",
"hgvs_p": null,
"transcript": "XR_007059998.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_007059998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.356-2147C>T",
"hgvs_p": null,
"transcript": "XR_007059999.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_007059999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BRI3",
"gene_hgnc_id": 1109,
"hgvs_c": "n.356-2147C>T",
"hgvs_p": null,
"transcript": "XR_007060000.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_007060000.1"
}
],
"gene_symbol": "BAIAP2L1",
"gene_hgnc_id": 21649,
"dbsnp": "rs138915707",
"frequency_reference_population": 0.000055774315,
"hom_count_reference_population": 0,
"allele_count_reference_population": 90,
"gnomad_exomes_af": 0.0000561094,
"gnomad_genomes_af": 0.0000525576,
"gnomad_exomes_ac": 82,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3864014148712158,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.205,
"revel_prediction": "Benign",
"alphamissense_score": 0.0924,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.301,
"phylop100way_prediction": "Uncertain_significance",
"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_018842.5",
"gene_symbol": "BAIAP2L1",
"hgnc_id": 21649,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1282G>A",
"hgvs_p": "p.Glu428Lys"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000491463.4",
"gene_symbol": "BRI3",
"hgnc_id": 1109,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.72-2147C>T",
"hgvs_p": null
}
],
"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
}