← 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: 2-96839595-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=96839595&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 96839595,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_144994.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.872G>C",
"hgvs_p": "p.Arg291Pro",
"transcript": "NM_144994.8",
"protein_id": "NP_659431.5",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 305,
"cds_start": 872,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000318357.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144994.8"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.872G>C",
"hgvs_p": "p.Arg291Pro",
"transcript": "ENST00000318357.9",
"protein_id": "ENSP00000321679.4",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 305,
"cds_start": 872,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144994.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318357.9"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.881G>C",
"hgvs_p": "p.Arg294Pro",
"transcript": "ENST00000962363.1",
"protein_id": "ENSP00000632422.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 308,
"cds_start": 881,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962363.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.875G>C",
"hgvs_p": "p.Arg292Pro",
"transcript": "ENST00000870651.1",
"protein_id": "ENSP00000540710.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 306,
"cds_start": 875,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870651.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.866G>C",
"hgvs_p": "p.Arg289Pro",
"transcript": "ENST00000962364.1",
"protein_id": "ENSP00000632423.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 303,
"cds_start": 866,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962364.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.773G>C",
"hgvs_p": "p.Arg258Pro",
"transcript": "ENST00000962365.1",
"protein_id": "ENSP00000632424.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 272,
"cds_start": 773,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962365.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.773G>C",
"hgvs_p": "p.Arg258Pro",
"transcript": "ENST00000962368.1",
"protein_id": "ENSP00000632427.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 272,
"cds_start": 773,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962368.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.749G>C",
"hgvs_p": "p.Arg250Pro",
"transcript": "ENST00000962367.1",
"protein_id": "ENSP00000632426.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 264,
"cds_start": 749,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962367.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.746G>C",
"hgvs_p": "p.Arg249Pro",
"transcript": "ENST00000331001.2",
"protein_id": "ENSP00000333108.2",
"transcript_support_level": 2,
"aa_start": 249,
"aa_end": null,
"aa_length": 263,
"cds_start": 746,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000331001.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.725G>C",
"hgvs_p": "p.Arg242Pro",
"transcript": "ENST00000962366.1",
"protein_id": "ENSP00000632425.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 256,
"cds_start": 725,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962366.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "c.647G>C",
"hgvs_p": "p.Arg216Pro",
"transcript": "ENST00000962369.1",
"protein_id": "ENSP00000632428.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 230,
"cds_start": 647,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "n.872G>C",
"hgvs_p": null,
"transcript": "ENST00000418232.5",
"protein_id": "ENSP00000398987.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000418232.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD39",
"gene_hgnc_id": 28640,
"hgvs_c": "n.*1402G>C",
"hgvs_p": null,
"transcript": "ENST00000443120.5",
"protein_id": "ENSP00000398321.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443120.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "n.1177G>C",
"hgvs_p": null,
"transcript": "ENST00000482175.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000482175.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD39",
"gene_hgnc_id": 28640,
"hgvs_c": "n.*1402G>C",
"hgvs_p": null,
"transcript": "ENST00000443120.5",
"protein_id": "ENSP00000398321.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443120.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"hgvs_c": "n.441+402G>C",
"hgvs_p": null,
"transcript": "ENST00000476975.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000476975.5"
}
],
"gene_symbol": "ANKRD23",
"gene_hgnc_id": 24470,
"dbsnp": "rs762392951",
"frequency_reference_population": 0.0000020196635,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000150019,
"gnomad_genomes_af": 0.00000656909,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4369869828224182,
"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.344,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5724,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.93,
"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": 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_144994.8",
"gene_symbol": "ANKRD23",
"hgnc_id": 24470,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.872G>C",
"hgvs_p": "p.Arg291Pro"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000443120.5",
"gene_symbol": "ANKRD39",
"hgnc_id": 28640,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*1402G>C",
"hgvs_p": null
}
],
"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
}