← 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: 17-28617245-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28617245&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 28617245,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014680.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5897A>G",
"hgvs_p": "p.Asn1966Ser",
"transcript": "NM_014680.5",
"protein_id": "NP_055495.2",
"transcript_support_level": null,
"aa_start": 1966,
"aa_end": null,
"aa_length": 2235,
"cds_start": 5897,
"cds_end": null,
"cds_length": 6708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000528896.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014680.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5897A>G",
"hgvs_p": "p.Asn1966Ser",
"transcript": "ENST00000528896.7",
"protein_id": "ENSP00000436773.2",
"transcript_support_level": 1,
"aa_start": 1966,
"aa_end": null,
"aa_length": 2235,
"cds_start": 5897,
"cds_end": null,
"cds_length": 6708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014680.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528896.7"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.2011T>C",
"hgvs_p": null,
"transcript": "ENST00000414744.2",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000414744.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5894A>G",
"hgvs_p": "p.Asn1965Ser",
"transcript": "NM_001321560.2",
"protein_id": "NP_001308489.1",
"transcript_support_level": null,
"aa_start": 1965,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5894,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321560.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5894A>G",
"hgvs_p": "p.Asn1965Ser",
"transcript": "ENST00000939120.1",
"protein_id": "ENSP00000609179.1",
"transcript_support_level": null,
"aa_start": 1965,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5894,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939120.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5894A>G",
"hgvs_p": "p.Asn1965Ser",
"transcript": "ENST00000939122.1",
"protein_id": "ENSP00000609181.1",
"transcript_support_level": null,
"aa_start": 1965,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5894,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939122.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5843A>G",
"hgvs_p": "p.Asn1948Ser",
"transcript": "ENST00000939124.1",
"protein_id": "ENSP00000609183.1",
"transcript_support_level": null,
"aa_start": 1948,
"aa_end": null,
"aa_length": 2217,
"cds_start": 5843,
"cds_end": null,
"cds_length": 6654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939124.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5780A>G",
"hgvs_p": "p.Asn1927Ser",
"transcript": "ENST00000902448.1",
"protein_id": "ENSP00000572507.1",
"transcript_support_level": null,
"aa_start": 1927,
"aa_end": null,
"aa_length": 2196,
"cds_start": 5780,
"cds_end": null,
"cds_length": 6591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902448.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5744A>G",
"hgvs_p": "p.Asn1915Ser",
"transcript": "ENST00000939123.1",
"protein_id": "ENSP00000609182.1",
"transcript_support_level": null,
"aa_start": 1915,
"aa_end": null,
"aa_length": 2184,
"cds_start": 5744,
"cds_end": null,
"cds_length": 6555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939123.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5705A>G",
"hgvs_p": "p.Asn1902Ser",
"transcript": "ENST00000939121.1",
"protein_id": "ENSP00000609180.1",
"transcript_support_level": null,
"aa_start": 1902,
"aa_end": null,
"aa_length": 2171,
"cds_start": 5705,
"cds_end": null,
"cds_length": 6516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939121.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5699A>G",
"hgvs_p": "p.Asn1900Ser",
"transcript": "ENST00000955982.1",
"protein_id": "ENSP00000626041.1",
"transcript_support_level": null,
"aa_start": 1900,
"aa_end": null,
"aa_length": 2169,
"cds_start": 5699,
"cds_end": null,
"cds_length": 6510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955982.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5468A>G",
"hgvs_p": "p.Asn1823Ser",
"transcript": "NM_001363826.1",
"protein_id": "NP_001350755.1",
"transcript_support_level": null,
"aa_start": 1823,
"aa_end": null,
"aa_length": 2092,
"cds_start": 5468,
"cds_end": null,
"cds_length": 6279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363826.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5468A>G",
"hgvs_p": "p.Asn1823Ser",
"transcript": "ENST00000389003.7",
"protein_id": "ENSP00000467716.1",
"transcript_support_level": 5,
"aa_start": 1823,
"aa_end": null,
"aa_length": 2092,
"cds_start": 5468,
"cds_end": null,
"cds_length": 6279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389003.7"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.4892A>G",
"hgvs_p": "p.Asn1631Ser",
"transcript": "NM_001363827.1",
"protein_id": "NP_001350756.1",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1900,
"cds_start": 4892,
"cds_end": null,
"cds_length": 5703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363827.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.3872A>G",
"hgvs_p": "p.Asn1291Ser",
"transcript": "NM_001363828.1",
"protein_id": "NP_001350757.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1560,
"cds_start": 3872,
"cds_end": null,
"cds_length": 4683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363828.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.3869A>G",
"hgvs_p": "p.Asn1290Ser",
"transcript": "NM_001363829.1",
"protein_id": "NP_001350758.1",
"transcript_support_level": null,
"aa_start": 1290,
"aa_end": null,
"aa_length": 1559,
"cds_start": 3869,
"cds_end": null,
"cds_length": 4680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363829.1"
},
{
"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": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.1421T>C",
"hgvs_p": null,
"transcript": "ENST00000424210.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000424210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "n.377A>G",
"hgvs_p": null,
"transcript": "ENST00000579924.6",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000579924.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.1562T>C",
"hgvs_p": null,
"transcript": "ENST00000584675.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000584675.1"
},
{
"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": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.1320T>C",
"hgvs_p": null,
"transcript": "ENST00000670419.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": "ENST00000670419.1"
},
{
"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": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.1233T>C",
"hgvs_p": null,
"transcript": "NR_040012.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": "NR_040012.1"
}
],
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"dbsnp": "rs144085775",
"frequency_reference_population": 0.00006134004,
"hom_count_reference_population": 0,
"allele_count_reference_population": 99,
"gnomad_exomes_af": 0.0000622596,
"gnomad_genomes_af": 0.0000525169,
"gnomad_exomes_ac": 91,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23911234736442566,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.228,
"revel_prediction": "Benign",
"alphamissense_score": 0.1259,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.722,
"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": 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_014680.5",
"gene_symbol": "BLTP2",
"hgnc_id": 28960,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.5897A>G",
"hgvs_p": "p.Asn1966Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000414744.2",
"gene_symbol": "SPAG5-AS1",
"hgnc_id": 41140,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.2011T>C",
"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
}