← 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-81087632-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=81087632&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 81087632,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000315467.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "NM_004483.5",
"protein_id": "NP_004474.2",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 173,
"cds_start": 261,
"cds_end": null,
"cds_length": 522,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": "ENST00000315467.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "ENST00000315467.9",
"protein_id": "ENSP00000319531.3",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 173,
"cds_start": 261,
"cds_end": null,
"cds_length": 522,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": "NM_004483.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284512",
"gene_hgnc_id": null,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "ENST00000640345.1",
"protein_id": "ENSP00000492798.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 197,
"cds_start": 261,
"cds_end": null,
"cds_length": 594,
"cdna_start": 267,
"cdna_end": null,
"cdna_length": 2892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "ENST00000564536.2",
"protein_id": "ENSP00000491651.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 181,
"cds_start": 261,
"cds_end": null,
"cds_length": 546,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 1032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.694C>T",
"hgvs_p": null,
"transcript": "ENST00000639137.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "ENST00000639169.1",
"protein_id": "ENSP00000491127.1",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 162,
"cds_start": 261,
"cds_end": null,
"cds_length": 489,
"cdna_start": 319,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "c.216C>T",
"hgvs_p": "p.Leu72Leu",
"transcript": "ENST00000638948.1",
"protein_id": "ENSP00000491484.1",
"transcript_support_level": 5,
"aa_start": 72,
"aa_end": null,
"aa_length": 151,
"cds_start": 216,
"cds_end": null,
"cds_length": 456,
"cdna_start": 216,
"cdna_end": null,
"cdna_length": 887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.144C>T",
"hgvs_p": "p.Leu48Leu",
"transcript": "ENST00000566566.2",
"protein_id": "ENSP00000455019.2",
"transcript_support_level": 5,
"aa_start": 48,
"aa_end": null,
"aa_length": 104,
"cds_start": 144,
"cds_end": null,
"cds_length": 315,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.99C>T",
"hgvs_p": "p.Leu33Leu",
"transcript": "ENST00000640150.1",
"protein_id": "ENSP00000492163.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 99,
"cds_start": 99,
"cds_end": null,
"cds_length": 300,
"cdna_start": 101,
"cdna_end": null,
"cdna_length": 840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu",
"transcript": "XM_017023136.3",
"protein_id": "XP_016878625.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 179,
"cds_start": 261,
"cds_end": null,
"cds_length": 540,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.207C>T",
"hgvs_p": "p.Leu69Leu",
"transcript": "XM_017023137.2",
"protein_id": "XP_016878626.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 161,
"cds_start": 207,
"cds_end": null,
"cds_length": 486,
"cdna_start": 301,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.207C>T",
"hgvs_p": "p.Leu69Leu",
"transcript": "XM_047433900.1",
"protein_id": "XP_047289856.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 155,
"cds_start": 207,
"cds_end": null,
"cds_length": 468,
"cdna_start": 2706,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.*219C>T",
"hgvs_p": null,
"transcript": "ENST00000564477.1",
"protein_id": "ENSP00000455287.1",
"transcript_support_level": 5,
"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": 792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "n.261C>T",
"hgvs_p": null,
"transcript": "ENST00000640370.1",
"protein_id": "ENSP00000492599.1",
"transcript_support_level": 5,
"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": 2497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.*4C>T",
"hgvs_p": null,
"transcript": "ENST00000639689.1",
"protein_id": "ENSP00000492187.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 58,
"cds_start": -4,
"cds_end": null,
"cds_length": 177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.*219C>T",
"hgvs_p": null,
"transcript": "ENST00000564477.1",
"protein_id": "ENSP00000455287.1",
"transcript_support_level": 5,
"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": 792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.128-3038C>T",
"hgvs_p": null,
"transcript": "ENST00000561801.2",
"protein_id": "ENSP00000457645.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": -4,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284512",
"gene_hgnc_id": null,
"hgvs_c": "c.130+8499C>T",
"hgvs_p": null,
"transcript": "ENST00000638192.1",
"protein_id": "ENSP00000492056.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": -4,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.189+2969C>T",
"hgvs_p": null,
"transcript": "ENST00000569885.6",
"protein_id": "ENSP00000455579.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 65,
"cds_start": -4,
"cds_end": null,
"cds_length": 198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.213+2969C>T",
"hgvs_p": null,
"transcript": "ENST00000564386.6",
"protein_id": "ENSP00000457630.2",
"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": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.345+2969C>T",
"hgvs_p": null,
"transcript": "NR_033249.2",
"protein_id": null,
"transcript_support_level": null,
"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": 1496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"dbsnp": "rs8177908",
"frequency_reference_population": 6.8499907e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84999e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.285,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000315467.9",
"gene_symbol": "GCSH",
"hgnc_id": 4208,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu"
},
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000640345.1",
"gene_symbol": "ENSG00000284512",
"hgnc_id": null,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu"
},
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000564536.2",
"gene_symbol": "ENSG00000260643",
"hgnc_id": null,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.261C>T",
"hgvs_p": "p.Leu87Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}