← 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-1467449-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=1467449&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 1467449,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001080779.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3065+31C>T",
"hgvs_p": null,
"transcript": "NM_001080779.2",
"protein_id": "NP_001074248.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1063,
"cds_start": null,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648651.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080779.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3065+31C>T",
"hgvs_p": null,
"transcript": "ENST00000648651.1",
"protein_id": "ENSP00000496954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1063,
"cds_start": null,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080779.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648651.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3059+31C>T",
"hgvs_p": null,
"transcript": "ENST00000934819.1",
"protein_id": "ENSP00000604878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": null,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934819.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3059+31C>T",
"hgvs_p": null,
"transcript": "ENST00000969312.1",
"protein_id": "ENSP00000639371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": null,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969312.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3008+31C>T",
"hgvs_p": null,
"transcript": "NM_001080950.2",
"protein_id": "NP_001074419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1044,
"cds_start": null,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080950.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.3008+31C>T",
"hgvs_p": null,
"transcript": "ENST00000648446.1",
"protein_id": "ENSP00000496799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1044,
"cds_start": null,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2993+31C>T",
"hgvs_p": null,
"transcript": "NM_001363855.1",
"protein_id": "NP_001350784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1039,
"cds_start": null,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2993+31C>T",
"hgvs_p": null,
"transcript": "ENST00000545534.6",
"protein_id": "ENSP00000437685.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1039,
"cds_start": null,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545534.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2984+31C>T",
"hgvs_p": null,
"transcript": "ENST00000904706.1",
"protein_id": "ENSP00000574765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1036,
"cds_start": null,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904706.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "NM_033375.5",
"protein_id": "NP_203693.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033375.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "ENST00000361007.7",
"protein_id": "ENSP00000354283.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361007.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "ENST00000570984.7",
"protein_id": "ENSP00000459271.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570984.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "ENST00000575158.5",
"protein_id": "ENSP00000459174.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575158.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "ENST00000646049.1",
"protein_id": "ENSP00000493973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2951+31C>T",
"hgvs_p": null,
"transcript": "ENST00000969313.1",
"protein_id": "ENSP00000639372.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1025,
"cds_start": null,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969313.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_024450768.2",
"protein_id": "XP_024306536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450768.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_024450769.2",
"protein_id": "XP_024306537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450769.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_047436133.1",
"protein_id": "XP_047292089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436133.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_047436134.1",
"protein_id": "XP_047292090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436134.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_047436136.1",
"protein_id": "XP_047292092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436136.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "c.2960+31C>T",
"hgvs_p": null,
"transcript": "XM_047436137.1",
"protein_id": "XP_047292093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436137.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"hgvs_c": "n.*42C>T",
"hgvs_p": null,
"transcript": "ENST00000574341.1",
"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": "ENST00000574341.1"
}
],
"gene_symbol": "MYO1C",
"gene_hgnc_id": 7597,
"dbsnp": "rs45484695",
"frequency_reference_population": 0.00183817,
"hom_count_reference_population": 42,
"allele_count_reference_population": 2899,
"gnomad_exomes_af": 0.0017509,
"gnomad_genomes_af": 0.00278795,
"gnomad_exomes_ac": 2529,
"gnomad_genomes_ac": 370,
"gnomad_exomes_homalt": 37,
"gnomad_genomes_homalt": 5,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"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.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.831,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001080779.2",
"gene_symbol": "MYO1C",
"hgnc_id": 7597,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3065+31C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}