← 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-18155377-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=18155377&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 18155377,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_016239.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.8404A>G",
"hgvs_p": "p.Met2802Val",
"transcript": "NM_016239.4",
"protein_id": "NP_057323.3",
"transcript_support_level": null,
"aa_start": 2802,
"aa_end": null,
"aa_length": 3530,
"cds_start": 8404,
"cds_end": null,
"cds_length": 10593,
"cdna_start": 8692,
"cdna_end": null,
"cdna_length": 11811,
"mane_select": "ENST00000647165.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.8404A>G",
"hgvs_p": "p.Met2802Val",
"transcript": "ENST00000647165.2",
"protein_id": "ENSP00000495481.1",
"transcript_support_level": null,
"aa_start": 2802,
"aa_end": null,
"aa_length": 3530,
"cds_start": 8404,
"cds_end": null,
"cds_length": 10593,
"cdna_start": 8692,
"cdna_end": null,
"cdna_length": 11811,
"mane_select": "NM_016239.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.196A>G",
"hgvs_p": "p.Met66Val",
"transcript": "ENST00000418233.7",
"protein_id": "ENSP00000408800.3",
"transcript_support_level": 2,
"aa_start": 66,
"aa_end": null,
"aa_length": 797,
"cds_start": 196,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.196A>G",
"hgvs_p": "p.Met66Val",
"transcript": "ENST00000644795.1",
"protein_id": "ENSP00000495720.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 716,
"cds_start": 196,
"cds_end": null,
"cds_length": 2151,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 3359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.8407A>G",
"hgvs_p": "p.Met2803Val",
"transcript": "XM_017024715.3",
"protein_id": "XP_016880204.1",
"transcript_support_level": null,
"aa_start": 2803,
"aa_end": null,
"aa_length": 3531,
"cds_start": 8407,
"cds_end": null,
"cds_length": 10596,
"cdna_start": 8538,
"cdna_end": null,
"cdna_length": 11657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "c.8344A>G",
"hgvs_p": "p.Met2782Val",
"transcript": "XM_017024714.3",
"protein_id": "XP_016880203.1",
"transcript_support_level": null,
"aa_start": 2782,
"aa_end": null,
"aa_length": 3510,
"cds_start": 8344,
"cds_end": null,
"cds_length": 10533,
"cdna_start": 8475,
"cdna_end": null,
"cdna_length": 11594,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.317A>G",
"hgvs_p": null,
"transcript": "ENST00000536811.5",
"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": 1009,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.364A>G",
"hgvs_p": null,
"transcript": "ENST00000585180.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 494,
"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": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.251A>G",
"hgvs_p": null,
"transcript": "ENST00000642418.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": 3933,
"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": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.647A>G",
"hgvs_p": null,
"transcript": "ENST00000646782.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": 3703,
"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": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.550A>G",
"hgvs_p": null,
"transcript": "ENST00000651214.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": 3946,
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"hgvs_c": "n.137+1187A>G",
"hgvs_p": null,
"transcript": "ENST00000445289.6",
"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": 1345,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC105371567",
"gene_hgnc_id": null,
"hgvs_c": "n.-37T>C",
"hgvs_p": null,
"transcript": "XR_001752809.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": 404,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC105371567",
"gene_hgnc_id": null,
"hgvs_c": "n.-37T>C",
"hgvs_p": null,
"transcript": "XR_001752810.2",
"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": 360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYO15A",
"gene_hgnc_id": 7594,
"dbsnp": "rs727503318",
"frequency_reference_population": 0.000002737019,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273702,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06844258308410645,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.127,
"revel_prediction": "Benign",
"alphamissense_score": 0.0801,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.409,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016239.4",
"gene_symbol": "MYO15A",
"hgnc_id": 7594,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.8404A>G",
"hgvs_p": "p.Met2802Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_001752809.1",
"gene_symbol": "LOC105371567",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-37T>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
}