← 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: 16-28871086-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=28871086&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 28871086,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000684370.1",
"consequences": [
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001387430.1",
"protein_id": "NP_001374359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4908,
"mane_select": "ENST00000684370.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000684370.1",
"protein_id": "ENSP00000507475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4908,
"mane_select": "NM_001387430.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000618521.4",
"protein_id": "ENSP00000481709.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000359285.10",
"protein_id": "ENSP00000352232.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 683,
"cds_start": -4,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000337120.9",
"protein_id": "ENSP00000337163.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001145795.2",
"protein_id": "NP_001139267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001308293.2",
"protein_id": "NP_001295222.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001387404.1",
"protein_id": "NP_001374333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000322610.12",
"protein_id": "ENSP00000321221.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 756,
"cds_start": -4,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001145797.2",
"protein_id": "NP_001139269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 683,
"cds_start": -4,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001145796.2",
"protein_id": "NP_001139268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_001145812.2",
"protein_id": "NP_001139284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "NM_015503.3",
"protein_id": "NP_056318.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000395532.8",
"protein_id": "ENSP00000378903.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.1310-694C>T",
"hgvs_p": null,
"transcript": "ENST00000707128.1",
"protein_id": "ENSP00000516756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": -4,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.380-694C>T",
"hgvs_p": null,
"transcript": "ENST00000545570.5",
"protein_id": "ENSP00000440354.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": -4,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.302-694C>T",
"hgvs_p": null,
"transcript": "NM_001308294.2",
"protein_id": "NP_001295223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.302-694C>T",
"hgvs_p": null,
"transcript": "ENST00000538342.5",
"protein_id": "ENSP00000438784.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.371-694C>T",
"hgvs_p": null,
"transcript": "ENST00000566176.5",
"protein_id": "ENSP00000455534.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": -4,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "c.233-694C>T",
"hgvs_p": null,
"transcript": "ENST00000561629.1",
"protein_id": "ENSP00000454601.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "n.69-1842C>T",
"hgvs_p": null,
"transcript": "ENST00000563674.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"hgvs_c": "n.181-694C>T",
"hgvs_p": null,
"transcript": "ENST00000569471.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SH2B1",
"gene_hgnc_id": 30417,
"dbsnp": "rs12599217",
"frequency_reference_population": 0.00039473164,
"hom_count_reference_population": 0,
"allele_count_reference_population": 60,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.000394732,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 60,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.315,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000684370.1",
"gene_symbol": "SH2B1",
"hgnc_id": 30417,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1310-694C>T",
"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
}