← 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-19946495-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=19946495&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 19946495,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000281405.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.1633C>T",
"hgvs_p": "p.Arg545*",
"transcript": "NM_001006657.2",
"protein_id": "NP_001006658.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1181,
"cds_start": 1633,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 1723,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": "ENST00000345530.8",
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.1633C>T",
"hgvs_p": "p.Arg545*",
"transcript": "ENST00000345530.8",
"protein_id": "ENSP00000314444.5",
"transcript_support_level": 1,
"aa_start": 545,
"aa_end": null,
"aa_length": 1181,
"cds_start": 1633,
"cds_end": null,
"cds_length": 3546,
"cdna_start": 1723,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": "NM_001006657.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Arg534*",
"transcript": "NM_020779.4",
"protein_id": "NP_065830.2",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1600,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 6898,
"mane_select": "ENST00000281405.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Arg534*",
"transcript": "ENST00000281405.9",
"protein_id": "ENSP00000281405.5",
"transcript_support_level": 1,
"aa_start": 534,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1600,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 6898,
"mane_select": "NM_020779.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.238C>T",
"hgvs_p": "p.Arg80*",
"transcript": "ENST00000453014.1",
"protein_id": "ENSP00000404409.1",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 406,
"cds_start": 238,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 1624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.328C>T",
"hgvs_p": "p.Arg110*",
"transcript": "XM_011533007.3",
"protein_id": "XP_011531309.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 746,
"cds_start": 328,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 5641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Arg534*",
"transcript": "XM_047445199.1",
"protein_id": "XP_047301155.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 673,
"cds_start": 1600,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "n.1633C>T",
"hgvs_p": null,
"transcript": "ENST00000414212.5",
"protein_id": "ENSP00000390802.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": 3483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "n.*324C>T",
"hgvs_p": null,
"transcript": "ENST00000445063.5",
"protein_id": "ENSP00000390105.1",
"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": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "n.1690C>T",
"hgvs_p": null,
"transcript": "XR_426989.4",
"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": 3061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "n.1690C>T",
"hgvs_p": null,
"transcript": "XR_939699.4",
"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": 2122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"hgvs_c": "n.*324C>T",
"hgvs_p": null,
"transcript": "ENST00000445063.5",
"protein_id": "ENSP00000390105.1",
"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": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WDR35",
"gene_hgnc_id": 29250,
"dbsnp": "rs387907085",
"frequency_reference_population": 0.0000037186978,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273721,
"gnomad_genomes_af": 0.0000131472,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.3799999952316284,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.704,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.38,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000281405.9",
"gene_symbol": "WDR35",
"hgnc_id": 29250,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Arg534*"
}
],
"clinvar_disease": "Short-rib thoracic dysplasia 7 with or without polydactyly",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Short-rib thoracic dysplasia 7 with or without polydactyly",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}