← 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-56350941-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=56350941&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 56350941,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001370326.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "NM_001370326.1",
"protein_id": "NP_001357255.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 1146,
"cds_start": 364,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682825.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370326.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp",
"transcript": "ENST00000682825.1",
"protein_id": "ENSP00000507365.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 1146,
"cds_start": 364,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001370326.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682825.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.814C>T",
"hgvs_p": "p.Arg272Trp",
"transcript": "ENST00000653862.1",
"protein_id": "ENSP00000499705.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 1296,
"cds_start": 814,
"cds_end": null,
"cds_length": 3891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000653862.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.640C>T",
"hgvs_p": "p.Arg214Trp",
"transcript": "ENST00000635860.2",
"protein_id": "ENSP00000489811.2",
"transcript_support_level": 5,
"aa_start": 214,
"aa_end": null,
"aa_length": 1238,
"cds_start": 640,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635860.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.373C>T",
"hgvs_p": "p.Arg125Trp",
"transcript": "ENST00000566473.6",
"protein_id": "ENSP00000454224.2",
"transcript_support_level": 5,
"aa_start": 125,
"aa_end": null,
"aa_length": 1149,
"cds_start": 373,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566473.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "NM_001365758.1",
"protein_id": "NP_001352687.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365758.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.373C>T",
"hgvs_p": "p.Arg125Trp",
"transcript": "NM_153228.3",
"protein_id": "NP_694960.2",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 763,
"cds_start": 373,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153228.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.373C>T",
"hgvs_p": "p.Arg125Trp",
"transcript": "ENST00000318698.6",
"protein_id": "ENSP00000321627.2",
"transcript_support_level": 2,
"aa_start": 125,
"aa_end": null,
"aa_length": 763,
"cds_start": 373,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318698.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.433C>T",
"hgvs_p": "p.Arg145Trp",
"transcript": "ENST00000572945.1",
"protein_id": "ENSP00000458227.1",
"transcript_support_level": 5,
"aa_start": 145,
"aa_end": null,
"aa_length": 172,
"cds_start": 433,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572945.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.436C>T",
"hgvs_p": "p.Arg146Trp",
"transcript": "XM_017024263.2",
"protein_id": "XP_016879752.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1170,
"cds_start": 436,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024263.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.436C>T",
"hgvs_p": "p.Arg146Trp",
"transcript": "XM_017024265.3",
"protein_id": "XP_016879754.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 1170,
"cds_start": 436,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024265.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.406C>T",
"hgvs_p": "p.Arg136Trp",
"transcript": "XM_017024266.2",
"protein_id": "XP_016879755.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 1160,
"cds_start": 406,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024266.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.373C>T",
"hgvs_p": "p.Arg125Trp",
"transcript": "XM_011524428.2",
"protein_id": "XP_011522730.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 1149,
"cds_start": 373,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524428.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.355C>T",
"hgvs_p": "p.Arg119Trp",
"transcript": "XM_011524429.3",
"protein_id": "XP_011522731.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 1143,
"cds_start": 355,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524429.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.346C>T",
"hgvs_p": "p.Arg116Trp",
"transcript": "XM_017024267.2",
"protein_id": "XP_016879756.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 1140,
"cds_start": 346,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024267.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "XM_006721728.4",
"protein_id": "XP_006721791.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721728.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "XM_011524430.3",
"protein_id": "XP_011522732.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524430.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "XM_011524431.3",
"protein_id": "XP_011522733.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524431.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "XM_017024269.2",
"protein_id": "XP_016879758.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024269.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Trp",
"transcript": "XM_047435502.1",
"protein_id": "XP_047291458.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 1078,
"cds_start": 160,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435502.1"
}
],
"gene_symbol": "ANKFN1",
"gene_hgnc_id": 26766,
"dbsnp": "rs763397126",
"frequency_reference_population": 0.0000068176464,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000342139,
"gnomad_genomes_af": 0.0000394566,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5163981318473816,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.14000000059604645,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.244,
"revel_prediction": "Benign",
"alphamissense_score": 0.454,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.546,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.14,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001370326.1",
"gene_symbol": "ANKFN1",
"hgnc_id": 26766,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122Trp"
}
],
"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
}