← 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-56350906-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=56350906&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 56350906,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001370326.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "Y",
"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.329C>A",
"hgvs_p": "p.Ser110Tyr",
"transcript": "NM_001370326.1",
"protein_id": "NP_001357255.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 1146,
"cds_start": 329,
"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": "S",
"aa_alt": "Y",
"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.329C>A",
"hgvs_p": "p.Ser110Tyr",
"transcript": "ENST00000682825.1",
"protein_id": "ENSP00000507365.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 1146,
"cds_start": 329,
"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": "S",
"aa_alt": "Y",
"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.779C>A",
"hgvs_p": "p.Ser260Tyr",
"transcript": "ENST00000653862.1",
"protein_id": "ENSP00000499705.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 1296,
"cds_start": 779,
"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": "S",
"aa_alt": "Y",
"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.605C>A",
"hgvs_p": "p.Ser202Tyr",
"transcript": "ENST00000635860.2",
"protein_id": "ENSP00000489811.2",
"transcript_support_level": 5,
"aa_start": 202,
"aa_end": null,
"aa_length": 1238,
"cds_start": 605,
"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": "S",
"aa_alt": "Y",
"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.338C>A",
"hgvs_p": "p.Ser113Tyr",
"transcript": "ENST00000566473.6",
"protein_id": "ENSP00000454224.2",
"transcript_support_level": 5,
"aa_start": 113,
"aa_end": null,
"aa_length": 1149,
"cds_start": 338,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "NM_001365758.1",
"protein_id": "NP_001352687.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "S",
"aa_alt": "Y",
"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.338C>A",
"hgvs_p": "p.Ser113Tyr",
"transcript": "NM_153228.3",
"protein_id": "NP_694960.2",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 763,
"cds_start": 338,
"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": "S",
"aa_alt": "Y",
"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.338C>A",
"hgvs_p": "p.Ser113Tyr",
"transcript": "ENST00000318698.6",
"protein_id": "ENSP00000321627.2",
"transcript_support_level": 2,
"aa_start": 113,
"aa_end": null,
"aa_length": 763,
"cds_start": 338,
"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": "S",
"aa_alt": "Y",
"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.398C>A",
"hgvs_p": "p.Ser133Tyr",
"transcript": "ENST00000572945.1",
"protein_id": "ENSP00000458227.1",
"transcript_support_level": 5,
"aa_start": 133,
"aa_end": null,
"aa_length": 172,
"cds_start": 398,
"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": "S",
"aa_alt": "Y",
"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.401C>A",
"hgvs_p": "p.Ser134Tyr",
"transcript": "XM_017024263.2",
"protein_id": "XP_016879752.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1170,
"cds_start": 401,
"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": "S",
"aa_alt": "Y",
"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.401C>A",
"hgvs_p": "p.Ser134Tyr",
"transcript": "XM_017024265.3",
"protein_id": "XP_016879754.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1170,
"cds_start": 401,
"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": "S",
"aa_alt": "Y",
"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.371C>A",
"hgvs_p": "p.Ser124Tyr",
"transcript": "XM_017024266.2",
"protein_id": "XP_016879755.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 1160,
"cds_start": 371,
"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": "S",
"aa_alt": "Y",
"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.338C>A",
"hgvs_p": "p.Ser113Tyr",
"transcript": "XM_011524428.2",
"protein_id": "XP_011522730.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 1149,
"cds_start": 338,
"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": "S",
"aa_alt": "Y",
"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.320C>A",
"hgvs_p": "p.Ser107Tyr",
"transcript": "XM_011524429.3",
"protein_id": "XP_011522731.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 1143,
"cds_start": 320,
"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": "S",
"aa_alt": "Y",
"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.311C>A",
"hgvs_p": "p.Ser104Tyr",
"transcript": "XM_017024267.2",
"protein_id": "XP_016879756.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 1140,
"cds_start": 311,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "XM_006721728.4",
"protein_id": "XP_006721791.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "XM_011524430.3",
"protein_id": "XP_011522732.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "XM_011524431.3",
"protein_id": "XP_011522733.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "XM_017024269.2",
"protein_id": "XP_016879758.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "S",
"aa_alt": "Y",
"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.125C>A",
"hgvs_p": "p.Ser42Tyr",
"transcript": "XM_047435502.1",
"protein_id": "XP_047291458.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1078,
"cds_start": 125,
"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": "rs745655072",
"frequency_reference_population": 6.8419297e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84193e-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.47123533487319946,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.213,
"revel_prediction": "Benign",
"alphamissense_score": 0.5863,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.905,
"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": 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.329C>A",
"hgvs_p": "p.Ser110Tyr"
}
],
"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
}