← 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: 10-60055697-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=60055697&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 60055697,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000280772.7",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.13026C>A",
"hgvs_p": "p.Ser4342Arg",
"transcript": "NM_020987.5",
"protein_id": "NP_066267.2",
"transcript_support_level": null,
"aa_start": 4342,
"aa_end": null,
"aa_length": 4377,
"cds_start": 13026,
"cds_end": null,
"cds_length": 13134,
"cdna_start": 13363,
"cdna_end": null,
"cdna_length": 17019,
"mane_select": "ENST00000280772.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.13026C>A",
"hgvs_p": "p.Ser4342Arg",
"transcript": "ENST00000280772.7",
"protein_id": "ENSP00000280772.1",
"transcript_support_level": 1,
"aa_start": 4342,
"aa_end": null,
"aa_length": 4377,
"cds_start": 13026,
"cds_end": null,
"cds_length": 13134,
"cdna_start": 13363,
"cdna_end": null,
"cdna_length": 17019,
"mane_select": "NM_020987.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5478C>A",
"hgvs_p": "p.Ser1826Arg",
"transcript": "ENST00000373827.6",
"protein_id": "ENSP00000362933.2",
"transcript_support_level": 1,
"aa_start": 1826,
"aa_end": null,
"aa_length": 1861,
"cds_start": 5478,
"cds_end": null,
"cds_length": 5586,
"cdna_start": 5649,
"cdna_end": null,
"cdna_length": 7202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.2898C>A",
"hgvs_p": "p.Ser966Arg",
"transcript": "ENST00000355288.6",
"protein_id": "ENSP00000347436.2",
"transcript_support_level": 1,
"aa_start": 966,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2898,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 3547,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5499C>A",
"hgvs_p": "p.Ser1833Arg",
"transcript": "NM_001204404.2",
"protein_id": "NP_001191333.1",
"transcript_support_level": null,
"aa_start": 1833,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5499,
"cds_end": null,
"cds_length": 5607,
"cdna_start": 5928,
"cdna_end": null,
"cdna_length": 9584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5499C>A",
"hgvs_p": "p.Ser1833Arg",
"transcript": "ENST00000503366.6",
"protein_id": "ENSP00000425236.1",
"transcript_support_level": 2,
"aa_start": 1833,
"aa_end": null,
"aa_length": 1868,
"cds_start": 5499,
"cds_end": null,
"cds_length": 5607,
"cdna_start": 5928,
"cdna_end": null,
"cdna_length": 9584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5496C>A",
"hgvs_p": "p.Ser1832Arg",
"transcript": "NM_001320874.2",
"protein_id": "NP_001307803.1",
"transcript_support_level": null,
"aa_start": 1832,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5496,
"cds_end": null,
"cds_length": 5604,
"cdna_start": 5833,
"cdna_end": null,
"cdna_length": 9489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5478C>A",
"hgvs_p": "p.Ser1826Arg",
"transcript": "NM_001204403.2",
"protein_id": "NP_001191332.1",
"transcript_support_level": null,
"aa_start": 1826,
"aa_end": null,
"aa_length": 1861,
"cds_start": 5478,
"cds_end": null,
"cds_length": 5586,
"cdna_start": 5687,
"cdna_end": null,
"cdna_length": 9343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.5271C>A",
"hgvs_p": "p.Ser1757Arg",
"transcript": "ENST00000467420.7",
"protein_id": "ENSP00000423968.2",
"transcript_support_level": 5,
"aa_start": 1757,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5271,
"cds_end": null,
"cds_length": 5379,
"cdna_start": 5537,
"cdna_end": null,
"cdna_length": 6373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.4821C>A",
"hgvs_p": "p.Ser1607Arg",
"transcript": "ENST00000610321.4",
"protein_id": "ENSP00000477827.1",
"transcript_support_level": 5,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1642,
"cds_start": 4821,
"cds_end": null,
"cds_length": 4929,
"cdna_start": 4822,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.2898C>A",
"hgvs_p": "p.Ser966Arg",
"transcript": "NM_001149.4",
"protein_id": "NP_001140.2",
"transcript_support_level": null,
"aa_start": 966,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2898,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 3271,
"cdna_end": null,
"cdna_length": 6927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.2580C>A",
"hgvs_p": "p.Ser860Arg",
"transcript": "ENST00000616444.4",
"protein_id": "ENSP00000482401.1",
"transcript_support_level": 5,
"aa_start": 860,
"aa_end": null,
"aa_length": 972,
"cds_start": 2580,
"cds_end": null,
"cds_length": 2919,
"cdna_start": 2581,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.1272C>A",
"hgvs_p": "p.Ser424Arg",
"transcript": "ENST00000373820.5",
"protein_id": "ENSP00000362926.1",
"transcript_support_level": 2,
"aa_start": 424,
"aa_end": null,
"aa_length": 459,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1272,
"cdna_end": null,
"cdna_length": 2358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.429C>A",
"hgvs_p": "p.Ser143Arg",
"transcript": "ENST00000612776.4",
"protein_id": "ENSP00000481611.1",
"transcript_support_level": 3,
"aa_start": 143,
"aa_end": null,
"aa_length": 177,
"cds_start": 429,
"cds_end": null,
"cds_length": 534,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.135C>A",
"hgvs_p": "p.Ser45Arg",
"transcript": "ENST00000617800.4",
"protein_id": "ENSP00000480745.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 174,
"cds_start": 135,
"cds_end": null,
"cds_length": 525,
"cdna_start": 136,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "c.342C>A",
"hgvs_p": "p.Ser114Arg",
"transcript": "ENST00000502769.5",
"protein_id": "ENSP00000423057.1",
"transcript_support_level": 3,
"aa_start": 114,
"aa_end": null,
"aa_length": 166,
"cds_start": 342,
"cds_end": null,
"cds_length": 501,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 657,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000232682",
"gene_hgnc_id": null,
"hgvs_c": "n.63-3637G>T",
"hgvs_p": null,
"transcript": "ENST00000619719.1",
"protein_id": null,
"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": 352,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000232682",
"gene_hgnc_id": null,
"hgvs_c": "n.259+4968G>T",
"hgvs_p": null,
"transcript": "ENST00000830353.1",
"protein_id": null,
"transcript_support_level": null,
"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": 332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000232682",
"gene_hgnc_id": null,
"hgvs_c": "n.-177G>T",
"hgvs_p": null,
"transcript": "ENST00000414383.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 1546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"hgvs_c": "n.*79C>A",
"hgvs_p": null,
"transcript": "ENST00000469721.3",
"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": 738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ANK3",
"gene_hgnc_id": 494,
"dbsnp": "rs148498212",
"frequency_reference_population": 0.00008736265,
"hom_count_reference_population": 0,
"allele_count_reference_population": 141,
"gnomad_exomes_af": 0.0000526787,
"gnomad_genomes_af": 0.000420306,
"gnomad_exomes_ac": 77,
"gnomad_genomes_ac": 64,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.016922980546951294,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.2381,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.521,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000280772.7",
"gene_symbol": "ANK3",
"hgnc_id": 494,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown,AD",
"hgvs_c": "c.13026C>A",
"hgvs_p": "p.Ser4342Arg"
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000830353.1",
"gene_symbol": "ENSG00000232682",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.259+4968G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"phenotype_combined": "not specified|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}