← 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: 17-75501148-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75501148&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 75501148,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_020753.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "NM_020753.5",
"protein_id": "NP_065804.2",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4082,
"cdna_end": null,
"cdna_length": 4969,
"mane_select": "ENST00000321617.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020753.5"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "ENST00000321617.8",
"protein_id": "ENSP00000325355.3",
"transcript_support_level": 1,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4082,
"cdna_end": null,
"cdna_length": 4969,
"mane_select": "NM_020753.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000321617.8"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3604C>T",
"hgvs_p": "p.His1202Tyr",
"transcript": "ENST00000861913.1",
"protein_id": "ENSP00000531972.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3604,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 4079,
"cdna_end": null,
"cdna_length": 4966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861913.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3604C>T",
"hgvs_p": "p.His1202Tyr",
"transcript": "ENST00000861914.1",
"protein_id": "ENSP00000531973.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3604,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 4126,
"cdna_end": null,
"cdna_length": 4844,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861914.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3562C>T",
"hgvs_p": "p.His1188Tyr",
"transcript": "ENST00000913139.1",
"protein_id": "ENSP00000583198.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1209,
"cds_start": 3562,
"cds_end": null,
"cds_length": 3630,
"cdna_start": 4043,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913139.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "ENST00000861906.1",
"protein_id": "ENSP00000531965.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 5095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861906.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "ENST00000861909.1",
"protein_id": "ENSP00000531968.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4170,
"cdna_end": null,
"cdna_length": 5057,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861909.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "ENST00000913141.1",
"protein_id": "ENSP00000583200.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4133,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913141.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3538C>T",
"hgvs_p": "p.His1180Tyr",
"transcript": "ENST00000861910.1",
"protein_id": "ENSP00000531969.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3538,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 4019,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861910.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3538C>T",
"hgvs_p": "p.His1180Tyr",
"transcript": "ENST00000861911.1",
"protein_id": "ENSP00000531970.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3538,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 4019,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861911.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3538C>T",
"hgvs_p": "p.His1180Tyr",
"transcript": "ENST00000913138.1",
"protein_id": "ENSP00000583197.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3538,
"cds_end": null,
"cds_length": 3606,
"cdna_start": 4088,
"cdna_end": null,
"cdna_length": 4974,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913138.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.His1178Tyr",
"transcript": "ENST00000861907.1",
"protein_id": "ENSP00000531966.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3532,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 4093,
"cdna_end": null,
"cdna_length": 4977,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861907.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.His1178Tyr",
"transcript": "ENST00000861908.1",
"protein_id": "ENSP00000531967.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3532,
"cds_end": null,
"cds_length": 3600,
"cdna_start": 4034,
"cdna_end": null,
"cdna_length": 4921,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861908.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3523C>T",
"hgvs_p": "p.His1175Tyr",
"transcript": "ENST00000913140.1",
"protein_id": "ENSP00000583199.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1196,
"cds_start": 3523,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 3979,
"cdna_end": null,
"cdna_length": 4863,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913140.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3295C>T",
"hgvs_p": "p.His1099Tyr",
"transcript": "NM_001142643.3",
"protein_id": "NP_001136115.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1120,
"cds_start": 3295,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 3613,
"cdna_end": null,
"cdna_length": 4500,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142643.3"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3295C>T",
"hgvs_p": "p.His1099Tyr",
"transcript": "ENST00000433559.6",
"protein_id": "ENSP00000406963.2",
"transcript_support_level": 2,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1120,
"cds_start": 3295,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 3611,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433559.6"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3220C>T",
"hgvs_p": "p.His1074Tyr",
"transcript": "ENST00000861915.1",
"protein_id": "ENSP00000531974.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1095,
"cds_start": 3220,
"cds_end": null,
"cds_length": 3288,
"cdna_start": 3388,
"cdna_end": null,
"cdna_length": 4273,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861915.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3157C>T",
"hgvs_p": "p.His1053Tyr",
"transcript": "ENST00000861912.1",
"protein_id": "ENSP00000531971.1",
"transcript_support_level": null,
"aa_start": 1053,
"aa_end": null,
"aa_length": 1074,
"cds_start": 3157,
"cds_end": null,
"cds_length": 3225,
"cdna_start": 3664,
"cdna_end": null,
"cdna_length": 4549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861912.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr",
"transcript": "XM_047436459.1",
"protein_id": "XP_047292415.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3541,
"cds_end": null,
"cds_length": 3609,
"cdna_start": 4124,
"cdna_end": null,
"cdna_length": 5011,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436459.1"
}
],
"gene_symbol": "CASKIN2",
"gene_hgnc_id": 18200,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2347116768360138,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.164,
"revel_prediction": "Benign",
"alphamissense_score": 0.1243,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.191,
"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": 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_020753.5",
"gene_symbol": "CASKIN2",
"hgnc_id": 18200,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3541C>T",
"hgvs_p": "p.His1181Tyr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}