← 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-157294835-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=157294835&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 157294835,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000620254.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "NM_001037333.3",
"protein_id": "NP_001032410.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": "ENST00000620254.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000620254.5",
"protein_id": "ENSP00000479968.1",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 6452,
"mane_select": "NM_001037333.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000616178.4",
"protein_id": "ENSP00000479719.1",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 1278,
"cds_start": 260,
"cds_end": null,
"cds_length": 3837,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 4210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000618329.4",
"protein_id": "ENSP00000484819.1",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 4256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000698888.1",
"protein_id": "ENSP00000514007.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1300,
"cds_start": 260,
"cds_end": null,
"cds_length": 3903,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "NM_001291722.2",
"protein_id": "NP_001278651.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1278,
"cds_start": 260,
"cds_end": null,
"cds_length": 3837,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 6527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "NM_014376.4",
"protein_id": "NP_055191.2",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 6639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000435847.6",
"protein_id": "ENSP00000403793.3",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 1117,
"cds_start": 260,
"cds_end": null,
"cds_length": 3354,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 3673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000617629.4",
"protein_id": "ENSP00000480605.1",
"transcript_support_level": 3,
"aa_start": 87,
"aa_end": null,
"aa_length": 294,
"cds_start": 260,
"cds_end": null,
"cds_length": 887,
"cdna_start": 340,
"cdna_end": null,
"cdna_length": 967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000611925.4",
"protein_id": "ENSP00000478058.1",
"transcript_support_level": 3,
"aa_start": 87,
"aa_end": null,
"aa_length": 221,
"cds_start": 260,
"cds_end": null,
"cds_length": 666,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "ENST00000611075.4",
"protein_id": "ENSP00000479376.1",
"transcript_support_level": 2,
"aa_start": 87,
"aa_end": null,
"aa_length": 187,
"cds_start": 260,
"cds_end": null,
"cds_length": 566,
"cdna_start": 694,
"cdna_end": null,
"cdna_length": 1000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "XM_011534516.4",
"protein_id": "XP_011532818.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 6841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro",
"transcript": "XM_047417100.1",
"protein_id": "XP_047273056.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 1253,
"cds_start": 260,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 605,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.47G>C",
"hgvs_p": "p.Arg16Pro",
"transcript": "XM_047417101.1",
"protein_id": "XP_047273057.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1182,
"cds_start": 47,
"cds_end": null,
"cds_length": 3549,
"cdna_start": 147,
"cdna_end": null,
"cdna_length": 6243,
"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": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "n.*92G>C",
"hgvs_p": null,
"transcript": "ENST00000621516.1",
"protein_id": "ENSP00000479211.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": 915,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "n.343G>C",
"hgvs_p": null,
"transcript": "ENST00000622696.4",
"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": 1294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "n.*92G>C",
"hgvs_p": null,
"transcript": "ENST00000621516.1",
"protein_id": "ENSP00000479211.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": 915,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.208-1838G>C",
"hgvs_p": null,
"transcript": "NM_001291721.2",
"protein_id": "NP_001278650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1227,
"cds_start": -4,
"cds_end": null,
"cds_length": 3684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6374,
"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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.208-1838G>C",
"hgvs_p": null,
"transcript": "ENST00000521420.5",
"protein_id": "ENSP00000430904.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1227,
"cds_start": -4,
"cds_end": null,
"cds_length": 3684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6370,
"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": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "c.207+7727G>C",
"hgvs_p": null,
"transcript": "ENST00000522463.5",
"protein_id": "ENSP00000428009.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1057,
"cds_start": -4,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3477,
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"hgvs_c": "n.174-5880G>C",
"hgvs_p": null,
"transcript": "ENST00000522637.5",
"protein_id": "ENSP00000428079.1",
"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": 580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CYFIP2",
"gene_hgnc_id": 13760,
"dbsnp": "rs1554108163",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.939068615436554,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.703,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9995,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.902,
"phylop100way_prediction": "Pathogenic",
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000620254.5",
"gene_symbol": "CYFIP2",
"hgnc_id": 13760,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.260G>C",
"hgvs_p": "p.Arg87Pro"
}
],
"clinvar_disease": " 65,Developmental and epileptic encephalopathy,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "Developmental and epileptic encephalopathy, 65|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}