← 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: 11-75162681-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=75162681&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 75162681,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000289575.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.43C>T",
"hgvs_p": "p.Pro15Ser",
"transcript": "NM_007256.5",
"protein_id": "NP_009187.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 709,
"cds_start": 43,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 4374,
"mane_select": "ENST00000289575.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.43C>T",
"hgvs_p": "p.Pro15Ser",
"transcript": "ENST00000289575.10",
"protein_id": "ENSP00000289575.5",
"transcript_support_level": 1,
"aa_start": 15,
"aa_end": null,
"aa_length": 709,
"cds_start": 43,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 318,
"cdna_end": null,
"cdna_length": 4374,
"mane_select": "NM_007256.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000428359.6",
"protein_id": "ENSP00000388912.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 687,
"cds_start": -4,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000525845.5",
"protein_id": "ENSP00000431324.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 42,
"cds_start": -4,
"cds_end": null,
"cds_length": 131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000530556.5",
"protein_id": "ENSP00000435384.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 42,
"cds_start": -4,
"cds_end": null,
"cds_length": 131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000534004.5",
"protein_id": "ENSP00000431192.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 42,
"cds_start": -4,
"cds_end": null,
"cds_length": 131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.115C>T",
"hgvs_p": "p.Pro39Ser",
"transcript": "XM_017017157.2",
"protein_id": "XP_016872646.2",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 733,
"cds_start": 115,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 5154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "n.346C>T",
"hgvs_p": null,
"transcript": "ENST00000531457.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "NM_001145211.3",
"protein_id": "NP_001138683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 687,
"cds_start": -4,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000527180.5",
"protein_id": "ENSP00000436513.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": -4,
"cds_end": null,
"cds_length": 451,
"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": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000534186.5",
"protein_id": "ENSP00000433872.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 126,
"cds_start": -4,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000531713.5",
"protein_id": "ENSP00000432889.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": -4,
"cds_end": null,
"cds_length": 263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "XM_047426333.1",
"protein_id": "XP_047282289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 687,
"cds_start": -4,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "XM_047426334.1",
"protein_id": "XP_047282290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 687,
"cds_start": -4,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4124,
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-63-3106C>T",
"hgvs_p": null,
"transcript": "ENST00000532236.5",
"protein_id": "ENSP00000434112.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": -4,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2593,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.17-6492C>T",
"hgvs_p": null,
"transcript": "NM_001145212.3",
"protein_id": "NP_001138684.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3942,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.17-6492C>T",
"hgvs_p": null,
"transcript": "ENST00000525650.5",
"protein_id": "ENSP00000436324.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": -4,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2121,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "c.-63-3106C>T",
"hgvs_p": null,
"transcript": "ENST00000454962.6",
"protein_id": "ENSP00000389653.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3219,
"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": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "n.294-9698C>T",
"hgvs_p": null,
"transcript": "ENST00000526660.5",
"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": 582,
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"hgvs_c": "n.329-9698C>T",
"hgvs_p": null,
"transcript": "ENST00000531756.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLCO2B1",
"gene_hgnc_id": 10962,
"dbsnp": "rs56837383",
"frequency_reference_population": 0.00031664473,
"hom_count_reference_population": 4,
"allele_count_reference_population": 511,
"gnomad_exomes_af": 0.000179248,
"gnomad_genomes_af": 0.00163669,
"gnomad_exomes_ac": 262,
"gnomad_genomes_ac": 249,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006646633148193359,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.111,
"revel_prediction": "Benign",
"alphamissense_score": 0.0804,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.064,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": "ENST00000289575.10",
"gene_symbol": "SLCO2B1",
"hgnc_id": 10962,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.43C>T",
"hgvs_p": "p.Pro15Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}