← 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-128480443-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=128480443&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 128480443,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001143820.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Gly291Arg",
"transcript": "NM_001143820.2",
"protein_id": "NP_001137292.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 485,
"cds_start": 871,
"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": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Gly291Arg",
"transcript": "ENST00000392668.8",
"protein_id": "ENSP00000376436.3",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 485,
"cds_start": 871,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Arg",
"transcript": "ENST00000319397.7",
"protein_id": "ENSP00000324578.5",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 441,
"cds_start": 739,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Arg",
"transcript": "ENST00000531611.5",
"protein_id": "ENSP00000435666.1",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 272,
"cds_start": 739,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.91G>A",
"hgvs_p": "p.Gly31Arg",
"transcript": "ENST00000535549.5",
"protein_id": "ENSP00000441430.1",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 225,
"cds_start": 91,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Gly291Arg",
"transcript": "ENST00000900294.1",
"protein_id": "ENSP00000570353.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 485,
"cds_start": 871,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Gly291Arg",
"transcript": "ENST00000917573.1",
"protein_id": "ENSP00000587632.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 485,
"cds_start": 871,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.868G>A",
"hgvs_p": "p.Gly290Arg",
"transcript": "ENST00000917570.1",
"protein_id": "ENSP00000587629.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 484,
"cds_start": 868,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Arg",
"transcript": "NM_005238.4",
"protein_id": "NP_005229.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 441,
"cds_start": 739,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Gly224Arg",
"transcript": "ENST00000917572.1",
"protein_id": "ENSP00000587631.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 418,
"cds_start": 670,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.91G>A",
"hgvs_p": "p.Gly31Arg",
"transcript": "NM_001162422.2",
"protein_id": "NP_001155894.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 225,
"cds_start": 91,
"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"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.922G>A",
"hgvs_p": "p.Gly308Arg",
"transcript": "XM_047426525.1",
"protein_id": "XP_047282481.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 502,
"cds_start": 922,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Gly291Arg",
"transcript": "XM_017017314.2",
"protein_id": "XP_016872803.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 485,
"cds_start": 871,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.841G>A",
"hgvs_p": "p.Gly281Arg",
"transcript": "XM_011542650.2",
"protein_id": "XP_011540952.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 475,
"cds_start": 841,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.766G>A",
"hgvs_p": "p.Gly256Arg",
"transcript": "XM_017017315.3",
"protein_id": "XP_016872804.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 450,
"cds_start": 766,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.670G>A",
"hgvs_p": "p.Gly224Arg",
"transcript": "XM_047426526.1",
"protein_id": "XP_047282482.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 418,
"cds_start": 670,
"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": 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": 7,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.862+4380G>A",
"hgvs_p": null,
"transcript": "ENST00000917571.1",
"protein_id": "ENSP00000587630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 398,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.730+4380G>A",
"hgvs_p": null,
"transcript": "NM_001330451.2",
"protein_id": "NP_001317380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.730+4380G>A",
"hgvs_p": null,
"transcript": "ENST00000526145.6",
"protein_id": "ENSP00000433500.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": null,
"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": 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": 7,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.913+4380G>A",
"hgvs_p": null,
"transcript": "XM_047426527.1",
"protein_id": "XP_047282483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"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"
}
],
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"dbsnp": "rs750182232",
"frequency_reference_population": 0.000009931411,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000102776,
"gnomad_genomes_af": 0.00000659779,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3854201138019562,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.307,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5652,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.845,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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.871G>A",
"hgvs_p": "p.Gly291Arg"
}
],
"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
}