← 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: 19-7862199-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7862199&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7862199,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001159944.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile",
"transcript": "NM_001159944.3",
"protein_id": "NP_001153416.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 805,
"cds_start": 1722,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000538904.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001159944.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile",
"transcript": "ENST00000538904.7",
"protein_id": "ENSP00000445905.1",
"transcript_support_level": 1,
"aa_start": 574,
"aa_end": null,
"aa_length": 805,
"cds_start": 1722,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001159944.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538904.7"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Met563Ile",
"transcript": "ENST00000270530.8",
"protein_id": "ENSP00000270530.3",
"transcript_support_level": 1,
"aa_start": 563,
"aa_end": null,
"aa_length": 794,
"cds_start": 1689,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000270530.8"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile",
"transcript": "ENST00000962893.1",
"protein_id": "ENSP00000632952.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 827,
"cds_start": 1722,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962893.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Met563Ile",
"transcript": "ENST00000962892.1",
"protein_id": "ENSP00000632951.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 816,
"cds_start": 1689,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962892.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile",
"transcript": "ENST00000871231.1",
"protein_id": "ENSP00000541290.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 805,
"cds_start": 1722,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871231.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile",
"transcript": "ENST00000871233.1",
"protein_id": "ENSP00000541292.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 805,
"cds_start": 1722,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871233.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1713G>A",
"hgvs_p": "p.Met571Ile",
"transcript": "ENST00000962898.1",
"protein_id": "ENSP00000632957.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 802,
"cds_start": 1713,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962898.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1704G>A",
"hgvs_p": "p.Met568Ile",
"transcript": "ENST00000962895.1",
"protein_id": "ENSP00000632954.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 799,
"cds_start": 1704,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962895.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Met563Ile",
"transcript": "NM_145245.5",
"protein_id": "NP_660288.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 794,
"cds_start": 1689,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145245.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Met563Ile",
"transcript": "ENST00000871232.1",
"protein_id": "ENSP00000541291.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 794,
"cds_start": 1689,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871232.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1680G>A",
"hgvs_p": "p.Met560Ile",
"transcript": "ENST00000962896.1",
"protein_id": "ENSP00000632955.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 791,
"cds_start": 1680,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962896.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1674G>A",
"hgvs_p": "p.Met558Ile",
"transcript": "ENST00000962894.1",
"protein_id": "ENSP00000632953.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 789,
"cds_start": 1674,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962894.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1671G>A",
"hgvs_p": "p.Met557Ile",
"transcript": "ENST00000962899.1",
"protein_id": "ENSP00000632958.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 788,
"cds_start": 1671,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962899.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1647G>A",
"hgvs_p": "p.Met549Ile",
"transcript": "ENST00000962891.1",
"protein_id": "ENSP00000632950.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 780,
"cds_start": 1647,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962891.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1641G>A",
"hgvs_p": "p.Met547Ile",
"transcript": "ENST00000871230.1",
"protein_id": "ENSP00000541289.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 778,
"cds_start": 1641,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871230.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1578G>A",
"hgvs_p": "p.Met526Ile",
"transcript": "ENST00000962890.1",
"protein_id": "ENSP00000632949.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 757,
"cds_start": 1578,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962890.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1545G>A",
"hgvs_p": "p.Met515Ile",
"transcript": "ENST00000962900.1",
"protein_id": "ENSP00000632959.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 746,
"cds_start": 1545,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962900.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Met510Ile",
"transcript": "ENST00000962897.1",
"protein_id": "ENSP00000632956.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 741,
"cds_start": 1530,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962897.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"hgvs_c": "c.246+181G>A",
"hgvs_p": null,
"transcript": "ENST00000601766.1",
"protein_id": "ENSP00000470145.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601766.1"
}
],
"gene_symbol": "EVI5L",
"gene_hgnc_id": 30464,
"dbsnp": "rs778253263",
"frequency_reference_population": 0.0000196701,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.0000175585,
"gnomad_genomes_af": 0.0000394265,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23319882154464722,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.152,
"revel_prediction": "Benign",
"alphamissense_score": 0.7254,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.598,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.08,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001159944.3",
"gene_symbol": "EVI5L",
"hgnc_id": 30464,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1722G>A",
"hgvs_p": "p.Met574Ile"
}
],
"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
}