← 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-18120562-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=18120562&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 18120562,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000647165.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "NM_016239.4",
"protein_id": "NP_057323.3",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 3530,
"cds_start": 1762,
"cds_end": null,
"cds_length": 10593,
"cdna_start": 2050,
"cdna_end": null,
"cdna_length": 11811,
"mane_select": "ENST00000647165.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "ENST00000647165.2",
"protein_id": "ENSP00000495481.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 3530,
"cds_start": 1762,
"cds_end": null,
"cds_length": 10593,
"cdna_start": 2050,
"cdna_end": null,
"cdna_length": 11811,
"mane_select": "NM_016239.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "XM_017024715.3",
"protein_id": "XP_016880204.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 3531,
"cds_start": 1762,
"cds_end": null,
"cds_length": 10596,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 11657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "XM_017024714.3",
"protein_id": "XP_016880203.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 3510,
"cds_start": 1762,
"cds_end": null,
"cds_length": 10533,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 11594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "XM_011523918.3",
"protein_id": "XP_011522220.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 2117,
"cds_start": 1762,
"cds_end": null,
"cds_length": 6354,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 6547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "XM_024450780.2",
"protein_id": "XP_024306548.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 2098,
"cds_start": 1762,
"cds_end": null,
"cds_length": 6297,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 6825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg",
"transcript": "XM_024450781.2",
"protein_id": "XP_024306549.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 2074,
"cds_start": 1762,
"cds_end": null,
"cds_length": 6225,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 6418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.1395C>A",
"hgvs_p": null,
"transcript": "ENST00000583079.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 6399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.1893C>A",
"hgvs_p": null,
"transcript": "XR_934039.3",
"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": 6409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"dbsnp": "rs774157005",
"frequency_reference_population": 0.00001688416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.000015204,
"gnomad_genomes_af": 0.0000328632,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.295,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000647165.2",
"gene_symbol": "MYO15A",
"hgnc_id": 7594,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1762C>A",
"hgvs_p": "p.Arg588Arg"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}