← 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: 2-54664583-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=54664583&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 54664583,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003128.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "NM_003128.3",
"protein_id": "NP_003119.2",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6790,
"cdna_end": null,
"cdna_length": 10211,
"mane_select": "ENST00000356805.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003128.3"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000356805.9",
"protein_id": "ENSP00000349259.4",
"transcript_support_level": 1,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6790,
"cdna_end": null,
"cdna_length": 10211,
"mane_select": "NM_003128.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356805.9"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000898760.1",
"protein_id": "ENSP00000568819.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6867,
"cdna_end": null,
"cdna_length": 8515,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898760.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000898761.1",
"protein_id": "ENSP00000568820.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6833,
"cdna_end": null,
"cdna_length": 8484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898761.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000898762.1",
"protein_id": "ENSP00000568821.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6656,
"cdna_end": null,
"cdna_length": 8304,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898762.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000937940.1",
"protein_id": "ENSP00000607999.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6626,
"cdna_end": null,
"cdna_length": 8276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937940.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "ENST00000937941.1",
"protein_id": "ENSP00000608000.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6792,
"cdna_end": null,
"cdna_length": 8442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937941.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.1310G>T",
"hgvs_p": "p.Ser437Ile",
"transcript": "ENST00000898759.1",
"protein_id": "ENSP00000568818.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 617,
"cds_start": 1310,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1588,
"cdna_end": null,
"cdna_length": 3238,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898759.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_005264517.3",
"protein_id": "XP_005264574.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6739,
"cdna_end": null,
"cdna_length": 10160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264517.3"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_006712087.4",
"protein_id": "XP_006712150.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6701,
"cdna_end": null,
"cdna_length": 10122,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712087.4"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_017004779.2",
"protein_id": "XP_016860268.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6788,
"cdna_end": null,
"cdna_length": 10209,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004779.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_017004780.2",
"protein_id": "XP_016860269.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6793,
"cdna_end": null,
"cdna_length": 10214,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004780.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_017004781.2",
"protein_id": "XP_016860270.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6833,
"cdna_end": null,
"cdna_length": 10254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004781.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_047445591.1",
"protein_id": "XP_047301547.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6684,
"cdna_end": null,
"cdna_length": 10105,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445591.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_047445592.1",
"protein_id": "XP_047301548.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6715,
"cdna_end": null,
"cdna_length": 10136,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445592.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_047445593.1",
"protein_id": "XP_047301549.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6693,
"cdna_end": null,
"cdna_length": 10114,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445593.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_047445594.1",
"protein_id": "XP_047301550.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6669,
"cdna_end": null,
"cdna_length": 10090,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445594.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile",
"transcript": "XM_047445595.1",
"protein_id": "XP_047301551.1",
"transcript_support_level": null,
"aa_start": 2184,
"aa_end": null,
"aa_length": 2364,
"cds_start": 6551,
"cds_end": null,
"cds_length": 7095,
"cdna_start": 6694,
"cdna_end": null,
"cdna_length": 10115,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445595.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "c.6512G>T",
"hgvs_p": "p.Ser2171Ile",
"transcript": "XM_005264518.3",
"protein_id": "XP_005264575.1",
"transcript_support_level": null,
"aa_start": 2171,
"aa_end": null,
"aa_length": 2351,
"cds_start": 6512,
"cds_end": null,
"cds_length": 7056,
"cdna_start": 6908,
"cdna_end": null,
"cdna_length": 10329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264518.3"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"hgvs_c": "n.1683G>T",
"hgvs_p": null,
"transcript": "ENST00000467371.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": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000467371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPTBN1-AS2",
"gene_hgnc_id": 40563,
"hgvs_c": "n.466+15C>A",
"hgvs_p": null,
"transcript": "ENST00000626206.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 854,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000626206.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPTBN1-AS2",
"gene_hgnc_id": 40563,
"hgvs_c": "n.466+15C>A",
"hgvs_p": null,
"transcript": "NR_186176.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": 743,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_186176.1"
}
],
"gene_symbol": "SPTBN1",
"gene_hgnc_id": 11275,
"dbsnp": "rs148708011",
"frequency_reference_population": 0.0000018586785,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136809,
"gnomad_genomes_af": 0.00000657194,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17600634694099426,
"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.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.1466,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.742,
"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_003128.3",
"gene_symbol": "SPTBN1",
"hgnc_id": 11275,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6551G>T",
"hgvs_p": "p.Ser2184Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_186176.1",
"gene_symbol": "SPTBN1-AS2",
"hgnc_id": 40563,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.466+15C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}