← 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: 5-11489403-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=11489403&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 11489403,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000304623.13",
"consequences": [
{
"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": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.287+75541A>G",
"hgvs_p": null,
"transcript": "NM_001332.4",
"protein_id": "NP_001323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1225,
"cds_start": -4,
"cds_end": null,
"cds_length": 3678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5888,
"mane_select": "ENST00000304623.13",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.287+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000304623.13",
"protein_id": "ENSP00000307134.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1225,
"cds_start": -4,
"cds_end": null,
"cds_length": 3678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5888,
"mane_select": "NM_001332.4",
"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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000511377.5",
"protein_id": "ENSP00000426510.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": -4,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4336,
"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": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "n.287+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000513588.5",
"protein_id": "ENSP00000421093.1",
"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": 3818,
"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": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "NM_001288715.1",
"protein_id": "NP_001275644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": -4,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5289,
"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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "NM_001364128.2",
"protein_id": "NP_001351057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": -4,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4790,
"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": 20,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000706271.1",
"protein_id": "ENSP00000516315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": -4,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4790,
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "NM_001288716.1",
"protein_id": "NP_001275645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": -4,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4551,
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000503622.5",
"protein_id": "ENSP00000426887.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": -4,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2982,
"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": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.-448+75541A>G",
"hgvs_p": null,
"transcript": "NM_001288717.2",
"protein_id": "NP_001275646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": -4,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5323,
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.245+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000502551.5",
"protein_id": "ENSP00000422389.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": -4,
"cds_end": null,
"cds_length": 628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 704,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000513598.5",
"protein_id": "ENSP00000426625.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": -4,
"cds_end": null,
"cds_length": 544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 720,
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.245+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000508761.1",
"protein_id": "ENSP00000424296.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 727,
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.245+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000511278.5",
"protein_id": "ENSP00000516317.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 142,
"cds_start": -4,
"cds_end": null,
"cds_length": 431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"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": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "n.216+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000504354.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 611,
"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": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "n.287+75541A>G",
"hgvs_p": null,
"transcript": "ENST00000504499.5",
"protein_id": "ENSP00000421000.1",
"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": 3567,
"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": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "n.880+75541A>G",
"hgvs_p": null,
"transcript": "NR_109988.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": 5329,
"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": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.287+75541A>G",
"hgvs_p": null,
"transcript": "XM_005248251.4",
"protein_id": "XP_005248308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": -4,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5963,
"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": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "XM_005248253.2",
"protein_id": "XP_005248310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": -4,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5368,
"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": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.14+75541A>G",
"hgvs_p": null,
"transcript": "XM_011513967.3",
"protein_id": "XP_011512269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": -4,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5528,
"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": 21,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.287+75541A>G",
"hgvs_p": null,
"transcript": "XM_017009072.2",
"protein_id": "XP_016864561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1004,
"cds_start": -4,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5225,
"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": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"hgvs_c": "c.287+75541A>G",
"hgvs_p": null,
"transcript": "XM_017009074.2",
"protein_id": "XP_016864563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": -4,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CTNND2",
"gene_hgnc_id": 2516,
"dbsnp": "rs32609",
"frequency_reference_population": 0.2730471,
"hom_count_reference_population": 5980,
"allele_count_reference_population": 41525,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.273047,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 41525,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 5980,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"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.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.447,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000304623.13",
"gene_symbol": "CTNND2",
"hgnc_id": 2516,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.287+75541A>G",
"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
}