← 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-10492534-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=10492534&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 10492534,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005963.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH1",
"gene_hgnc_id": 7567,
"hgvs_c": "c.5702G>A",
"hgvs_p": "p.Arg1901His",
"transcript": "NM_005963.4",
"protein_id": "NP_005954.3",
"transcript_support_level": null,
"aa_start": 1901,
"aa_end": null,
"aa_length": 1939,
"cds_start": 5702,
"cds_end": null,
"cds_length": 5820,
"cdna_start": 5796,
"cdna_end": null,
"cdna_length": 6023,
"mane_select": "ENST00000226207.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH1",
"gene_hgnc_id": 7567,
"hgvs_c": "c.5702G>A",
"hgvs_p": "p.Arg1901His",
"transcript": "ENST00000226207.6",
"protein_id": "ENSP00000226207.5",
"transcript_support_level": 5,
"aa_start": 1901,
"aa_end": null,
"aa_length": 1939,
"cds_start": 5702,
"cds_end": null,
"cds_length": 5820,
"cdna_start": 5796,
"cdna_end": null,
"cdna_length": 6023,
"mane_select": "NM_005963.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYH1",
"gene_hgnc_id": 7567,
"hgvs_c": "c.5702G>A",
"hgvs_p": "p.Arg1901His",
"transcript": "XM_017024675.2",
"protein_id": "XP_016880164.1",
"transcript_support_level": null,
"aa_start": 1901,
"aa_end": null,
"aa_length": 1939,
"cds_start": 5702,
"cds_end": null,
"cds_length": 5820,
"cdna_start": 5792,
"cdna_end": null,
"cdna_length": 6019,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.252C>T",
"hgvs_p": null,
"transcript": "ENST00000789822.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": 1126,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.276C>T",
"hgvs_p": null,
"transcript": "ENST00000789823.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": 1084,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.240C>T",
"hgvs_p": null,
"transcript": "ENST00000789824.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": 526,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.255C>T",
"hgvs_p": null,
"transcript": "ENST00000789825.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": 541,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.207-40790C>T",
"hgvs_p": null,
"transcript": "ENST00000399342.6",
"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": 583,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.144-40790C>T",
"hgvs_p": null,
"transcript": "ENST00000581304.2",
"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": 757,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.530+86296C>T",
"hgvs_p": null,
"transcript": "ENST00000584139.2",
"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": 1460,
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.156-75003C>T",
"hgvs_p": null,
"transcript": "ENST00000587182.3",
"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": 3928,
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.306+86296C>T",
"hgvs_p": null,
"transcript": "ENST00000715356.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": 1870,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.170-40790C>T",
"hgvs_p": null,
"transcript": "ENST00000789820.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": 552,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.170-21075C>T",
"hgvs_p": null,
"transcript": "ENST00000789821.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": 541,
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.169+86296C>T",
"hgvs_p": null,
"transcript": "ENST00000850668.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": 1576,
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYHAS",
"gene_hgnc_id": 50609,
"hgvs_c": "n.168-75003C>T",
"hgvs_p": null,
"transcript": "NR_125367.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": 3940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYH1",
"gene_hgnc_id": 7567,
"dbsnp": "rs749613856",
"frequency_reference_population": 0.00001673128,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000164205,
"gnomad_genomes_af": 0.0000197171,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9073132276535034,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.814,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3596,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.817,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.22,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005963.4",
"gene_symbol": "MYH1",
"hgnc_id": 7567,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5702G>A",
"hgvs_p": "p.Arg1901His"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000789822.1",
"gene_symbol": "MYHAS",
"hgnc_id": 50609,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.252C>T",
"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
}