← 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: 11-128489485-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=128489485&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 128489485,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001143820.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "NM_001143820.2",
"protein_id": "NP_001137292.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 485,
"cds_start": 340,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392668.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001143820.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "ENST00000392668.8",
"protein_id": "ENSP00000376436.3",
"transcript_support_level": 1,
"aa_start": 114,
"aa_end": null,
"aa_length": 485,
"cds_start": 340,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001143820.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392668.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.208C>T",
"hgvs_p": "p.Arg70Trp",
"transcript": "ENST00000319397.7",
"protein_id": "ENSP00000324578.5",
"transcript_support_level": 1,
"aa_start": 70,
"aa_end": null,
"aa_length": 441,
"cds_start": 208,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319397.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.208C>T",
"hgvs_p": "p.Arg70Trp",
"transcript": "ENST00000531611.5",
"protein_id": "ENSP00000435666.1",
"transcript_support_level": 1,
"aa_start": 70,
"aa_end": null,
"aa_length": 272,
"cds_start": 208,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531611.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.83-9034C>T",
"hgvs_p": null,
"transcript": "ENST00000535549.5",
"protein_id": "ENSP00000441430.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535549.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "ENST00000900294.1",
"protein_id": "ENSP00000570353.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 485,
"cds_start": 340,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900294.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "ENST00000917573.1",
"protein_id": "ENSP00000587632.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 485,
"cds_start": 340,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917573.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.337C>T",
"hgvs_p": "p.Arg113Trp",
"transcript": "ENST00000917570.1",
"protein_id": "ENSP00000587629.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 484,
"cds_start": 337,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917570.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.208C>T",
"hgvs_p": "p.Arg70Trp",
"transcript": "NM_005238.4",
"protein_id": "NP_005229.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 441,
"cds_start": 208,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005238.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "ENST00000917571.1",
"protein_id": "ENSP00000587630.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 398,
"cds_start": 340,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917571.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.208C>T",
"hgvs_p": "p.Arg70Trp",
"transcript": "NM_001330451.2",
"protein_id": "NP_001317380.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 354,
"cds_start": 208,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330451.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.208C>T",
"hgvs_p": "p.Arg70Trp",
"transcript": "ENST00000526145.6",
"protein_id": "ENSP00000433500.1",
"transcript_support_level": 5,
"aa_start": 70,
"aa_end": null,
"aa_length": 354,
"cds_start": 208,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526145.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.124C>T",
"hgvs_p": "p.Arg42Trp",
"transcript": "ENST00000608978.1",
"protein_id": "ENSP00000476649.1",
"transcript_support_level": 5,
"aa_start": 42,
"aa_end": null,
"aa_length": 45,
"cds_start": 124,
"cds_end": null,
"cds_length": 139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000608978.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131Trp",
"transcript": "XM_047426525.1",
"protein_id": "XP_047282481.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 502,
"cds_start": 391,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426525.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp",
"transcript": "XM_017017314.2",
"protein_id": "XP_016872803.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 485,
"cds_start": 340,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017314.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.310C>T",
"hgvs_p": "p.Arg104Trp",
"transcript": "XM_011542650.2",
"protein_id": "XP_011540952.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 475,
"cds_start": 310,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542650.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.235C>T",
"hgvs_p": "p.Arg79Trp",
"transcript": "XM_017017315.3",
"protein_id": "XP_016872804.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 450,
"cds_start": 235,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017315.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Arg47Trp",
"transcript": "XM_047426526.1",
"protein_id": "XP_047282482.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 418,
"cds_start": 139,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426526.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Arg131Trp",
"transcript": "XM_047426527.1",
"protein_id": "XP_047282483.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 415,
"cds_start": 391,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426527.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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.334+972C>T",
"hgvs_p": null,
"transcript": "ENST00000917572.1",
"protein_id": "ENSP00000587631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 418,
"cds_start": null,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917572.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.83-9034C>T",
"hgvs_p": null,
"transcript": "NM_001162422.2",
"protein_id": "NP_001155894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001162422.2"
}
],
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"dbsnp": "rs375860265",
"frequency_reference_population": 0.000012398579,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.000010952,
"gnomad_genomes_af": 0.0000262857,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3459150195121765,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.196,
"revel_prediction": "Benign",
"alphamissense_score": 0.1002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.014,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001143820.2",
"gene_symbol": "ETS1",
"hgnc_id": 3488,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.340C>T",
"hgvs_p": "p.Arg114Trp"
}
],
"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
}