← 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-157309800-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=157309800&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 157309800,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000620254.5",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "NM_001037333.3",
"protein_id": "NP_001032410.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": "ENST00000620254.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "ENST00000620254.5",
"protein_id": "ENSP00000479968.1",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": "NM_001037333.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "ENST00000616178.4",
"protein_id": "ENSP00000479719.1",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 1278,
"cds_start": 958,
"cds_end": null,
"cds_length": 3837,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 4210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "ENST00000618329.4",
"protein_id": "ENSP00000484819.1",
"transcript_support_level": 1,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1223,
"cdna_end": null,
"cdna_length": 4256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "ENST00000698888.1",
"protein_id": "ENSP00000514007.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1300,
"cds_start": 958,
"cds_end": null,
"cds_length": 3903,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "NM_001291722.2",
"protein_id": "NP_001278651.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1278,
"cds_start": 958,
"cds_end": null,
"cds_length": 3837,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 6527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "NM_014376.4",
"protein_id": "NP_055191.2",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1241,
"cdna_end": null,
"cdna_length": 6639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.880A>G",
"hgvs_p": "p.Lys294Glu",
"transcript": "NM_001291721.2",
"protein_id": "NP_001278650.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 1227,
"cds_start": 880,
"cds_end": null,
"cds_length": 3684,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 6374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.880A>G",
"hgvs_p": "p.Lys294Glu",
"transcript": "ENST00000521420.5",
"protein_id": "ENSP00000430904.1",
"transcript_support_level": 2,
"aa_start": 294,
"aa_end": null,
"aa_length": 1227,
"cds_start": 880,
"cds_end": null,
"cds_length": 3684,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.550A>G",
"hgvs_p": "p.Lys184Glu",
"transcript": "ENST00000435847.6",
"protein_id": "ENSP00000403793.3",
"transcript_support_level": 2,
"aa_start": 184,
"aa_end": null,
"aa_length": 1117,
"cds_start": 550,
"cds_end": null,
"cds_length": 3354,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 3673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.370A>G",
"hgvs_p": "p.Lys124Glu",
"transcript": "ENST00000522463.5",
"protein_id": "ENSP00000428009.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 1057,
"cds_start": 370,
"cds_end": null,
"cds_length": 3174,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 3477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "XM_011534516.4",
"protein_id": "XP_011532818.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1443,
"cdna_end": null,
"cdna_length": 6841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu",
"transcript": "XM_047417100.1",
"protein_id": "XP_047273056.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1253,
"cds_start": 958,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 1303,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.745A>G",
"hgvs_p": "p.Lys249Glu",
"transcript": "XM_047417101.1",
"protein_id": "XP_047273057.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 1182,
"cds_start": 745,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 6243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.592A>G",
"hgvs_p": "p.Lys198Glu",
"transcript": "XM_047417102.1",
"protein_id": "XP_047273058.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 1131,
"cds_start": 592,
"cds_end": null,
"cds_length": 3396,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 6155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"dbsnp": "rs3207362",
"frequency_reference_population": 6.878601e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8786e-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.22537285089492798,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.065,
"revel_prediction": "Benign",
"alphamissense_score": 0.1645,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.345,
"phylop100way_prediction": "Uncertain_significance",
"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": "ENST00000620254.5",
"gene_symbol": "CYFIP2",
"hgnc_id": 13760,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.958A>G",
"hgvs_p": "p.Lys320Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}